| Server IP : 104.21.80.248 / Your IP : 172.71.28.155 Web Server : Apache/2.4.25 (Win32) OpenSSL/1.0.2j PHP/5.6.30 System : Windows NT WIN-ECQAAA40806 6.2 build 9200 (Windows Server 2012 Standard Edition) i586 User : SYSTEM ( 0) PHP Version : 5.6.30 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /Inetpub/www/myschool/triamudom/tuprblearn/grade/ |
Upload File : |
This file describes API changes in /grade/* ; Information provided here is intended especially for developers. === 3.7 === * The grade_cron() function has been removed. Please use grade_history_cleanup_task and grade_cron_task scheduled tasks instead. === 3.6 === * The grade_plugin_return constructor now uses parameters from the request as defaults, which can be overridden by parameters supplied to the constructor. This may lead to a change in behaviour if only some of the possible parameters are supplied. * The grade_plugin_return class now tracks groupid as well as the type, plugin, courseid, userid and page parameters that were tracked previously. The groupid parameter will be set using groups_get_course_group for the relevant course if the group is otherwise unspecified. * The above changes mean that code using grade_plugin_return objects should generally no longer call groups_get_course_group directly, but should use the gpr->groupid parameter instead. * The grade_plugin_return constructor now accepts either course or courseid as a parameter to specify course.