gift: Difference between revisions
Jump to navigation
Jump to search
(http://bit.ly/giftax) |
(paraphrase table) |
||
Line 3: | Line 3: | ||
:http://bit.ly/giftax | :http://bit.ly/giftax | ||
The [http://docs.moodle.org/en/GIFT_format GIFT picoformat] allows writing multiple-choice, true-false, short answer, matching, missing word, and numerical quiz questions in a simple text format. | The [http://docs.moodle.org/en/GIFT_format GIFT picoformat] allows writing multiple-choice, true-false, short answer, matching, missing word, and numerical quiz questions in a simple text format. The GPLed [http://moodle.org/ 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 | |||
|- | |||
| =text || Correct answer | |||
|- | |||
| ~text || Wrong answer | |||
|- | |||
| =text -> text || Match | |||
|- | |||
| # || Answer feedback or comment | |||
|- | |||
| {# || Numeric question start | |||
|- | |||
| answer:range || Answer and tolerance range answering numeric question | |||
|- | |||
| %n%:answer:range || Weight n percent for answers in range | |||
|- | |||
| } || End answers | |||
|} | |||
==See also== | ==See also== | ||
*[[picoformats]] | *[[picoformats]] |
Revision as of 05:42, 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 |
=text | Correct answer |
~text | Wrong answer |
=text -> text | Match |
# | Answer feedback or comment |
{# | Numeric question start |
answer:range | Answer and tolerance range answering numeric question |
%n%:answer:range | Weight n percent for answers in range |
} | End answers |