]> git.mjollnir.org Git - moodle.git/commitdiff
Taking out random question hack that is no longer needed.
authorgustav_delius <gustav_delius>
Sun, 9 Apr 2006 22:43:22 +0000 (22:43 +0000)
committergustav_delius <gustav_delius>
Sun, 9 Apr 2006 22:43:22 +0000 (22:43 +0000)
question/editlib.php

index 74f38ca1c07ee242b49eb771eb3f4e3fd9220f9d..d8790e0a5b057d463442f3bd73b6e216c0dc0741 100644 (file)
@@ -215,9 +215,6 @@ function question_list($course, $categoryid, $quizid=0,
     <th nowrap=\"nowrap\" class=\"header\">$strtype</th>";
     echo "</tr>\n";
     foreach ($questions as $question) {
-        if ($question->qtype == RANDOM) {
-            //continue;
-        }
         echo "<tr>\n<td nowrap=\"nowrap\">\n";
         if ($quizid) {
             echo "<a title=\"$straddtoquiz\" href=\"edit.php?addquestion=$question->id&amp;sesskey=$USER->sesskey\"><img