marianhlavac / marapst

Self-testing quiz tool for BI-PST course at FIT CTU

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

marapst

Live version @ https://mmajko.github.io/marapst/

About

Marapst is an electonic excercise book inspired by Marast for BI-PST subject at FIT CTU.

screenshot

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

How to install

Well, there is no need to download and install this, use the live version 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.

About

Self-testing quiz tool for BI-PST course at FIT CTU


Languages

Language:HTML 50.5%Language:JavaScript 44.4%Language:CSS 5.1%