Yentl is a Jekyll-based web-app to test Race Up members before official FSAE tests. You can have a go here.
$ git clone https://github.com/raceup/yentl.git
$ cd yentlthen double click on index.html or
$ xdg-open index.htmlThere are various placeholders you can use:
$means an image. Use of this in option/answer means that when setting up the test you're require to upload an image...means an input. Use of this in option means that the user will have to input a number rather than choose the correct answer.
- Do not forget to include a header like
question name,correct answer,other correct answer,option,option... - Even if there is just one possible answer, leave the blank
- Open an issue
- fork this repository
- create your feature branch (
git checkout -b my-new-feature) - commit your changes (
git commit -am 'Added my new feature') - publish the branch (
git push origin my-new-feature) - open a PR
Apache License Version 2.0, January 2004
- JYentl - A desktop Java app that does the same job
