Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 66... Línea 66...
66
        echo $OUTPUT->header();
66
        echo $OUTPUT->header();
67
        $context = context_module::instance($cm->id);
67
        $context = context_module::instance($cm->id);
68
        if (!$PAGE->has_secondary_navigation()) {
68
        if (!$PAGE->has_secondary_navigation()) {
69
            echo $OUTPUT->heading(format_string($quiz->name, true, ['context' => $context]));
69
            echo $OUTPUT->heading(format_string($quiz->name, true, ['context' => $context]));
70
        }
70
        }
71
        if (!empty($CFG->enableplagiarism)) {
-
 
72
            require_once($CFG->libdir . '/plagiarismlib.php');
-
 
73
            echo plagiarism_update_status($course, $cm);
-
 
74
        }
-
 
75
    }
71
    }
Línea 76... Línea 72...
76
 
72
 
77
    /**
73
    /**
78
     * Get the current group for the user user looking at the report.
74
     * Get the current group for the user user looking at the report.