gift: Difference between revisions
Jump to navigation
Jump to search
(paraphrase table) |
|||
Line 16: | Line 16: | ||
| text || Question text | | text || Question text | ||
|- | |- | ||
| { || Start answer | | { || Start answer(s) | ||
|- | |- | ||
| =text || Correct answer | | =text || Correct answer | ||
Line 22: | Line 22: | ||
| ~text || Wrong answer | | ~text || Wrong answer | ||
|- | |- | ||
| =text -> text || Match | | =text -> text || Match answer | ||
|- | |- | ||
| # || Answer feedback or comment | | # || Answer feedback or comment | ||
Line 30: | Line 30: | ||
| answer:range || Answer and tolerance range answering numeric question | | answer:range || Answer and tolerance range answering numeric question | ||
|- | |- | ||
| %n% | | %n%answer:range || Weight n percent credit for answers in range | ||
|- | |- | ||
| } || End answers | | } || End answers |
Revision as of 05:43, 5 February 2010
<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 |