Subversion Repositories wimsdev

Rev

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

Rev 14564 Rev 14937
Line 105... Line 105...
105
  )
105
  )
106
  <div class="oef_feedbacks" style="clear:left;">
106
  <div class="oef_feedbacks" style="clear:left;">
107
  !read $deffile feedback
107
  !read $deffile feedback
108
  </div>
108
  </div>
109
!endif
109
!endif
-
 
110
</div>
110
 
111
</div>
111
!!presentsol=1 deprecated
112
!!presentsol=1 deprecated
112
!! givesol=1: always if $score=10 or at the last try of all versions
113
!! givesol=1: always if $score=10 or at the last try of all versions
113
!if $solution!=$empty and ($givesol=$empty or (($presentsol=1 and $score<10)\
114
!if $solution!=$empty and ($givesol=$empty or (($presentsol=1 and $score<10)\
114
    or ($givesol=1 and ($score=10 or $seedlastcnt>=$seedrepeat))\
115
    or ($givesol=1 and ($score=10 or $seedlastcnt>=$seedrepeat))\
115
    or ($givesol>=2 and $seedcnt>=$givesol and ($score=10 or $seedlastcnt>=$seedrepeat))\
116
    or ($givesol>=2 and $seedcnt>=$givesol and ($score=10 or $seedlastcnt>=$seedrepeat))\
Line 144... Line 145...
144
 
145
 
145
!if $m_reply_err != $empty
146
!if $m_reply_err != $empty
146
  <pre class="wimswarning">$m_reply_err</pre>
147
  <pre class="wimswarning">$m_reply_err</pre>
147
!endif
148
!endif
148
  <br class="spacer clearall" />
149
  <br class="spacer clearall" />
149
  </div>
-
 
150
 </div>
-
 
151
</div>
150
</div>
152
<!--END oef answer-->
151
<!--END oef answer-->