Difference between revisions of "GIFT format"
(→Usage) |
(→Usage) |
||
Line 13: | Line 13: | ||
===Usage=== | ===Usage=== | ||
− | :Canvas | + | :Canvas and Sakai use QTI format for question import and export. D2L appears like using their own format based on [[csv]]. |
==Engines== | ==Engines== |
Revision as of 01:18, 8 December 2019
The GIFT format (hereinafter, the Format) is a plain-text file format to transfer question banks from and to learning management systems. This Format is supported by Adobe Captivate, Docebo, and Moodle.
Contents
Trivia
Generic syntax
- As the Format uses plain text, its generic syntax is
::Question title with double colons:: Question goes here {Answers go here}.
History
- Paul Shew initially developed this Format in 2003 as missing-word questions' import filter for Moodle. According to the Moodle community,
This filter was written through the collaboration of numerous members of the Moodle community. It was originally based on the simple missingword format. In July 2003, Thomas Robb wrote the original code for the percentage answer weight parser and comment insertion. Paul Tsuchido Shew rewrote the filter in December 2003 incorporating community suggestions for a more robust question format, and adding the question name parser and additional question types.
Name
- GIFT is the acronym for general import format template. It also seems that Adobe wrongly de-abbreviated GIFT as general import format technology.
Usage
- Canvas and Sakai use QTI format for question import and export. D2L appears like using their own format based on csv.
Engines
RGIFT
- https://www.rdocumentation.org/packages/RGIFT/versions/0.1-5
- https://cran.r-project.org/web/packages/RGIFT/vignettes/RGIFT.pdf