Rev 367 | Rev 1006 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 367 | Rev 510 | ||
---|---|---|---|
Line 56... | Line 56... | ||
56 | </center></form> <p> |
56 | </center></form> <p> |
57 | !endif |
57 | !endif |
58 | 58 | ||
59 | :tester |
59 | :tester |
60 | !read oef/present.phtml |
60 | !read oef/present.phtml |
- | 61 | ||
61 | <center><hr width=50%></center> |
62 | <center><hr width=50%></center> |
62 | 63 | ||
63 | !if $cmd=hint |
64 | !if $cmd=hint |
64 | !read oef/hint.phtml |
65 | !read oef/hint.phtml |
65 | !goto end |
66 | !goto end |
Line 80... | Line 81... | ||
80 | !href cmd=help Help on line |
81 | !href cmd=help Help on line |
81 | . |
82 | . |
82 | !endif |
83 | !endif |
83 | !if $qnum<=1 |
84 | !if $qnum<=1 |
84 | !href $renewlink Un nuovo esercizio |
85 | !href $renewlink Un nuovo esercizio |
85 | . |
86 | . |
86 | !else |
87 | !else |
87 | Questo è l'esercizio numero $[$reply_cnt+1] di una sessione di $qnum esercizi. |
88 | Questo è l'esercizio numero $[$reply_cnt+1] di una sessione di $qnum esercizi. |
88 | !href $renewlink Terminare la sessione |
89 | !href $renewlink Terminare la sessione |
89 | . |
90 | . |
90 | !endif |
91 | !endif |
91 | !else |
92 | !else |
Line 106... | Line 107... | ||
106 | Avete terminato una sessione di $qnum esercizi, ottenendo un punteggio di |
107 | Avete terminato una sessione di $qnum esercizi, ottenendo un punteggio di |
107 | $module_score su 10. |
108 | $module_score su 10. |
108 | !ifval $module_score>9.8 |
109 | !ifval $module_score>9.8 |
109 | Congratulazioni |
110 | Congratulazioni |
110 | !endif |
111 | !endif |
111 | !if $toolate!=$empty and $score>$module_score |
112 | !if $toolate!=$empty and $score>$module_score |
112 | (Sei stato punito per non aver terminato l'esercizio nel tempo stabilito.) |
113 | (Sei stato punito per non aver terminato l'esercizio nel tempo stabilito.) |
113 | !endif |
114 | !endif |
114 | <p> |
115 | <p> |
115 | !href $renewlink Un'altra sessione |
116 | !href $renewlink Un'altra sessione |
116 | . |
117 | . |
117 | !if $wims_sheet=$empty |
118 | !if $wims_sheet=$empty |
118 | !href exo_Intro |
119 | !href exo_Intro |
119 | . |
120 | . |
120 | !endif |
121 | !endif |
121 | !else |
122 | !else |
122 | Avete ottenuto un punteggio di $module_score su 10. |
123 | Avete ottenuto un punteggio di $module_score su 10. |
123 | !ifval $module_score>9.8 |
124 | !ifval $module_score>9.8 |
124 | Congratulazioni! |
125 | Congratulazioni! |
125 | !endif |
126 | !endif |
126 | !if $toolate!=$empty and $score>$module_score |
127 | !if $toolate!=$empty and $score>$module_score |
127 | (Sei stato punito per non aver terminato l'esercizio nel tempo stabilito.) |
128 | (Sei stato punito per non aver terminato l'esercizio nel tempo stabilito.) |
128 | !endif |
129 | !endif |
129 | <p> |
130 | <p> |
130 | !href $renewlink Un'altra sessione |
131 | !href $renewlink Un'altra sessione |
Line 132... | Line 133... | ||
132 | !if $wims_sheet=$empty and $oef_test!=yes |
133 | !if $wims_sheet=$empty and $oef_test!=yes |
133 | !href exo_Intro |
134 | !href exo_Intro |
134 | . |
135 | . |
135 | !endif |
136 | !endif |
136 | !endif |
137 | !endif |
137 | !endif |
138 | !endif |
138 | !endif |
139 | !endif |
139 | 140 | ||
140 | !if $replydefaulted=yes |
141 | !if $replydefaulted=yes |
141 | <p> <small>Debug: |
142 | <p> <small>Debug: |
142 | !if $oef_default=yes |
143 | !if $oef_default=yes |
143 | le risposte esatte sono inserite come risposte di default. |
144 | le risposte esatte sono inserite come risposte di default. |
Line 158... | Line 159... | ||
158 | <p> |
159 | <p> |
159 | !href module=adm/createxo&existing=$thisexo&catmodule=$module Importa |
160 | !href module=adm/createxo&existing=$thisexo&catmodule=$module Importa |
160 | questo esercizio nel tuo corso (dove puoi modificarlo). |
161 | questo esercizio nel tuo corso (dove puoi modificarlo). |
161 | !endif |
162 | !endif |
162 | :end |
163 | :end |
163 | - | ||
164 | !tail |
164 | !tail |
165 | 165 |