+
<?php // $Id$
////////////////////////////////////////////////////////////////////
// Somewhere to specify question parameters that are not handled
// by import but are required db fields.
// This should not be overridden.
+ global $CFG;
+
$question = new stdClass();
- $question->shuffleanswers = 0;
+ $question->shuffleanswers = $CFG->quiz_shuffleanswers;
$question->defaultgrade = 1;
$question->image = "";
$question->usecase = 0;