//************************************** /BEG prob_val=2 //HIN No Hint unless you un-comment this text to make it into a hint. //EXP No Explanation unless you un-comment this text and write something. /IMP "../Tools/Problem#" // ../CAPA/MCTools/Nof4 Select N correct of 4 Statements This is the TEXT of problem here. (Give ALL correct answers, i.e., B, AC, BCD...) // set a1a = 1 for a correct variation, and 2 for incorrect, etc.. // ALL variations for at least one statement must always be correct! //---------------------------------------- /LET s1a="Statement 1 variation a" /LET s1b="Statement 1 variation b" /LET s1c="Statement 1 variation c" /LET s1d="Statement 1 variation d" /LET mix1=random(1,1,1) /LET a1a=26 /LET a1b=26 /LET a1c=26 /LET a1d=26 // /LET s2a="Statement 2 variation a" /LET s2b="Statement 2 variation b" /LET s2c="Statement 2 variation c" /LET s2d="Statement 2 variation d" /LET mix2=random(1,1,1) /LET a2a=26 /LET a2b=26 /LET a2c=26 /LET a2d=26 // /LET s3a="Statement 3 variation a" /LET s3b="Statement 3 variation b" /LET s3c="Statement 3 variation c" /LET s3d="Statement 3 variation d" /LET mix3=random(1,1,1) /LET a3a=26 /LET a3b=26 /LET a3c=26 /LET a3d=26 // /LET s4a="Statement 4 variation a" /LET s4b="Statement 4 variation b" /LET s4c="Statement 4 variation c" /LET s4d="Statement 4 variation d" /LET mix4=random(1,1,1) /LET a4a=26 /LET a4b=26 /LET a4c=26 /LET a4d=26 // /IMP "../MCTools/Nof4aux" /DIS(stdline) /ANS(Nof4right,wgt=prob_val,str=mc) //**************************************