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
+26
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,28 @@
1
+
### Date: 2019-December-17
2
+
### Release: v2019121701
3
+
4
+
#### :zap: What's new
5
+
6
+
---
7
+
8
+
#### We now support Moodle 3.8
9
+
10
+
You can find out more about Moodle 3.8 via Moodle's [release notes](https://docs.moodle.org/dev/Moodle_3.8_release_notes).
11
+
12
+
#### :wrench: Fixes and enhancements
13
+
14
+
---
15
+
16
+
#### Anonymous marking is now available again
17
+
18
+
A bug had prevented the use of Anonymous marking when configuring the integration. This bug has now been fixed and the anonymous marketing will remain enabled when navigating away from the configuration page.
19
+
20
+
#### Submissions will still display when error code 13 is detected
21
+
22
+
Error code 13 can appear in various circumstances where a score is not returned to Turnitin. A bug caused submissions with this error code to no longer display in the inbox. While the error code can still occur, it will no longer prevent access to the submission and it will be displayed within the inbox as intended.
23
+
24
+
---
25
+
1
26
### Date: 2019-June-25
2
27
### Release: v2019062501
3
28
@@ -10,6 +35,7 @@
10
35
There was an issue affecting users trying to upgrade the latest version of Moodle Plagiarism Plugin. It was discovered that users attempting to upgrade to v2019060601 from versions older than v2016011101 weren't able to do so. This latest version will allow for all users to upgrade to the latest version from any of the previous versions.
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -26,4 +26,4 @@ Plagiarism plugins also need to be enabled before this plugin can be used. You c
26
26
27
27
You can set default values and whether the plugin is enabled within Moodle modules by going to `"Site Administration" > "Plugins" > "Plagiarism prevention" > "Turnitin plagiarism plugin"`.
28
28
29
-
To create/update assignments, process submissions and update grades your moodle environment will need to have cron job running regularly. For information on how to do this please consult http://docs.moodle.org/26/en/Cron.
29
+
To create/update assignments, process submissions and update grades your moodle environment will need to have cron job running regularly. For information on how to do this please consult https://docs.moodle.org/37/en/Cron.
Copy file name to clipboardexpand all lines: lang/ar/plagiarism_turnitin.php
-1
Original file line number
Diff line number
Diff line change
@@ -247,7 +247,6 @@
247
247
$string['repositoryoptions_4'] = 'إرسال كل الورق إلى المستودع المؤسسي';
248
248
$string['turnitinrepositoryoptions_help'] = '<strong>تمكين خيارات مستودعات المدرس القياسية: </strong><br />يستطيع المعلمون مطالبة Turnitin بإضافة مستندات إلى المستودع القياسي أو المستودع الخاص بالمؤسسة التعليمية أو عدم إضافتها إلى مستودع.<br /><br /><strong>تمكين خيارات المستودع الموسعة للمدرب: </strong><br />سوف يتيح هذا الخيار للمعلمين عرض إعداد الواجبات للمساح للطلاب بإعلام Turnitin بمكان تخزين مستنداتهم. ويستطيع الطلاب اختيار إضافة مستنداتهم إلى مستودع الطلاب القياسي أو إلى المستودع الخاص بالمعلم.<br /><br /><strong>قم بإرسال كل الأوراق إلى المستودع المعتاد: </strong><br />ستتم إضافة جميع المستندات إلى مستودع الطلاب القياسي بشكل افتراضي.<br /><br /><strong>لا تقم بإرسال أي أوراق إلى المستودع: </strong><br />سوف يقتصر استخدام المستندات على إجراء فحص أولي بواسطة Turnitin والعرض على المعلم لوضع الدرجات.<br /><br /><strong>إرسال كل الورق إلى المستودع المؤسسي: </strong><br />تتم مطالبة Turnitin بتخزين جميع الأوراق في مستودع أوراق المؤسسة. ولا يتم إجراء فحوصات التشابه على المستندات المرسلة إلا بواسطة معلمين آخرين من مؤسستك.';
249
249
$string['turnitinuseanon'] = 'استخدام التعليم المجهول';
250
-
$string['turnitinuseanon_desc'] = 'اختر ما اذا كنت ستسمح للتعليم المجهول عند تقييم الإرسالات.<br /><i>(هذا متوفر فقط للمستخدمين الذين يكون لديهم التعليم المجهول مكونًا في حساباتهم)</i>';
251
250
$string['createassignmenterror'] = 'حدث خطأ عند محاولة إنشاء المهمة في Turnitin';
252
251
$string['editassignmenterror'] = 'حدث خطأ عند محاولة تحرير المهمة في Turnitin';
253
252
$string['ppassignmentediterror'] = 'تعذر تحرير هذه الوحدة {$a->title} (معرف TII: {$a->assignmentid})، يُرجى الرجوع إلى سجلات واجهة برمجة التطبيقات (API) للحصول على مزيد من المعلومات.';
0 commit comments