WeBWorK Problems

TF context

Re: contextTF

by Paul Pearson -
Number of replies: 0
To address your original problem about entering "G" for a True/False question: The best way to ensure that students don't enter "G" is to use a popup list whose only options are "True" or "False". See, for example,

http://webwork.maa.org/wiki/PopUpListsLong

for a way to write a list of True/False questions that get shuffled for the students (to remove the shuffling, set $qns = $qn; in the code) and use popup lists for entering answers.