Infographic / Edu Visual - Academic Exam Paper Generator
ID 13445Generates a realistic, structured academic test paper with multiple-choice questions, a diagram, and short-answer sections.
Prompt de Imagem GPT
{
"type": "academic exam paper",
"header": {
"student_info": ["Name:", "Date:", "Period:"],
"title": "{argument name=\"subject\" default=\"BIOLOGY\"} - {argument name=\"test title\" default=\"SEMESTER 1 TEST\"}",
"subtitle": "Total Points: 100"
},
"instructions": "DIRECTIONS: Read each question carefully. Circle the letter of the best answer for Part I. Show your work and write your answers clearly for Part II.",
"sections": [
{
"title": "Part I: {argument name=\"part 1 type\" default=\"Multiple Choice\"} (2 points each, 40 points total)",
"layout": "two columns",
"question_count": 8,
"format": "numbered questions 1 through 8, each with options A, B, C, D",
"diagram": {
"location": "Question 3",
"description": "illustration of a {argument name=\"diagram subject\" default=\"plant cell\"}",
"labels": ["1", "2", "3", "4"]
}
},
{
"title": "Part II: {argument name=\"part 2 type\" default=\"Short Answer\"} (Show your work. 10 points each, 60 points total)",
"layout": "single column",
"question_count": 3,
"format": "numbered questions 9 through 11, each followed by two blank horizontal lines"
}
],
"footer": "End of Test - Check Your Work!"
}