Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 43... Línea 43...
43
        echo \html_writer::start_tag('div');
43
        echo \html_writer::start_tag('div');
44
        $labelfor = $this->label_for($question);
44
        $labelfor = $this->label_for($question);
45
        if ($labelfor) {
45
        if ($labelfor) {
46
            echo \html_writer::start_tag('label', ['for' => $labelfor]);
46
            echo \html_writer::start_tag('label', ['for' => $labelfor]);
47
        }
47
        }
48
        echo quiz_question_tostring($question, false, true, true, $question->tags);
48
        echo quiz_question_tostring($question, false, true, true,
-
 
49
            $question->tags, false);
49
        if ($labelfor) {
50
        if ($labelfor) {
50
            echo \html_writer::end_tag('label');
51
            echo \html_writer::end_tag('label');
51
        }
52
        }
52
        echo \html_writer::end_tag('div');
53
        echo \html_writer::end_tag('div');
53
    }
54
    }