To Our Amazing Educators Everywhere,
Happy Teacher Appreciation Week!
Found this content helpful? Log in or sign up to leave a like!
Hello I am seeing a few oddities so I am posting the community to share and ask for guidance and feedback.
We have the following research questions:
To start answering these questions I've listed out all created courses and assignments for the past six months and filtered for assignments that have the online_upload submission type. Then added the following fields:
These are defined here:
https://data-access-platform-api.s3.eu-central-1.amazonaws.com/index.html#tag/assignments
I should also note that we previously added a text string to all assignment titles that have Turnitin enabled. 'PLG1' is added to the assignment title when the student essay is added to the paper repository while 'PLG2' is added to the assignment title when the student essay is a draft and is not added to the paper repository. This enables quick filtering for TII enabled assignments. For example, this calculated field enables creation of a filter:
---
IF CONTAINS([Title], 'PLG1') THEN 'PLG1'
ELSEIF CONTAINS([Title], 'PLG2') THEN 'PLG2'
ELSE 'Not TII'
END
---
After creating a report using Tableau I noted a few issues:
I am curious if anyone else may have the need to answer these questions and if so, would you be so kind to explore these fields and report back your findings.
Solved! Go to Solution.
Hello all -
Support confirmed that the CD2 assignment Turnitin data fields are for the plugin version of Turnitin, not for the Canvas Plagiarism Framework. I just replied to suggest that aspect be noted in the schema documentation.
While awaiting confirmation on the support request, one of our awesome staff wrote a Power Automate flow that web scrapes the Turnitin settings from the assignments and lists them out in an Excel file. With that data we can answer the questions:
Thank you, Jeff
Hello all -
Support confirmed that the CD2 assignment Turnitin data fields are for the plugin version of Turnitin, not for the Canvas Plagiarism Framework. I just replied to suggest that aspect be noted in the schema documentation.
While awaiting confirmation on the support request, one of our awesome staff wrote a Power Automate flow that web scrapes the Turnitin settings from the assignments and lists them out in an Excel file. With that data we can answer the questions:
Thank you, Jeff
To participate in the Instructure Community, you need to sign up or log in:
Sign In