function print_qtype_to_add_option($qtype, $localizedname) {
global $QTYPES;
echo '<div class="qtypeoption">' . "\n";
+ echo '<label for="qtype_' . $qtype . '">';
echo '<input type="radio" name="qtype" id="qtype_' . $qtype . '" value="' . $qtype . '" />';
- echo '<label for="qtype_' . $qtype . '"><span class="qtypename">';
+ echo '<span class="qtypename">';
$fakequestion = new stdClass;
$fakequestion->qtype = $qtype;
print_question_icon($fakequestion);
#chooseqtype .qtypeoption {
margin-bottom: 0.5em;
}
+#chooseqtype label {
+ display: block;
+}
#chooseqtype .qtypename img {
padding: 0 0.3em;
}
#qtypechoicecontainer #chooseqtype .qtypeoption {
margin-bottom: 0;
}
+#qtypechoicecontainer #chooseqtype .qtypeoption input {
+ display: none;
+}
#qtypechoicecontainer #chooseqtype .instruction,
#qtypechoicecontainer #chooseqtype .qtypesummary {
display: none;