MDL-50799 question: Improve Show all text to be more accurate

This commit is contained in:
Eric Merrill
2015-07-08 22:03:16 -04:00
parent 1f2979d0e5
commit 4a97af59ef
2 changed files with 8 additions and 2 deletions
+1
View File
@@ -31,6 +31,7 @@ defined('MOODLE_INTERNAL') || die();
require_once($CFG->libdir . '/questionlib.php');
define('DEFAULT_QUESTIONS_PER_PAGE', 20);
define('MAXIMUM_QUESTIONS_PER_PAGE', 1000);
function get_module_from_cmid($cmid) {
global $CFG, $DB;