Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 189... Línea 189...
189
            }
189
            }
Línea 190... Línea 190...
190
 
190
 
191
            if ($options->slotmarks) {
191
            if ($options->slotmarks) {
192
                foreach ($questions as $slot => $question) {
192
                foreach ($questions as $slot => $question) {
193
                    $columns[] = 'qsgrade' . $slot;
193
                    $columns[] = 'qsgrade' . $slot;
194
                    $header = get_string('qbrief', 'quiz', $question->number);
194
                    $header = get_string('qbrief', 'quiz', $question->displaynumber);
195
                    if (!$table->is_downloading()) {
195
                    if (!$table->is_downloading()) {
196
                        $header .= '<br />';
196
                        $header .= '<br />';
197
                    } else {
197
                    } else {
198
                        $header .= ' ';
198
                        $header .= ' ';