mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Merge branch 'MDL-59779_master' of git://github.com/dmonllao/moodle
This commit is contained in:
commit
9533cf3419
16 changed files with 158 additions and 40 deletions
|
@ -34,4 +34,13 @@ defined('MOODLE_INTERNAL') || die();
|
|||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
abstract class activity_base extends \core_analytics\local\indicator\community_of_inquiry_activity {
|
||||
|
||||
/**
|
||||
* No need to fetch grades for resources.
|
||||
*
|
||||
* @param \core_analytics\course $course
|
||||
* @return void
|
||||
*/
|
||||
public function fetch_student_grades(\core_analytics\course $course) {
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue