--- /dev/null
+// EXAMPLE QUESTIONS for the GIFT import filter\r// by Paul Tsuchido Shew, January 2004.\r\r//-----------------------------------------//\r// EXAMPLES FROM DESCRIPTION\r//-----------------------------------------//\r\rWho's buried in Grant's tomb?{~Grant ~Jefferson =no one}\r\rGrant is {~buried =entombed ~living} in Grant's tomb.\r\rGrant is buried in Grant's tomb.{FALSE}\r\rWho's buried in Grant's tomb?{=no one =nobody}\r\rWhen was Ulysses S. Grant born?{#1922:1}\r\r\r//-----------------------------------------//\r// EXAMPLES FROM DOCUMENTATION\r//-----------------------------------------//\r\r// ===Multiple Choice===\r\rWho's buried in Grant's tomb?{~Grant ~Jefferson =no one}\r\rGrant is {~buried =entombed ~living} in Grant's tomb.\r\rThe American holiday of Thanksgiving is celebrated on the {\r ~second\r ~third\r =fourth\r} Thursday of November.\r\rJapanese characters originally came from what country? {\r ~India\r =China\r ~Korea\r ~Egypt}\r\r// ===Short Answer===\r\rWho's buried in Grant's tomb?{=no one =nobody}\r\rTwo plus two equals {=four =4}.\r\r// ===True-False===\r\rGrant is buried in Grant's tomb.{F}\r\rThe sun rises in the east.{T}\r\r// ===Numerical===\r\rWhen was Ulysses S. Grant born? {#1922}\r\rWhat is the value of pi (to 3 decimal places)? {#3.1415:0.0005}.\r\rWhat is the value of pi (to 3 decimal places)? {#3.141..3.142}.\r\rWhen was Ulysses S. Grant born? {#\r =1922:0\r =%50%1922:2}\r\r// OPTIONS \r\r// ===Inline Comments===\r\r// Subheading: Numerical questions below\rWhat's 2 plus 2? {#4}\r\r\r// ===Question Name===\r\r::Kanji Origins::Japanese characters originally\rcame from what country? {=China}\r\r::Thanksgiving Date::The American holiday of Thanksgiving is \rcelebrated on the {~second ~third =fourth} Thursday of November.\r\r// ===Feedback===\r\rWhat's the answer to this multiple-choice question?{\r~wrong answer#feedback comment on the wrong answer\r~another wrong answer#feedback comment on this wrong answer\r=right answer#Very good!}\r \rWho's buried in Grant's tomb?{\r=no one#excellent answer!\r=nobody#excellent answer!}\r\r// ===Percentage Answer Weights===\rGrant is buried in Grant's tomb.{FALSE#No one is buried in Grant's tomb.}\r\rDifficult question.{~wrong answer ~%50%half credit answer =full credit answer}\r \r::Jesus' hometown::Jesus Christ was from {\r ~Jerusalem#This was an important city, but the wrong answer.\r ~%25%Bethlehem#He was born here, but not raised here.\r ~%50%Galilee#You need to be more specific.\r =Nazareth#Yes! That's right!}.\r \r::Jesus' hometown:: Jesus Christ was from {\r =Nazareth#Yes! That's right!\r =%75%Nazereth#Right, but misspelled.\r =%25%Bethlehem#He was born here, but not raised here.}\r\r// ===Multiple Answers===\r\rWhat two people are entombed in Grant's tomb? {\r ~No one\r ~%50%Grant\r ~%50%Grant's wife\r ~Grant's father }\r\rWhat two people are entombed in Grant's tomb? {\r ~%-50%No one\r ~%50%Grant\r ~%50%Grant's wife\r ~%-50%Grant's father }\r\r//-----------------------------------------//\r// EXAMPLES FROM gift/format.php\r//-----------------------------------------//\r\r::Grant's Tomb::Grant is {\r ~buried#No one is buried there.\r =entombed#Right answer!\r ~living#We hope not!\r} in Grant's tomb.\r\rDifficult multiple choice question.{\r ~wrong answer #comment on wrong answer\r ~%50%half credit answer #comment on answer\r =full credit answer #well done!}\r\r::Jesus' hometown (Short answer ex.):: Jesus Christ was from {\r =Nazareth#Yes! That's right!\r =%75%Nazereth#Right, but misspelled.\r =%25%Bethlehem#He was born here, but not raised here.\r}.\r\r//this comment will be ignored by the filter\r::Numerical example::\rWhen was Ulysses S. Grant born? {#\r =1922:0 #Correct! 100% credit\r =%50%1922:2 #He was born in 1922.\r You get 50% credit for being close.\r}
\ No newline at end of file