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
When attempting to assign a grade to an Assignment in an LMS site where Poodll is installed but not subscribed to site errors out with:
Notice: Undefined property: stdClass::$filter_poodll_usecourseid in /var/www/data/default/lms/filter/poodll/classes/poodlltools.php on line 523
Skip to main content
Assumes poodll services are available -- this should be caught either with an isset($CFG->filter_poodll_usecourseid) or some other logic check in the workflow.
The grade is assigned once the error is accepted.
The text was updated successfully, but these errors were encountered:
When attempting to assign a grade to an Assignment in an LMS site where Poodll is installed but not subscribed to site errors out with:
Notice: Undefined property: stdClass::$filter_poodll_usecourseid in /var/www/data/default/lms/filter/poodll/classes/poodlltools.php on line 523
Skip to main content
The line of code:
Assumes poodll services are available -- this should be caught either with an isset($CFG->filter_poodll_usecourseid) or some other logic check in the workflow.
The grade is assigned once the error is accepted.
The text was updated successfully, but these errors were encountered: