Subversion Repositories wimsdev

Compare Revisions

Ignore whitespace Rev 12809 → Rev 12810

/trunk/wims/public_html/modules/template/exercise.fr/var.init
3,8 → 3,5
 
# content of the file: initialisation of the problem.
 
 
 
status=waiting
wims_module_log=$cmd
 
/trunk/wims/public_html/modules/template/exercise.fr/var.proc
9,21 → 9,20
!endif
 
!if $cmd=reply and $status=waiting
# Analysis of the reply should be placed here.
# The following lines are just a template.
# Analysis of the reply should be placed here.
# The following lines are just a template.
 
!if $x>$y
diagnostics=good
!else
diagnostics=bad
!endif
!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
status=done
!if $diagnostics=good
module_score=10
!else
module_score=0
!endif
wims_module_log=score $module_score/10
!endif