Subversion Repositories wimsdev

Rev

Rev 12348 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 12348 Rev 14625
Line 30... Line 30...
30
  num=yes
30
  num=yes
31
  !for j=1 to $(choiceitems$i)
31
  !for j=1 to $(choiceitems$i)
32
    t=!item $j of $cli
32
    t=!item $j of $cli
33
    t=$[$t]
33
    t=$[$t]
34
    !if NaN isin $t
34
    !if NaN isin $t
35
     num=no
35
      num=no
36
    !endif
36
    !endif
37
  !next j
37
  !next j
38
  !if shuffle iswordof $(choiceoption$i)
38
  !if shuffle iswordof $(choiceoption$i)
39
    choicelist$i=!shuffle $cli
39
    choicelist$i=!shuffle $cli
40
  !else
40
  !else
Line 46... Line 46...
46
  !endif
46
  !endif
47
  choicegood$i=!listintersect $cgood and $cli
47
  choicegood$i=!listintersect $cgood and $cli
48
!next i
48
!next i
49
 
49
 
50
!for i=1 to $replycnt
50
!for i=1 to $replycnt
51
 reply$i=
51
  reply$i=
52
 replygood$i=!trim $(replygood$i)
52
  replygood$i=!trim $(replygood$i)
53
!next i
53
!next i
54
 
54
 
55
!read oef/valsave.proc
55
!read oef/valsave.proc
56
 
56
 
57
!if $ansorder=$empty
57
!if $ansorder=$empty
58
 !for i=1 to $choicecnt
58
  !for i=1 to $choicecnt
59
  ansorder=!append item c to $ansorder
59
    ansorder=!append item c to $ansorder
60
 !next i
60
  !next i
61
 !for i=1 to $replycnt
61
  !for i=1 to $replycnt
62
  ansorder=!append item r to $ansorder
62
    ansorder=!append item r to $ansorder
63
 !next i
63
  !next i
64
!endif
64
!endif
65
 
65
 
66
!bound precision between integer 20 and 100000000 default 10000
66
!bound precision between integer 20 and 100000000 default 10000
67
!default leftrange=-5
67
!default leftrange=-5
68
!default rightrange=5
68
!default rightrange=5
Line 70... Line 70...
70
!default creplycnt=$replycnt
70
!default creplycnt=$replycnt
71
wims_compare_precision=$precision
71
wims_compare_precision=$precision
72
question_url=
72
question_url=
73
status=waiting
73
status=waiting
74
!default conditioncnt=0
74
!default conditioncnt=0
75
 
-