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: lang/en/qtype_aitext.php
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,7 @@
39
39
$string['defaultmarksscheme_setting'] = 'This will be the default marks scheme for new questions. Questions authors should alter this to suit the question.';
40
40
$string['defaultprompt'] = 'AI Prompt';
41
41
$string['defaultprompt_setting'] = 'This will be the default AI prompt for new questions. It tells the AI grader how to analyse the student response. It is the guideline that AI uses to give feedback on the student response. Question authors should alter this to suit the question.';
42
+
$string['deletesample'] = 'Delete sample';
42
43
$string['disclaimer'] = 'Disclaimer';
43
44
$string['disclaimer_setting'] = 'Text appended to each response indicating feedback is from a Large Language Model and not a human';
$string['spellcheck_editor_desc'] = 'This is the text in which the spelling mistakes have been corrected by AI. You can edit this suggested correction.';
112
113
$string['spellcheck_prompt'] = 'Reproduce the text 1:1. Give no feedback!. But correct all spelling mistakes in the following text: ';
113
114
$string['spellcheck_student_anser_desc'] = 'This is the original student\'s answer';
114
115
$string['spellcheckedit'] = 'Edit spellcheck';
115
116
$string['spellcheckeditor'] = 'Edit the ai based spellcheck';
117
+
$string['testresponses'] = 'Test responses';
116
118
$string['thedefaultmarksscheme'] = 'Deduct a point from the total score for each grammar or spelling mistake.';
117
119
$string['thedefaultprompt'] = 'Explain if there is anything wrong with the grammar and spelling in the text.';
0 commit comments