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
Moodle 4.5 (beta)
filter_embedquestion main
PHP8.1
Testing attempt detail view and delete feature/A teacher can see their students attempt summary in an activity
When I am on the "C1" "report_embedquestion > Progress report for Course" page logged in as "teacher1": debugging() message/s found:
Inclusion of filters from 'filter/embedquestion/filter.php' using the 'filter_embedquestion' class naming has been deprecated. Please rename your class to \filter_embedquestion\text_filter and move it to 'filter/embedquestion/classes/text_filter.php'. See MDL-82427 for more information.
line 147 of /filter/classes/filter_manager.php: call to debugging()
line 294 of /filter/classes/filter_manager.php: call to core_filters\filter_manager->make_filter_object()
line 1880 of /lib/pagelib.php: call to core_filters\filter_manager->setup_page_for_globally_available_filters()
line 108 of /lib/classes/output/bootstrap_renderer.php: call to moodle_page->initialise_theme_and_output()
line 1777 of /lib/formslib.php: call to core\output\bootstrap_renderer->__call()
line 212 of /lib/formslib.php: call to MoodleQuickForm->__construct()
line 133 of /report/embedquestion/classes/local/report/progress_report.php: call to moodleform->__construct()
line 66 of /report/embedquestion/index.php: call to report_embedquestion\local\report\progress_report->init()
(Exception)
The text was updated successfully, but these errors were encountered:
Moodle 4.5 (beta)
filter_embedquestion main
PHP8.1
The text was updated successfully, but these errors were encountered: