gift
<entry-title>GIFT Syntax</entry-title>
- short URL
- http://bit.ly/giftax
The GIFT picoformat allows writing multiple-choice, true-false, short answer, matching, missing word, and numerical quiz questions in a simple text format. The GPLed Moodle Course/Learning Management System can import and export questions in the GIFT picoformat.
Format symbol table
| Symbol | Use |
|---|---|
| // text | Comment |
| ::title:: | Question title |
| text | Question text |
| { | Start answer(s) |
| =text | Correct answer |
| ~text | Wrong answer |
| =text -> text | Match answer |
| # | Answer feedback or comment |
| {# | Numeric question start |
| answer:range | Answer and tolerance range answering numeric question |
| %n%answer:range | Weight n percent credit for answers in range |
| } | End answers |