diff --git a/question.php b/question.php index e47e474..20f06bd 100755 --- a/question.php +++ b/question.php @@ -190,7 +190,7 @@ public function build_full_ai_prompt($response, $aiprompt, $defaultmark, $marksc $prompt .= ' Set marks to null in the json object.'.PHP_EOL; } $prompt .= ' '.trim(get_config('qtype_aitext', 'jsonprompt')); - $prompt .= ' respond in the language '.current_language(); + $prompt .= ' translate to the language '.current_language(); return $prompt; }