Proyectos de Subversion Moodle

Rev

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

Rev 11 Rev 1441
Línea 31... Línea 31...
31
 *
31
 *
32
 * @package    qtype_numerical
32
 * @package    qtype_numerical
33
 * @copyright  2011 The Open University
33
 * @copyright  2011 The Open University
34
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
34
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
35
 */
35
 */
36
class walkthrough_test extends \qbehaviour_walkthrough_test_base {
36
final class walkthrough_test extends \qbehaviour_walkthrough_test_base {
37
    public function test_interactive_currency(): void {
37
    public function test_interactive_currency(): void {
Línea 38... Línea 38...
38
 
38
 
39
        // Create a gapselect question.
39
        // Create a gapselect question.
40
        $q = \test_question_maker::make_question('numerical', 'currency');
40
        $q = \test_question_maker::make_question('numerical', 'currency');