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
+31
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,34 @@
1
+
### Date: 2021-March-02
2
+
### Release: v2021030201
3
+
4
+
#### :zap: What's new
5
+
6
+
---
7
+
8
+
#### API URLs will self-correct when inputted incorrectly
9
+
10
+
When configuring the plug-in, the API URL used should end in /API. However, some users have copied just the first part of the URL into the field, which will cause the configuration to fail. We now proactively check for instances where the URL has not been configured correctly and self-correct them so that the configuration will succeed.
11
+
12
+
#### :wrench: Fixes and enhancements
13
+
14
+
---
15
+
16
+
#### Default value change for quizanswer filed in submissions table
17
+
18
+
We have updated the default value for a database field in the submissions table (quizanswer) from null to 0. This could potentially cause automatic integration problems. Thank you to OpenLMS for letting us know about the problem. It’s now been fixed.
19
+
20
+
#### Missing User ID - various fixes
21
+
22
+
We’ve performed a thorough investigation into an issue where Moodle does not pass a user ID to Turnitin, which can present in various ways. These include:
23
+
24
+
* The annotate PDF module attempts to save a submission for when a PDF is annotated.
25
+
* If a student who has not accepted our EULA tries to view the inbox after submissions have begun but before the instructor has viewed it.
26
+
* Text-submissions for group assignments would not save correctly if Turnitin was enabled after the submission was made.
0 commit comments