Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/lab/exp8/results.htm
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
<td width="100%"><form method="POST" name="result"><table border="0" width="100%" cellpadding="0" height="116">
<tr>
<td height="25" bgcolor="#D3FFA8"><strong><font face="Arial">No. of questions you got right:</font></strong></td>
<td height="25"><p><input type="text" name="p" size="24"></td>
<td height="25"><p><input type="text" name="p" size="24" readonly ></td>
</tr>
<tr>
<td height="17" bgcolor="#D3FFA8"><strong><font face="Arial">The questions you got wrong:</font></strong></td>
<td height="17"><p><textarea name="T2" rows="3" cols="24" wrap="virtual"></textarea></td>
<td height="17"><p><textarea name="T2" rows="3" cols="24" wrap="virtual" readonly style="resize:none"></textarea></td>
</tr>
<tr>
<td height="25" bgcolor="#D3FFA8"><strong><font face="Arial">Grade in percentage:</font></strong></td>
<td height="25"><input type="text" name="q" size="8"></td>
<td height="25"><input type="text" name="q" size="8" readonly></td>
</tr>
</table>
</form>
Expand Down