Proyectos de Subversion Moodle

Rev

Rev 1 | Rev 704 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 11
Línea 703... Línea 703...
703
        } else {
703
        } else {
704
            $output .= html_writer::tag('p', get_string('pleaseclose', 'quiz'));
704
            $output .= html_writer::tag('p', get_string('pleaseclose', 'quiz'));
705
            $delay = 0;
705
            $delay = 0;
706
        }
706
        }
707
        $this->page->requires->js_init_call('M.mod_quiz.secure_window.close',
707
        $this->page->requires->js_init_call('M.mod_quiz.secure_window.close',
708
                [$url, $delay], false, quiz_get_js_module());
708
            [$url->out(false), $delay], false, quiz_get_js_module());
Línea 709... Línea 709...
709
 
709
 
710
        $output .= $this->box_end();
710
        $output .= $this->box_end();
711
        $output .= $this->footer();
711
        $output .= $this->footer();
712
        return $output;
712
        return $output;