GiftGenerator:标准可读格式选择题解析为GIFT格式(用于Moodle)

 * 将标准可读格式的选择题解析为GIFT格式(用于Moodle)
 * 标准可读格式如下:
#stem-id-prefix#grammar-v-ed-exercise
(A)1. The missing boys were last seen __ near the river.
A. playing 
B. to be playing
C. play 
D. to play
 * 注意:
 * 1.答案在题干最前用括号包含;
 * 2.答案与题干用英文点号隔开(可设数字题号或不设,最终将省略题号,moodle会自动编号);
 * 3.填空部分用英文下划线(个数任意);
 * 4.每个选项独占一行,用ABCD开头,选项个数不限,正确选项唯一;
 * 5.每题以空行(至少一个可多个)结束;
 * 6.最后一题(文件结尾)要两个空行。
 * 7.#stem-id-prefix#grammar-v-ed-exercise 表示题目名称的前缀为grammar-v-ed-exercise-,
 *   生成的题目名称如::grammar-v-ed-exercise-1::,::grammar-v-ed-exercise-2::等。无此特殊注释则题目名称为数字1,2,3等。
 * 解析后的GIFT格式如下:
::grammar-v-ed-exercise-1::The missing boys were last seen {
=playing 
~to be playing
~play 
~to play

} near the river.


GiftGenerator:标准可读格式选择题解析为GIFT格式(用于Moodle)_第1张图片


GiftGenerator:标准可读格式选择题解析为GIFT格式(用于Moodle)_第2张图片


GiftGenerator:标准可读格式选择题解析为GIFT格式(用于Moodle)_第3张图片


GiftGenerator:标准可读格式选择题解析为GIFT格式(用于Moodle)_第4张图片


你可能感兴趣的:(GIFT,解析,Moodle)