Search moodle.org's
Developer Documentation

See Release Notes
Long Term Support Release

  • Bug fixes for general core bugs in 3.9.x will end* 10 May 2021 (12 months).
  • Bug fixes for security issues in 3.9.x will end* 8 May 2023 (36 months).
  • PHP version: minimum PHP 7.2.0 Note: minimum PHP version has increased since Moodle 3.8. PHP 7.3.x and 7.4.x are supported too.

Differences Between: [Versions 39 and 310]

Unit tests for assignfeedback_comments.

Copyright: 2018 Adrian Greeve <adrian@moodle.com>
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 349 lines (17 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class


Class: assignfeedback_comments_privacy_testcase  - X-Ref

Unit tests for mod/assign/feedback/comments/classes/privacy/

create_feedback($assign, $student, $teacher, $submissiontext, $feedbacktext)   X-Ref
Convenience function for creating feedback data.

param: object   $assign         assign object
param: stdClass $student        user object
param: stdClass $teacher        user object
param: string   $submissiontext Submission text
param: string   $feedbacktext   Feedback text
return: array   Feedback plugin object and the grade object.

test_get_metadata()   X-Ref
Quick test to make sure that get_metadata returns something.


test_export_feedback_user_data()   X-Ref
Test that feedback comments are exported for a user.


test_delete_feedback_for_context()   X-Ref
Test that all feedback is deleted for a context.


test_delete_feedback_for_grade()   X-Ref
Test that a grade item is deleted for a user.


test_delete_feedback_for_grades()   X-Ref
Test that a grade item is deleted for a user.