Proyectos de Subversion Moodle

Rev

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

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