Subversion Repositories wimsdev

Rev

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

Rev 127 Rev 12810
Line 2... Line 2...
2
# ÿ´ÎÄ£¿éµ÷ÓÃʱËüÓÉwims¶ÁÈëÓë½âÊÍÖ´ÐÐ.
2
# ÿ´ÎÄ£¿éµ÷ÓÃʱËüÓÉwims¶ÁÈëÓë½âÊÍÖ´ÐÐ.
3
 
3
 
-
 
4
!read language lang/names
4
!if $cmd=reply and $status!=waiting
5
!if $cmd=reply and $status!=waiting
5
 error=double_reply
6
 error=double_reply
6
 !exit
7
 !exit
7
!endif
8
!endif
8
 
9
 
9
!if $cmd=reply and $status=waiting
10
!if $cmd=reply and $status=waiting
10
 # ¶Ô»Ø´ðµÄ·ÖÎöÓ¦¸Ã·ÅÔÚÕâÀï.
11
  # ¶Ô»Ø´ðµÄ·ÖÎöÓ¦¸Ã·ÅÔÚÕâÀï.
11
 # ÒÔϼ¸ÐÐÖ»ÊÇÒ»¸öÄ£°å.
12
  # ÒÔϼ¸ÐÐÖ»ÊÇÒ»¸öÄ£°å.
12
 
13
 
13
 !if $x>$y
14
  !if $x>$y
14
  diagnostics=good
15
    diagnostics=good
15
 !else
16
  !else
16
  diagnostics=bad
17
    diagnostics=bad
17
 !endif
18
  !endif
18
 
19
 
19
 status=done
20
  status=done
20
 !if $diagnostics=good
21
  !if $diagnostics=good
21
  module_score=10
22
    module_score=10
22
 !else
23
  !else
23
  module_score=0
24
    module_score=0
24
 !endif
25
  !endif
25
 wims_module_log=score $module_score/10
26
  wims_module_log=score $module_score/10
26
!endif
27
!endif
27
 
-