Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 26... Línea 26...
26
class qtype_ordering extends question_type {
26
class qtype_ordering extends question_type {
Línea 27... Línea 27...
27
 
27
 
28
    /** @var int Number of hints default. */
28
    /** @var int Number of hints default. */
Línea -... Línea 29...
-
 
29
    const DEFAULT_NUM_HINTS = 2;
-
 
30
 
-
 
31
    /**
-
 
32
     * Determine if the question type can have HTML answers.
-
 
33
     *
-
 
34
     * @return bool
29
    const DEFAULT_NUM_HINTS = 2;
35
     * @codeCoverageIgnore
30
 
36
     */
31
    public function has_html_answers(): bool {
37
    public function has_html_answers(): bool {
Línea 32... Línea 38...
32
        return true;
38
        return true;