Details
-
Type:
Feature Request
-
Status: RESOLVED
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: content review
-
Labels:
-
19 status:Resolved
-
12 status:Resolved
-
Previous Issue Keys:TII-259
Description
Overview
Auto Exclude Self Matching Scope is available through TCA when generating a similarity report. We can utilise this to auto exclude self matching submissions in the current group. This is important as self matching may cause confusion when viewing the similarity report.
Changing this to group_context will exclude all self matching submissions in the current group from Similarity Report.
Field | Required | Default | Description |
---|---|---|---|
auto_exclude_self_matching_scope | false | NONE | Self matching submissions to exclude from report |
Acceptance criteria
- Auto_exclude-self_matching is set to GROUP_CONTEXT
New Sakai property:
# turnitin.oc.auto_exclude_self_matching_scope
# Allows you to set the default self matching exclude scope for all submissions
# ALL (Exclude all self matching submissions from Similarity Report)
# NONE (Exclude no self matching submissions from Similarity Report)
# GROUP (Exclude all self matching submissions in current assignment from Similarity Report)
# GROUP_CONTEXT (Exclude all self matching submissions in current course from Similarity Report)
# default: GROUP