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
Copy file name to clipboardexpand all lines: CHANGELOG.md
+49
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,52 @@
1
+
### Date: 2022-July-25
2
+
### Release: v2022072501
3
+
4
+
#### :zap: What's new
5
+
6
+
---
7
+
8
+
We’ve had several community members actively contribute towards making the Moodle plagiarism plugin the best it can be, with some insightful and much appreciated pull requests. Check out all the latest improvements, with special thanks to our community members who have contributed towards them.
9
+
10
+
#### Moodle Quizzes will perform better when many users take a quiz that involves essay-based questions
11
+
12
+
When viewing a Moodle Quiz results, Turnitin would request the CMID (Course Module ID) multiple times, even after it had already been provided. This could cause classes to see performance issues when a larger class used essay-based questions as a part of their Moodle Quiz. This enhancement fixes the issue and users should expect to see increased performance when using Moodle Quizzes with larger classes now.
13
+
14
+
With special thanks to [@aolley](https://github.com/aolley) for this contribution.
15
+
16
+
#### Performance improvements when Turnitin isn’t enabled for a Moodle activity
17
+
18
+
When Turnitin wasn’t enabled for a Moodle activity, multiple database calls would still be run for each user within the activity, resulting is a lot of unnecessary extra database load. This change removes these checks when Turnitin is not enabled. Users should expect to see some performance enhancements, particularly in larger classes.
19
+
20
+
With special thanks to [@danmarsden](https://github.com/danmarsden) for this contribution.
21
+
22
+
#### Database schema is now consistent when upgrading to a new version of the plugin
23
+
24
+
This change fixes an issue where there was an alignment issue between the install and upgrade scripts, resulting in multiple is mismatches.
25
+
26
+
With special thanks to [@golenkovm](https://github.com/golenkovm) and [@TomoTsuyuki](https://github.com/TomoTsuyuki) for the fix, and kristian-94 for their thorough initial investigation.
27
+
28
+
#### Messages sent by Turnitin to instructors and students now apply the Moodle filters
29
+
30
+
Filters can be used in Moodle to convert or change a message into a richer form of media. This includes creating links, converting mathematical formula into images, and even showing multiple languages at once on screen.
31
+
32
+
Any messages sent by Turnitin will now work with these filters.
33
+
34
+
With special thanks to [@izendegi](https://github.com/izendegi) for this contribution.
35
+
36
+
#### Turnitin EULA prompt will now show at all times when using Moodle Forums
37
+
38
+
When using a Moodle Forum, making an reply on the same page would not show the prompt to accept the Turnitin EULA for processing. The prompt would still be shown the first time the page is loaded. Users can now expect to see the EULA prompt on each interaction they would do in a forum that would potentially generate a Similarity Report if the EULA was accepted.
39
+
40
+
With special thanks to [@jonof](https://github.com/jonof) for this contribution.
41
+
42
+
#### Quiz attempt grades will set correct after opening the Similarity Report
43
+
44
+
Opening the Similarity Report in a quiz attempt could in some situations alter the calculated grade for a student. User can expect for the Similarity Report to no longer affect the calculated grade.
45
+
46
+
With special thanks again to [@jonof](https://github.com/jonof) for their contribution.
0 commit comments