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
$string['aiprompt_help'] = 'A prompt for the Ai Grader. This is the guideline that AI uses to give feedback on the student response.';
29
30
$string['aipromptmissing'] = 'The ai prompt is missing. Please enter a prompt on the basis of which the feedback is generated.';
@@ -39,6 +40,7 @@
39
40
$string['defaultmarksscheme_setting'] = 'This will be the default marks scheme for new questions. Questions authors should alter this to suit the question.';
40
41
$string['defaultprompt'] = 'AI Prompt';
41
42
$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.';
43
+
$string['deletesample'] = 'Delete sample';
42
44
$string['disclaimer'] = 'Disclaimer';
43
45
$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
114
$string['spellcheck_prompt'] = 'Reproduce the text 1:1. Give no feedback!. But correct all spelling mistakes in the following text: ';
113
115
$string['spellcheck_student_anser_desc'] = 'This is the original student\'s answer';
114
116
$string['spellcheckedit'] = 'Edit spellcheck';
115
117
$string['spellcheckeditor'] = 'Edit the ai based spellcheck';
118
+
$string['testresponses'] = 'Test responses';
116
119
$string['thedefaultmarksscheme'] = 'Deduct a point from the total score for each grammar or spelling mistake.';
117
120
$string['thedefaultprompt'] = 'Explain if there is anything wrong with the grammar and spelling in the text.';
0 commit comments