https://github.com/marianhlavac/marapst
Self-testing quiz tool for BI-PST course at FIT CTU
https://github.com/marianhlavac/marapst
bi-pst fit-ctu mathematics uikit wtf
Last synced: 3 months ago
JSON representation
Self-testing quiz tool for BI-PST course at FIT CTU
- Host: GitHub
- URL: https://github.com/marianhlavac/marapst
- Owner: marianhlavac
- Archived: true
- Created: 2017-01-14T12:21:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-06T23:13:46.000Z (over 8 years ago)
- Last Synced: 2025-04-06T06:38:55.078Z (3 months ago)
- Topics: bi-pst, fit-ctu, mathematics, uikit, wtf
- Language: HTML
- Homepage:
- Size: 4.16 MB
- Stars: 9
- Watchers: 1
- Forks: 4
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# marapst
**Live version @ https://mmajko.github.io/marapst/**
## About
Marapst is an electonic excercise book inspired by [Marast](http://marast.fit.cvut.cz) for BI-PST subject at [FIT CTU](http://fit.cvut.cz).

## How to contribute
### Adding new questions
1. Look into `questions/example.md`.
2. Should be enough for you to understand how it works.
3. Create new file `questions/[id].md`.
4. Put the question there.
5. Make sure it's valid [Markdown](http://daringfireball.net/projects/markdown/) document, check the LaTeX expressions as well.
6. Run `bin/prebuild` before pushing.
7. Well, that's all, thanks.### Modifying the app
Specified in [CONTRIBUTING.md](CONTRIBUTING.md)
## How to install
*Well, there is no need to download and install this, use the
[live version](https://mmajko.github.io/marapst/) instead.*But if you for whatever reason need to run it locally, just build it
with the `tbd` command and open index.html in your browser.## Few questions you may have
- It doesn't have any database/storage attached?
- Nope, it doesn't!- Wtf, why jQuery?
- Because UIkit uses it.- Wtf, why describing appearance in html, that classes sucks
- Because UIkit does it.- Wtf, why using UIkit then
- Looks good.- Wtf, why javascript
- pls.