$string['addrandom'] = 'Add $a random questions';
$string['addrandom1'] = '<< Add';
$string['addrandom2'] = 'random questions';
-$string['addrandomfromcategory'] = 'Add random questions from category';
+$string['addrandomfromcategory'] = 'Add random questions from category:';
$string['addrandomquestion'] = 'Add random question';
$string['addrandomquestiontoquiz'] = 'Add random question to quiz $a';
$string['addselectedtoquiz'] = 'Add selected to quiz';
$string['formulaerror'] = 'Formula errors!';
$string['fractionsaddwrong'] = 'The positive grades you have chosen do not add up to 100%%<br />Instead, they add up to $a%%<br />Do you want to go back and fix this question?';
$string['fractionsnomax'] = 'One of the answers should be 100%%, so that it is<br />possible to get a full grade for this question.<br />Do you want to go back and fix this question?';
-$string['fromcategory'] = 'from category';
+$string['fromcategory'] = 'from category:';
$string['fromfile'] = 'from file:';
$string['functiontakesatleasttwo'] = 'The function $a must have at least two arguments';
$string['functiontakesnoargs'] = 'The function $a does not take any arguments';
$string['tolerancetype'] = 'Tolerance Type';
$string['toomanyrandom'] = 'The number of random questions required is more than are still available in the category!';
$string['top'] = 'Top';
-$string['totalpoints'] = 'Total of grades';
+$string['totalpoints'] = 'Total of grades:';
$string['totalquestionsinrandomqcategory'] = 'Total of $a questions in category.';
$string['true'] = 'True';
$string['truefalse'] = 'True/False';
}
$straddtoquiz = get_string("addtoquiz", "quiz");
$out = '<strong><label for="menurandomcount">'.get_string('addrandomfromcategory','quiz').
- '</label>:</strong><br />';
+ '</label></strong><br />';
$out .= get_string('addrandom', 'quiz', choose_from_menu($randomcount,
'randomcount', '1', '', '', '', true,$cmoptions->hasattempts));
$out .= '<input type="hidden" name="recurse" value="'.$recurse.'" />';
echo '<div class="randomquestionfromcategory">';
print_question_icon($question);
print_string('random','quiz');
- echo " ".get_string("fromcategory",'quiz').":</div>";
+ echo " ".get_string("fromcategory",'quiz')."</div>";
$a = new stdClass;
$a->arrow = $THEME->rarrow;
global $CFG;
$numberofquestions=quiz_number_of_questions_in_quiz($quiz->questions);
?><div class="statusdisplay"><span class="totalpoints">
- <?php echo get_string("totalpoints","quiz") ?>:</span>
+ <?php echo get_string("totalpoints","quiz") ?></span>
<?php echo $sumgrades; ?>
| <span class="numberofquestions">
<?php