Academic Exam Paper Generator
Generates a realistic, structured academic test paper with multiple-choice questions, a diagram, and short-answer sections.

プロンプト
{
"type": "学術試験用紙",
"header": {
"student_info": ["名前:", "日付:", "時間:"],
"title": "{argument name=\"subject\" default=\"生物学\"} - {argument name=\"test title\" default=\"学期1テスト\"}",
"subtitle": "合計点数: 100"
},
"instructions": "指示: 各質問を注意深く読んでください。パートIでは最良の答えの文字を丸で囲んでください。パートIIでは作業を示し、答えを明確に書いてください。",
"sections": [
{
"title": "パートI: {argument name=\"part 1 type\" default=\"選択式\"} (各2点、合計40点)",
"layout": "2カラム",
"question_count": 8,
"format": "番号付き質問1から8まで、各々に選択肢A, B, C, D",
"diagram": {
"location": "質問3",
"description": "{argument name=\"diagram subject\" default=\"植物細胞\"}の挿図",
"labels": ["1", "2", "3", "4"]
}
},
{
"title": "パートII: {argument name=\"part 2 type\" default=\"短答式\"} (作業を示してください。各10点、合計60点)",
"layout": "1カラム",
"question_count": 3,
"format": "番号付き質問9から11まで、各々の後に2本の空白の水平線"
}
],
"footer": "試験終了 - 作業を確認してください!"
}
機械翻訳 — この作品を生成したのは元のプロンプトです。
元のプロンプト
{
"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!"
}