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
It would be helpful if there was a way to explicitly trigger the submission of a submission to Turnitin that is separate from the event handling routines.
We have an assignment activity with 2 submissions, one of which has been uploaded to Turnitin successfully, the other has none of the TII adornments, and has no record in the mdl_plagiarism_turnitin_files database.
There appears to be no way to add this submission to the _files table except via the events that are triggered on file_uploaded, which is not possible to trigger manually, and would also trigger on the modification of the submission, which is not something that we'd want to do (in order to preserve the submission / upload data).
A mechanism to explicitly re-submit a submission to Turnitin, for example via the submission actions menu:
would be helpful.
The text was updated successfully, but these errors were encountered:
It would be helpful if there was a way to explicitly trigger the submission of a submission to Turnitin that is separate from the event handling routines.
We have an assignment activity with 2 submissions, one of which has been uploaded to Turnitin successfully, the other has none of the TII adornments, and has no record in the mdl_plagiarism_turnitin_files database.
There appears to be no way to add this submission to the _files table except via the events that are triggered on file_uploaded, which is not possible to trigger manually, and would also trigger on the modification of the submission, which is not something that we'd want to do (in order to preserve the submission / upload data).
A mechanism to explicitly re-submit a submission to Turnitin, for example via the submission actions menu:
![image](https://private-user-images.githubusercontent.com/694841/402554114-e65d2e76-9d7a-4111-b49d-f6798e65753b.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxNzYwMTcsIm5iZiI6MTczOTE3NTcxNywicGF0aCI6Ii82OTQ4NDEvNDAyNTU0MTE0LWU2NWQyZTc2LTlkN2EtNDExMS1iNDlkLWY2Nzk4ZTY1NzUzYi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEwJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMFQwODIxNTdaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT00YmE2N2U3ZjU1Y2VlNDI0YmY5NjhiYzlkNWZmNGU5MjQ5MjVkYjVjZTI3NmY5Yjc1NTZhYzI4MTYxODQwZWI3JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.llxHkuQGUyfv626Lt9Sb-e3qcW2lRDM7PLGWwTKbdCM)
would be helpful.
The text was updated successfully, but these errors were encountered: