Subversion Repositories wimsdev

Rev

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

Rev Author Line No. Line
15574 bpr 1
 
12800 bpr 2
!set scorestat=!getscorestatus sheet=$wims_sheet
13329 bpr 3
!if $exotrymax>0 and $cmd notwordof next reply and $scorestat!=no
12213 bpr 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
13007 bpr 10
      $wims_name_maxexotry0
11
    !if $cmd!=resume
12
      $[$tmp+1].
13
    !else
14
      $tmp.
15
    !endif
12233 bpr 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>
12213 bpr 24
  !endif
12293 bpr 25
  </div>
12213 bpr 26
!endif
15577 bpr 27
!if $module_score<9.8 and $status=$empty and $seedlastcnt < $seedrepeat and $cmd iswordof reply and $scorestat!=no
15574 bpr 28
  <div class="wims_msg info">
15576 bpr 29
  !if $qnum>1
30
    $name_tryagain2
31
  !else
15574 bpr 32
    $name_tryagain
15576 bpr 33
  !endif
34
  </div>
15574 bpr 35
!endif