Rev 12810 | Blame | Compare with Previous | Last modification | View Log | RSS feed
# ±äÁ¿¼ÆËãÓ¦ÔÚ´ËÎļþÀï½øÐÐ.
# ÿ´ÎÄ£¿éµ÷ÓÃʱËüÓÉwims¶ÁÈëÓë½âÊÍÖ´ÐÐ.
!read language lang/names
!if $cmd=reply and $status!=waiting
error=double_reply
!exit
!endif
!if $cmd=reply and $status=waiting
# ¶Ô»Ø´ðµÄ·ÖÎöÓ¦¸Ã·ÅÔÚÕâÀï.
# ÒÔϼ¸ÐÐÖ»ÊÇÒ»¸öÄ£°å.
!if $x>$y
diagnostics=good
!else
diagnostics=bad
!endif
status=done
!if $diagnostics=good
module_score=10
!else
module_score=0
!endif
wims_module_log=score $module_score/10
!endif