File:  [LON-CAPA] / capa / capa51 / GUITools / ideas / of5tool / Nof4
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Sep 28 21:26:14 1999 UTC (25 years, 9 months ago) by albertel
Branches: capa, MAIN
CVS tags: version_2_9_X, version_2_9_99_0, version_2_9_1, version_2_9_0, version_2_8_X, version_2_8_99_1, version_2_8_99_0, version_2_8_2, version_2_8_1, version_2_8_0, version_2_7_X, version_2_7_99_1, version_2_7_99_0, version_2_7_1, version_2_7_0, version_2_6_X, version_2_6_99_1, version_2_6_99_0, version_2_6_3, version_2_6_2, version_2_6_1, version_2_6_0, version_2_5_X, version_2_5_99_1, version_2_5_99_0, version_2_5_2, version_2_5_1, version_2_5_0, version_2_4_X, version_2_4_99_0, version_2_4_2, version_2_4_1, version_2_4_0, version_2_3_X, version_2_3_99_0, version_2_3_2, version_2_3_1, version_2_3_0, version_2_2_X, version_2_2_99_1, version_2_2_99_0, version_2_2_2, version_2_2_1, version_2_2_0, version_2_1_X, version_2_1_99_3, version_2_1_99_2, version_2_1_99_1, version_2_1_99_0, version_2_1_3, version_2_1_2, version_2_1_1, version_2_1_0, version_2_12_X, version_2_11_X, version_2_11_6_msu, version_2_11_6, version_2_11_5_msu, version_2_11_5, version_2_11_4_uiuc, version_2_11_4_msu, version_2_11_4, version_2_11_3_uiuc, version_2_11_3_msu, version_2_11_3, version_2_11_2_uiuc, version_2_11_2_msu, version_2_11_2_educog, version_2_11_2, version_2_11_1, version_2_11_0_RC3, version_2_11_0_RC2, version_2_11_0_RC1, version_2_11_0, version_2_10_X, version_2_10_1, version_2_10_0_RC2, version_2_10_0_RC1, version_2_10_0, version_2_0_X, version_2_0_99_1, version_2_0_2, version_2_0_1, version_2_0_0, version_1_99_3, version_1_99_2, version_1_99_1_tmcc, version_1_99_1, version_1_99_0_tmcc, version_1_99_0, version_1_3_X, version_1_3_3, version_1_3_2, version_1_3_1, version_1_3_0, version_1_2_X, version_1_2_99_1, version_1_2_99_0, version_1_2_1, version_1_2_0, version_1_1_X, version_1_1_99_5, version_1_1_99_4, version_1_1_99_3, version_1_1_99_2, version_1_1_99_1, version_1_1_99_0, version_1_1_3, version_1_1_2, version_1_1_1, version_1_1_0, version_1_0_99_3, version_1_0_99_2, version_1_0_99_1, version_1_0_99, version_1_0_3, version_1_0_2, version_1_0_1, version_1_0_0, version_0_99_5, version_0_99_4, version_0_99_3, version_0_99_2, version_0_99_1, version_0_99_0, version_0_6_2, version_0_6, version_0_5_1, version_0_5, version_0_4, version5-1-2-first_release, start, stable_2002_spring, stable_2002_july, stable_2002_april, stable_2001_fall, release_5-1-3, loncapaMITrelate_1, language_hyphenation_merge, language_hyphenation, conference_2003, bz6209-base, bz6209, STABLE, HEAD, GCI_3, GCI_2, GCI_1, CAPA_5-1-6, CAPA_5-1-5, CAPA_5-1-4_RC1, BZ4492-merge, BZ4492-feature_horizontal_radioresponse, BZ4492-feature_Support_horizontal_radioresponse, BZ4492-Support_horizontal_radioresponse
Created directory structure

    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>