mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
Questions have moved
This commit is contained in:
parent
6ac7e7c51a
commit
ce39b5f7b1
@ -139,7 +139,7 @@
|
||||
echo "<input type=\"hidden\" name=\"posts\" value=\"$count\">\n";
|
||||
echo '<br />';
|
||||
|
||||
$count = count_records('quiz_questions');
|
||||
$count = count_records('question');
|
||||
echo get_string("questions", 'quiz').": ".$count;
|
||||
echo "<input type=\"hidden\" name=\"questions\" value=\"$count\">\n";
|
||||
echo '<br />';
|
||||
|
Loading…
x
Reference in New Issue
Block a user