turnitin / moodle-plagiarism_turnitin

Turnitin Plagiarism plugin for Moodle
http://www.turnitin.com
GNU General Public License v3.0
49 stars 71 forks source link

Allow non submitting group members to access DV #753

Closed jack-tii closed 2 months ago

jack-tii commented 2 months ago

Previously when a group submission was made, only the submitting user would have access to DV. The other users would get a similarity score, but the DV link would not show up.

This PR checks whether an assignment is configured to accept group submissions. If it is, we open the DV link as the submitting user instead of as the currently logged in user.

jack-tii commented 2 months ago

Closing, as this is not possible within the TFS permission system.