From 137eaf0ca9ef5dbfbaed0c16fc9b59e7a7b4115b Mon Sep 17 00:00:00 2001 From: RickyRav Date: Tue, 14 May 2024 21:53:21 +0200 Subject: [PATCH] feat/ITP-331 --- services/quizService.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/quizService.js b/services/quizService.js index 0e469ff..6f84017 100644 --- a/services/quizService.js +++ b/services/quizService.js @@ -187,7 +187,7 @@ const generateBlanksQuiz = async(interests, numberOfQuestions) => { ] } Once the quizTitle is set, it should not change. - Each question should have a unique questionTitle. + Each question should have a unique questionTitle, the questionTitle needs to be a question. The Contextual questionTitle is not allowed to contain 'Question Number' or 'Interest Question Number', think of something very special for each individual question.` const openai = new OpenAI(OPENAI_API_KEY);