Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 110... Línea 110...
110
        test_question_maker::set_standard_combined_feedback_form_data($fromform);
110
        test_question_maker::set_standard_combined_feedback_form_data($fromform);
111
        $fromform->shownumcorrect = 0;
111
        $fromform->shownumcorrect = 0;
112
        $fromform->penalty = 0.3333333;
112
        $fromform->penalty = 0.3333333;
113
        $fromform->status = \core_question\local\bank\question_version_status::QUESTION_STATUS_READY;
113
        $fromform->status = \core_question\local\bank\question_version_status::QUESTION_STATUS_READY;
Línea -... Línea 114...
-
 
114
 
-
 
115
        $fromform->hint = [
-
 
116
            [
-
 
117
                'text' => 'Cat',
-
 
118
                'format' => FORMAT_HTML,
-
 
119
            ],
-
 
120
        ];
114
 
121
 
115
        return $fromform;
122
        return $fromform;
Línea 116... Línea 123...
116
    }
123
    }
117
 
124