Annotation of capa/capa51/GUITools/ideas/of5tool/Nof4, revision 1.1
1.1 ! albertel 1: //**************************************
! 2: /BEG prob_val=2
! 3: //HIN No Hint unless you un-comment this text to make it into a hint.
! 4: //EXP No Explanation unless you un-comment this text and write something.
! 5: /IMP "../Tools/Problem#"
! 6: // ../CAPA/MCTools/Nof4 Select N correct of 4 Statements
! 7: This is the TEXT of problem here. (Give ALL correct answers, i.e., B, AC, BCD...)
! 8: // set a1a = 1 for a correct variation, and 2 for incorrect, etc..
! 9: // ALL variations for at least one statement must always be correct!
! 10: //----------------------------------------
! 11: /LET s1a="Statement 1 variation a"
! 12: /LET s1b="Statement 1 variation b"
! 13: /LET s1c="Statement 1 variation c"
! 14: /LET s1d="Statement 1 variation d"
! 15: /LET mix1=random(1,1,1)
! 16: /LET a1a=26
! 17: /LET a1b=26
! 18: /LET a1c=26
! 19: /LET a1d=26
! 20: //
! 21: /LET s2a="Statement 2 variation a"
! 22: /LET s2b="Statement 2 variation b"
! 23: /LET s2c="Statement 2 variation c"
! 24: /LET s2d="Statement 2 variation d"
! 25: /LET mix2=random(1,1,1)
! 26: /LET a2a=26
! 27: /LET a2b=26
! 28: /LET a2c=26
! 29: /LET a2d=26
! 30: //
! 31: /LET s3a="Statement 3 variation a"
! 32: /LET s3b="Statement 3 variation b"
! 33: /LET s3c="Statement 3 variation c"
! 34: /LET s3d="Statement 3 variation d"
! 35: /LET mix3=random(1,1,1)
! 36: /LET a3a=26
! 37: /LET a3b=26
! 38: /LET a3c=26
! 39: /LET a3d=26
! 40: //
! 41: /LET s4a="Statement 4 variation a"
! 42: /LET s4b="Statement 4 variation b"
! 43: /LET s4c="Statement 4 variation c"
! 44: /LET s4d="Statement 4 variation d"
! 45: /LET mix4=random(1,1,1)
! 46: /LET a4a=26
! 47: /LET a4b=26
! 48: /LET a4c=26
! 49: /LET a4d=26
! 50: //
! 51: /IMP "../MCTools/Nof4aux"
! 52: /DIS(stdline)
! 53: /ANS(Nof4right,wgt=prob_val,str=mc)
! 54: //**************************************
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>