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 three expected responses with credit for each.

 

qu.1.1.question=

  Who first developed the General Theory of Relativity?

@

qu.1.1.grader=exact@

qu.1.1.display=text@

qu.1.1.answer.1=Einstein@

qu.1.1.credit.1=1.0@

qu.1.1.answer.2=Albert Einstein@

qu.1.1.credit.2=1.0@

qu.1.1.answer.3=Stephen Hawking@

qu.1.1.credit.3=0.25@

qu.1.1.mode=List@

qu.1.1.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 three expected responses with credit for each, and a comment for each.

 

qu.1.2.question=

  Who first developed the General Theory of Relativity?

@

qu.1.2.grader=relaxed@

qu.1.2.display=text@

qu.1.2.answer.1=Einstein@

qu.1.2.credit.1=1.0@

qu.1.2.comment.1=Yes, but you should specify his first name too.@

qu.1.2.answer.2=Albert Einstein@

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

qu.1.2.credit.2=1.0@

qu.1.2.answer.3=Stephen Hawking@

qu.1.2.credit.3=0.25@

qu.1.2.comment.3=Your answer is partially correct. Hawking helped to extend Albert Einstein's General Theory of Relativity.@

qu.1.2.mode=List@

qu.1.2.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 first developed the General Theory of Relativity?

@

qu.1.3.grader=exact@

qu.1.3.display=menu@

qu.1.3.answer.1=Sir Isaac Newton@

qu.1.3.credit.1=0@

qu.1.3.comment.1=No, Sir Isaac Newton formed the theory of Newtonian gravitation that preceded Albert Einstein's General Theory of relativity.@

qu.1.3.answer.2=Albert Einstein@

qu.1.3.comment.2=Correct.@

qu.1.3.credit.2=1.0@

qu.1.3.answer.3=Stephen Hawking@

qu.1.3.credit.3=0.25@

qu.1.3.comment.3=Your answer is partially correct. Hawking helped to extend Albert Einstein's General Theory of Relativity.@

qu.1.3.mode=List@

qu.1.3.editing=useHTML@

 

See Also:

List Questions

Using Script Files to Author Questions