You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
many thanks for reporting this issue.
Can you please confirm which version of the plugin you are using?
(there is a new version in this github repo, but it's not released to the plugin db yet).
When you visit a completed report: https://example.com/report/outline/user.php?id=3&course=2&mode=complete, even though the student meets the condition of having finished the section, they are not appearing to the administrator / teacher.
I hack this including in the function is_available (classes/condition.php) that:
public function is_available($not, \core_availability\info $info, $grabthelot, $userid) {
global $USER , $CFG , $DB;
require_once("{$CFG->libdir}/completionlib.php");
$context = \context_course::instance($info->get_course()->id);
but i think that isn't the better way to solve it!
Thanks!
The text was updated successfully, but these errors were encountered: