Skip to content

Commit 362f753

Browse files
authored
Merge pull request #721 from turnitin/develop
Release v2024072401
2 parents 8cf0d4f + 849f132 commit 362f753

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+262
-96
lines changed

CHANGELOG.md

+30
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,35 @@
1+
### Date: 2024-July-24
2+
### Release: v2024072401
3+
4+
#### :wrench: Fixes and enhancements
5+
6+
---
7+
8+
#### Issue with rubrics fixed
9+
In Moodle 4.3 and 4.4, Turnitin rubrics were not able to be attached for new Turnitin enabled Moodle assignments. This has now been resolved.
10+
11+
#### Issue with accepting EULA when initially declined fixed
12+
In Turnitin enabled Moodle assignments, when the student declined the Turnitin EULA, they were not presented the screen to upload their assignment to Moodle. Also in this fix, the second presentation of the EULA for student acceptance which occurred after the student initially the declined the EULA and then successfully uploaded their submission was removed due to the confusion that this caused for the user. Both of these have now been resolved.
13+
14+
#### Reports now open correctly
15+
There was an issue where in Turnitin enabled Moodle assignments, when the user opened the report, it opened in multiple tabs. This has now been resolved.
16+
17+
#### Issue with viewing rubric fixed
18+
In Turnitin enabled Moodle assignments, the rubric was not able to be viewed by the students. This has now been resolved.
19+
20+
#### Userlist provider error message fixed
21+
In Moodle, there was an error message in the plugin privacy compliance registry indicating that the plugin was missing the userlist provider. This has now been resolved.
22+
23+
---
24+
125
### Date: 2024-February-05
226
### Release: v2024020501
327

428
#### Issue with PeerMark, Rubric, and QuickMark in Moodle 4.3 fixed
529
In the previous plugin release we resolved an issue with the EULA modal not launching for students. It has since been discovered that all modals in the plugin were affected by the same issue. This update resolves the issues that users have found with launching the PeerMark, Rubric, and QuickMark managers.
630

31+
---
32+
733
### Date: 2023-December-19
834
### Release: v2023121901
935

@@ -13,9 +39,13 @@ Previously there was an issue with students accepting the EULA in Moodle 4.3. Th
1339
#### Correct rounding of grade average
1440
Previously when multiple submissions were made to an assignment the final grade was averaged by rounding down rather than up. This release now fixes this issue and the grade average should now round up.
1541

42+
---
43+
1644
### Date: 2023-August-22
1745
### Release: v2023082201
1846

47+
---
48+
1949
#### Report scores should now update as expected
2050

2151
An issue was raised requiring instructors to use the ‘refresh all submissions' button in the Plagiarism Plugin assignment settings, in order to see the Turnitin Similarity score. This has now been resolved and users no longer need to select the 'refresh all submissions’ button to see the Turnitin Similarity score appear in the Moodle assignment inbox when using the task Send Queued Files from the Turnitin Plagiarism Plugin.

amd/build/eula.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

amd/build/eula.min.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

amd/build/eula_event_listener.min.js

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

amd/build/eula_event_listener.min.js.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

amd/build/modal_eula_launch.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

amd/build/modal_eula_launch.min.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

amd/build/modal_peermark_manager_launch.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)