An open API service indexing awesome lists of open source software.

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

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).

![screenshot](http://i.imgur.com/u7W0Ru4.png)

## 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.