Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 52... Línea 52...
52
    public function get_question_bank_controls(view $qbank, context $context, int $categoryid): array {
52
    public function get_question_bank_controls(view $qbank, context $context, int $categoryid): array {
53
        return [
53
        return [
54
            400 => new question_text_format($qbank),
54
            400 => new question_text_format($qbank),
55
        ];
55
        ];
56
    }
56
    }
-
 
57
 
-
 
58
    #[\Override]
-
 
59
    public function get_question_filters(?view $qbank = null): array {
-
 
60
        return [
-
 
61
            new questiontext_condition($qbank),
-
 
62
        ];
-
 
63
    }
-
 
64
 
57
}
65
}