Rev 12523 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 12523 | Rev 15435 | ||
---|---|---|---|
Line 129... | Line 129... | ||
129 | $(description[1]) $m_rightarrow <textarea id="myinput0" class="schaersvoorde_textarea" cols="$cols" rows="$rows">$(answer$n)</textarea> $ex1 |
129 | $(description[1]) $m_rightarrow <textarea id="myinput0" class="schaersvoorde_textarea" cols="$cols" rows="$rows">$(answer$n)</textarea> $ex1 |
130 | !else |
130 | !else |
131 | $(description[1]) $m_rightarrow <textarea id="myinput0" class="schaersvoorde_textarea" cols="$cols" rows="$rows">$(reply$n)</textarea> $ex1 |
131 | $(description[1]) $m_rightarrow <textarea id="myinput0" class="schaersvoorde_textarea" cols="$cols" rows="$rows">$(reply$n)</textarea> $ex1 |
132 | !endif |
132 | !endif |
133 | !else |
133 | !else |
134 | <ul class=" |
134 | <ul class="myvlist"> |
135 | !for p=1 to $inputs |
135 | !for p=1 to $inputs |
136 | <li> |
136 | <li> |
137 | !if $wims_user=supervisor |
137 | !if $wims_user=supervisor |
138 | !if $use_lines=1 |
138 | !if $use_lines=1 |
139 | !set deelantwoord=!line $p of $(answer$n) |
139 | !set deelantwoord=!line $p of $(answer$n) |
Line 150... | Line 150... | ||
150 | !endif |
150 | !endif |
151 | </td> |
151 | </td> |
152 | </tr> |
152 | </tr> |
153 | </table> |
153 | </table> |
154 | !else |
154 | !else |
155 | <ul class=" |
155 | <ul class="myvlist"><!-- this "span" line-height / font-size is related to schaersvoorde.css : "schaersvoorde_input" class font-size --> |
156 | !if $wims_user=supervisor |
156 | !if $wims_user=supervisor |
157 | !for p=1 to $inputs |
157 | !for p=1 to $inputs |
158 | !if $use_lines=1 |
158 | !if $use_lines=1 |
159 | !set deelantwoord=!line $p of $(answer$n) |
159 | !set deelantwoord=!line $p of $(answer$n) |
160 | !else |
160 | !else |