Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 128... Línea 128...
128
    }
128
    }
Línea 129... Línea 129...
129
 
129
 
130
    public function print_analysed($item, $itemnr = '', $groupid = false, $courseid = false) {
130
    public function print_analysed($item, $itemnr = '', $groupid = false, $courseid = false) {
131
        $values = feedback_get_group_values($item, $groupid, $courseid);
131
        $values = feedback_get_group_values($item, $groupid, $courseid);
132
        if ($values) {
132
        if ($values) {
133
            echo "<table class=\"analysis itemtype_{$item->typ}\">";
133
            echo "<table class=\"analysis itemtype_{$item->typ} table-reboot\">";
134
            echo '<tr><th class="text-left">';
134
            echo '<tr><th class="text-start">';
135
            echo $itemnr . ' ';
135
            echo $itemnr . ' ';
136
            if (strval($item->label) !== '') {
136
            if (strval($item->label) !== '') {
137
                echo '('. format_string($item->label).') ';
137
                echo '('. format_string($item->label).') ';
138
            }
138
            }