mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 10:26:40 +02:00
empty options are necessary - with they validate ok
This commit is contained in:
parent
ece2f3be63
commit
348887ac10
3 changed files with 6 additions and 6 deletions
|
@ -31,13 +31,13 @@ Good luck!
|
|||
|
||||
<form action="">
|
||||
<table align="center" width="90%" class="generalbox" border="0" cellpadding="5" cellspacing="0"><tr><td bgcolor="#FFFFFF" class="generalboxcontent"><table width="100%" cellspacing="10"><tr><td nowrap="nowrap" width="100" valign="top"><p align="center"><b>3</b></p><p align="center"><font size="1">8 Marks</font></p><img height="1" width="100" src="pix/spacer.gif" alt="" /><br />
|
||||
</td><td valign="top"><p>This question consists of some text with an answer embedded right here <select name="q4ma1" ><option value="4" >Wrong answer</option><option value="5" >Another wrong answer</option><option value="6" >Correct answer</option><option value="7" >Answer that gives half the credit</option></select> and right after that you will have to deal with this short answer <input name="q4ma2" value="" type="text" size="8"/> and finally we have a floating point number <input name="q4ma3" value="" type="text" size="8"/> .<br />
|
||||
</td><td valign="top"><p>This question consists of some text with an answer embedded right here <select name="q4ma1" ><option> </option><option value="4" >Wrong answer</option><option value="5" >Another wrong answer</option><option value="6" >Correct answer</option><option value="7" >Answer that gives half the credit</option></select> and right after that you will have to deal with this short answer <input name="q4ma2" value="" type="text" size="8"/> and finally we have a floating point number <input name="q4ma3" value="" type="text" size="8"/> .<br />
|
||||
|
||||
<br />
|
||||
|
||||
Note that addresses like <a href="http://www.moodle.org" target="_blank">www.moodle.org</a> and smileys <img alt="" border="0" src="pix/s/smiley.gif" width="15" height="15" /> all work as normal:<br />
|
||||
|
||||
a) How good is this? <select name="q4ma4" ><option value="13" >Yes</option><option value="14" >No</option></select> <br />
|
||||
a) How good is this? <select name="q4ma4" ><option> </option><option value="13" >Yes</option><option value="14" >No</option></select> <br />
|
||||
|
||||
b) What grade would you give it? <input name="q4ma5" value="" type="text" size="8"/> <br />
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue