List Question Example Scripts

Example 1: List Question - Textbox Display - Exact Grader Options

Sets a question with a text response cell that uses the exact grader to enforce capitalization and punctuation in the answer.  Specifies 3 expected responses with credit for each.

 

qu.1.3.question=

  Who was president during the Civil War?

@

qu.1.3.grader=exact@

qu.1.3.display=textbox@

qu.1.3.answer.1=Lincoln@

qu.1.3.credit.1=1.0@

qu.1.3.answer.2=Abraham Lincoln@

qu.1.3.credit.2=1.0@

qu.1.3.answer.3=Jefferson Davis@

qu.1.3.credit.3=0.25@

qu.1.3.mode=List Question@

qu.1.3.editing=useHTML@

Example 2: List Question - Textbox Display - Relaxed Grader Options

Sets a question with a text response cell that uses the relaxed grader to ignore case sensitivity and punctuation in student responses.  Specifies 3 expected responses with credit for each, and a comment for each.

 

qu.1.3.question=

  Who was president during the Civil War?

@

qu.1.3.grader=relaxed@

qu.1.3.display=textbox@

qu.1.3.answer.1=Lincoln@

qu.1.3.credit.1=1.0@

qu.1.3.comment.1=Yes, although you should use his first name too.@

qu.1.3.answer.2=Abraham Lincoln@

qu.1.3.comment.2=Exactly correct.@

qu.1.3.credit.2=1.0@

qu.1.3.answer.3=Jefferson Davis@

qu.1.3.credit.3=0.25@

qu.1.3.comment.1=Your answer is partially correct - he was President of the CSA, but not the USA.@

qu.1.3.mode=List Question@

qu.1.3.editing=useHTML@

 

Example 3: List Question - Menu Display - Exact Grader Options

Sets a question with a menu list response object that uses the exact grader.  Specifies credit for each option in the list, and a comment for each.

 

qu.1.3.question=

  Who was president during the Civil War?

@

qu.1.3.grader=exact@

qu.1.3.display=menu@

qu.1.3.answer.1=Stephen A. Douglass@

qu.1.3.credit.1=0@

qu.1.3.comment.1=No, but if he had been a better debater, perhaps...@

qu.1.3.answer.2=Abraham Lincoln@

qu.1.3.comment.2=Correct.@

qu.1.3.credit.2=1.0@

qu.1.3.answer.3=Jefferson Davis@

qu.1.3.credit.3=0.25@

qu.1.3.comment.1=Your answer is partially correct - he was President of the CSA, but not the USA.@

qu.1.3.mode=List Question@

qu.1.3.editing=useHTML@