/tekled-ng

Quiz for faget TIØ4258 Teknologiledelse

Primary LanguageJavaScriptMIT LicenseMIT

tekled

Exam quiz for subject TIØ4258 Teknologiledelse @ NTNU.

Built using old exams, a small python-script and with a tiny dash of Bootstrap.

Can be seen live at tekled.meteor.com

Installation

  1. Install Meteor
  2. Get all the files and start the server:
$ git clone git@github.com:andybb/tekled-ng.git
$ cd tekled
$ meteor

How do I add new exams?

Take a look at this pull request.

  1. Get the questions and alternatives into data.js. (This might help you parse questions from text to JSON format)
  2. Add images if you have any to img/

The rest should work by itself.