Rev 14980 | Rev 15043 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 14980 | Rev 15026 | ||
---|---|---|---|
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> |
- | |
111 | <br class="spacer clearall" /> |
110 | <br class="spacer clearall" /> |
112 | </div> |
- | |
113 | !if $status=$empty |
111 | !if $status=$empty |
114 | <span class="oef_modulescore"> |
112 | <span class="oef_modulescore"> |
115 | !if $qnum>1 |
113 | !if $qnum>1 |
116 | $name_serie_score |
114 | $name_serie_score |
117 | !else |
115 | !else |
118 | $name_exo_score |
116 | $name_exo_score |
119 | !endif |
117 | !endif |
120 | </span> |
118 | </span> |
121 | !ifval $module_score>9.8 |
119 | !ifval $module_score>9.8 |
122 | <span class="oef_congratulations">$wims_name_Congratulations</span> |
120 | <span class="oef_congratulations">$wims_name_Congratulations</span> |
123 | !endif |
121 | !endif |
124 | !if $toolate!=$empty and $score>$module_score |
122 | !if $toolate!=$empty and $score>$module_score |
125 | <span class="oef_penalty">$name_penalty</span> |
123 | <span class="oef_penalty">$name_penalty</span> |
126 | !endif |
124 | !endif |
127 | !endif |
125 | !endif |
- | 126 | </div> |
|
- | 127 | </div> |
|
- | 128 | ||
128 | !!presentsol=1 deprecated |
129 | !!presentsol=1 deprecated |
129 | !! givesol=1: always if $score=10 or at the last try of all versions |
130 | !! givesol=1: always if $score=10 or at the last try of all versions |
130 | !if $solution!=$empty and ($givesol=$empty or (($presentsol=1 and $score<10)\ |
131 | !if $solution!=$empty and ($givesol=$empty or (($presentsol=1 and $score<10)\ |
131 | or ($givesol=1 and ($score=10 or $seedlastcnt>=$seedrepeat))\ |
132 | or ($givesol=1 and ($score=10 or $seedlastcnt>=$seedrepeat))\ |
132 | or ($givesol>=2 and $seedcnt>=$givesol and ($score=10 or $seedlastcnt>=$seedrepeat))\ |
133 | or ($givesol>=2 and $seedcnt>=$givesol and ($score=10 or $seedlastcnt>=$seedrepeat))\ |