https://github.com/pantor/crucio
An e-learning system for your multiple-choice questions.
https://github.com/pantor/crucio
angular e-learning education exam leipzig multiple-choice typescript university
Last synced: about 1 month ago
JSON representation
An e-learning system for your multiple-choice questions.
- Host: GitHub
- URL: https://github.com/pantor/crucio
- Owner: pantor
- License: gpl-2.0
- Created: 2015-03-23T11:22:22.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T02:18:03.000Z (over 2 years ago)
- Last Synced: 2025-03-27T07:35:49.826Z (about 2 months ago)
- Topics: angular, e-learning, education, exam, leipzig, multiple-choice, typescript, university
- Language: TypeScript
- Homepage:
- Size: 26.3 MB
- Stars: 6
- Watchers: 3
- Forks: 3
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Crucio
Crucio is an e-learning system for multiple-choice questions. Student groups can enter old or mock exams and make them available for all fellow students in an easy way. Crucio is currently used at the [Leipzig University](https://www.crucio-leipzig.de).

Crucio is open source and freely available. If you or your student union want to introduce Crucio for your exam collection, feel free to contact us at *[email protected]*!
## Bugs & Feature Requests
Please report bugs in the issue tracker (Issues Tab). Thanks! In the same way, you can list your feature requests for Crucio. We appreciate every piece of contributing!## Development
If you want to remove bugs, introduce new features or learn about the project, we are happy to welcome you onboard! A few notes about Crucio:Crucio is written in PHP, Typescript, [Sass](http://sass-lang.com) and MySQL. Furthermore, it is based on several frameworks and plug-ins. The most important ones are [Angular](https://angular.io), [Bootstrap](https://getbootstrap.com) and [Slim](http://www.slimframework.com). For Icons, [FontAwesome](http://fontawesome.io) is used. The [Angular CLI](https://cli.angular.io) is used for development. At first, [NodeJS](https://nodejs.org) needs to be installed, afterwards all dependencies for Crucio (which are listed in `package.json`) can be downloaded via `npm install`. Pull-requests can be send to the `dev`-branch.
## License
Crucio is released under the GNU GENERAL PUBLIC LICENSE v2.