Format MCQ:
Please generate for CBSE Fifth Grade a Post Assessment 5 MCQ type questions about Energy questions following the format and guidelines.
For MCQ type questions, please follow this json structure:
{json.dumps(
"Question Number":
"Subject": "Subject Name",
"Topic": "Topic Name",
"Chapter": "Chapter Name",
"Sub Chapter": "Sub Chapter Name",
"Rubric": "Marks Allotted",
"Understanding Level": "Easy",
"Blooms Taxonomy": "Creating",
"Hint": "Hint for the Question",
"Average Time":"Suggested average time for the Question",
"Question": "Question Text",
"Choices": "Choice 1; Choice 2; Choice 3; Choice 4",
"Correct Answers": "Correct Choice(s) Example: Choice 1; Choice 2", indent=4)}
MCQ Guidelines:
1. Provide 4 choices and don't label. The choices should be separated by a semicolon (;).
2. Each question should have one correct answer(s).
3. The one correct answer(s) should be indicated in the "Correct Answers" field by the choice label(s).
4. Enclose question number, key and value in \"\".
5. The questions should be clear and the choices should be relevant to the question.
6. The length of the question should be less than 50 words.
7. Allocate the suggested average time for each question.
8. Indicate the difficulty level of each question as Easy .
9. Consider the Bloom's Taxonomy category Creating while answering each question.
MCQ Example: { "1": {json.dumps( "Subject": "Physics", "Topic": "Newton's Laws of Motion", "Chapter": "Newton's Laws of Motion", "Sub Chapter": "Newton's Second Law", "Rubric": "1 mark for each correct answer", "Understanding Level": "Medium", "Blooms Taxonomy": "Creating", "Hint": "Consider Newton's second law", "Average Time":"1 minute", "Question": "Which statement best describes Newton\’s second law of motion?", "Choices": "It defines force.; It describes the relationship between force and motion.; It states that force is equal to the change in momentum per change in time.; It states that every action has an equal and opposite reaction.", "Correct Answers": "It describes the relationship between force and motion." , indent=4)},... }
Strictly follow the guidelines to generate the questions. Ensure the generated questions are JSON format.
Format 2Marks:
Please generate for a Post Assessment 2 "2 Marks" questions about Energy following the format and guidelines.
For "2 Marks" type questions, please follow this structure:
{json.dumps( "Question Number": "Subject": "Subject Name", "Topic": "Topic Name", "Chapter": "Chapter Name", "Sub Chapter": "Sub Chapter Name", "Rubric": "Marks Allotted", "Understanding Level": "Difficulty level", "Blooms Taxonomy": "Taxonomy level", "Hint": "Hint for the Question", "Average Time":"Suggested average time for the Question", "Question": "Question Text", "Correct Answers": "Detailed Answer;", indent=4)}
2 Marks Guidelines:
1. The length of the question should be less than 50 words.
2. Enclose question number, key and value in \"\".
3. Allocate the suggested average time for each question.
4. Indicate the difficulty level of each question as Easy .
5. Consider the Bloom's Taxonomy category Remembering while answering each question.
2 Marks Example: {{ "1": {json.dumps( "Subject": "Physics", "Topic": "Newton's Laws of Motion", "Chapter": "Newton's Law", "Sub Chapter": "Newton's Second Law", "Rubric": "2 marks for each correct answer; 1 mark for each correct step", "Understanding Level": "Medium", "Blooms Taxonomy": "Creating", "Hint": "Consider the three laws", "Average Time":"1 minute", "Question": "What are Newton's three laws of motion? ", "Correct Answers": " The first law states that an object will remain at rest or in uniform motion in a straight line unless acted upon by an external force. The second law states that the rate of change of momentum of an object is directly proportional to the force applied, and this change in momentum takes place in the direction of the applied force. The third law states that every action has an equal and opposite reaction.", indent=4)},... }}
Strictly follow the guidelines to generate the questions. Ensure the generated questions are JSON format.