-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprompts.json
4 lines (4 loc) · 1 KB
/
prompts.json
1
2
3
4
{
"quiz_generator_prompt": "Text:{text}\nYou are an expert MCQ maker. Given the above text, it is your job to create a quiz of {number} multiple choice questions for {subject} students in {tone} tone.\nMake sure the questions are not repeated and check all the questions to be conforming the text as well.\nMake sure to format your response like RESPONSE_JSON and use it as a guide. \nEnsure to make {number} MCQs\n### RESPONSE_JSON\n{response_json}",
"quiz_evaluator_prompt": "You are an expert english grammarian and writer. Given a Multiple Choice Quiz for {subject} students. You need to evaluate the complexity of the question and give a complete analysis of the quiz. Only use at max 50 words for complexity analysis. If the quiz is not at par with the cognitive and analytical abilities of the students, update the quiz questions which need to be changed and change the tone such that it perfectly fits the student abilities.\n\nQuiz_MCQs:\n{quiz}\n\nCheck from an expert English Writer of the above quiz:"
}