mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Forgot to take out duplicate question count check.
Merged from STABLE_18
This commit is contained in:
parent
2c6d2c888c
commit
8cc7d98a31
1 changed files with 0 additions and 4 deletions
|
@ -589,10 +589,6 @@ class qformat_default {
|
||||||
$questions = get_questions_category( $this->category, true );
|
$questions = get_questions_category( $this->category, true );
|
||||||
|
|
||||||
notify( get_string('exportingquestions','quiz') );
|
notify( get_string('exportingquestions','quiz') );
|
||||||
if (!count($questions)) {
|
|
||||||
notify( get_string('noquestions','quiz') );
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
$count = 0;
|
$count = 0;
|
||||||
|
|
||||||
// results are first written into string (and then to a file)
|
// results are first written into string (and then to a file)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue