mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 02:46:40 +02:00
merging MOODLE_19_QUESTIONS with HEAD
This commit is contained in:
parent
3bee1ead40
commit
271e6decda
47 changed files with 2807 additions and 1546 deletions
|
@ -49,7 +49,7 @@ class question_edit_randomsamatch_form extends question_edit_form {
|
|||
|
||||
function validation($data){
|
||||
global $QTYPES;
|
||||
$errors = array();
|
||||
$errors = parent::validation($data);
|
||||
$saquestions = $QTYPES['randomsamatch']->get_sa_candidates($data['category']);
|
||||
$numberavailable = count($saquestions);
|
||||
if ($saquestions === false){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue