Skip to content

Commit

Permalink
questions for questionTitle
Browse files Browse the repository at this point in the history
  • Loading branch information
RickyRAV committed May 14, 2024
1 parent 7c7e2df commit 1c07d10
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions services/quizService.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,15 +179,16 @@ const generateBlanksQuiz = async(interests, numberOfQuestions) => {
"quizTitle": "Contextual and Unique Quiz Title Here",
"questions":
[
{ "questionTitle": "Unique and Contextual Question Title Here",
{
"questionTitle": "Unique and Contextual Question Title Here?",
"text": "The actual fill in the blanks sentence",
"correctAnswer": "the actual string that needs to go in the blank space inside text"
}
// More questions here...
// More questions here that follow the exact same structure.
]
}
Once the quizTitle is set, it should not change.
Each question should have a unique questionTitle.
Each question should have a unique questionTitle and isn't allowed to contain a blank.
The Contextual questionTitle is not allowed to contain 'Question Number' or 'Interest Question Number',
think of something very special for each individual question.
The blanks need to be represented like: __`
Expand Down

0 comments on commit 1c07d10

Please sign in to comment.