Subversion Repositories wimsdev

Rev

Rev 15576 | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1.  
  2. !set scorestat=!getscorestatus sheet=$wims_sheet
  3. !if $exotrymax>0 and $cmd notwordof next reply and $scorestat!=no
  4.   !set tmp=!getscorealltries sheet=$wims_sheet work=$wims_exo
  5.   !set tmp2=!getscoremaxexotry sheet=$wims_sheet work=$wims_exo
  6.   <div class="wims_msg info">
  7.   !if $tmp2=yes or $exotrymax<=$tmp
  8.     $wims_name_maxexotry1
  9.   !else
  10.       $wims_name_maxexotry0
  11.     !if $cmd!=resume
  12.       $[$tmp+1].
  13.     !else
  14.       $tmp.
  15.     !endif
  16.     $wims_name_maxexotry2 $exotrymax.
  17.     <p>
  18.     !if $wims_scorereg=suspend
  19.       $wims_name_maxexotry_warning2
  20.     !else
  21.       $wims_name_maxexotry_warning1
  22.     !endif
  23.     </p>
  24.   !endif
  25.   </div>
  26. !endif
  27. !if $module_score<9.8 and $status=$empty and $seedlastcnt < $seedrepeat and $cmd iswordof reply and $scorestat!=no
  28.   <div class="wims_msg info">
  29.   !if $qnum>1
  30.     $name_tryagain2
  31.   !else
  32.     $name_tryagain
  33.   !endif
  34.   </div>
  35. !endif
  36.