mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
Merge branch 'MDL-38005-master' of git://github.com/FMCorz/moodle
This commit is contained in:
commit
7c211f565a
17 changed files with 34 additions and 26 deletions
|
@ -272,7 +272,7 @@ class question_dataset_dependent_items_form extends question_wizard_form {
|
|||
$k = optional_param('selectshow', 1, PARAM_INT);
|
||||
for ($i = $this->noofitems; $i >= 1; $i--) {
|
||||
if ($k > 0) {
|
||||
$mform->addElement('header', '', "<b>" .
|
||||
$mform->addElement('header', 'setnoheader', "<b>" .
|
||||
get_string('setno', 'qtype_calculated', $i)."</b> ");
|
||||
}
|
||||
foreach ($this->datasetdefs as $defkey => $datasetdef) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue