diff --git a/question/format.php b/question/format.php index dcc987e73c1..366e7f6891d 100644 --- a/question/format.php +++ b/question/format.php @@ -508,10 +508,6 @@ class qformat_default { $questions = get_questions_category( $this->category, true ); notify( get_string('exportingquestions','quiz') ); - if (!count($questions)) { - notify( get_string('noquestions','quiz') ); - return false; - } $count = 0; // results are first written into string (and then to a file)