Skip to content

Latest commit

 

History

History
66 lines (45 loc) · 2.62 KB

README.md

File metadata and controls

66 lines (45 loc) · 2.62 KB

Yentl

Build Status Gem Version

Yentl is a Jekyll-based web-app to test Race Up members before official FSAE tests. You can have a go here.

Table of content

Usage

$ git clone https://github.com/raceup/yentl.git
$ cd yentl

then double click on index.html or

$ xdg-open index.html

How to write Excel files

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

Example questions

Remainders

  • 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

Contribute

Contributions welcome Open Source Love

  1. Open an issue
  2. fork this repository
  3. create your feature branch (git checkout -b my-new-feature)
  4. commit your changes (git commit -am 'Added my new feature')
  5. publish the branch (git push origin my-new-feature)
  6. open a PR

License

FOSSA Status License

Apache License Version 2.0, January 2004

Links

You may also like...

  • JYentl - A desktop Java app that does the same job