Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 101... Línea 101...
101
        $output = '';
101
        $output = '';
102
        $hint = null;
102
        $hint = null;
Línea 103... Línea 103...
103
 
103
 
104
        if ($options->feedback) {
104
        if ($options->feedback) {
105
            $output .= html_writer::nonempty_tag('div', $this->specific_feedback($qa),
105
            $output .= html_writer::nonempty_tag('div', $this->specific_feedback($qa),
106
                    array('class' => 'specificfeedback'));
106
                ['class' => 'specificfeedback clearfix']);
107
            $hint = $qa->get_applicable_hint();
107
            $hint = $qa->get_applicable_hint();
Línea 108... Línea 108...
108
        }
108
        }
109
 
109