mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
MDL-7861 xhtml transient fixes for not closed input fields - I hope all of them except imported libs are now fixed
This commit is contained in:
parent
c0fe837eeb
commit
60af27037b
44 changed files with 197 additions and 197 deletions
|
@ -20,14 +20,14 @@ Calculated questions offers a way to create individual numerical question by the
|
|||
<tr valign="top">
|
||||
<td align="right"><p><b>Correct Answer Formula:</b></p></td>
|
||||
<td>
|
||||
<input align="left" type="text" id="formula0" name="answer[]" size="20" value="{a} + {b}">
|
||||
<input type="hidden" name="fraction[]" value="1.0">
|
||||
<input align="left" type="text" id="formula0" name="answer[]" size="20" value="{a} + {b}" />
|
||||
<input type="hidden" name="fraction[]" value="1.0" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td align="right"><p><b>Tolerance:</b></p></td>
|
||||
<td>
|
||||
<input align="left" type="text" id="tolerance0"" name="tolerance[]" size="15" value="0.01">±
|
||||
<input align="left" type="text" id="tolerance0"" name="tolerance[]" size="15" value="0.01" />±
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue