Skip to content

Commit

Permalink
feat/ITP-331
Browse files Browse the repository at this point in the history
  • Loading branch information
RickyRAV committed May 14, 2024
1 parent d9471af commit 137eaf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/quizService.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 137eaf0

Please sign in to comment.