Complete Example: old_question_papers.json
Here's a complete example showing all features in one file:
{
"subject": "Information Systems",
"university": "Pokhara University",
"programme": "BE — Computer Engineering",
"level": "Bachelor",
"full_marks": 100,
"pass_marks": 45,
"papers": [
{
"id": "2024_fall",
"year": "2024",
"semester": "Fall",
"questions": [
{
"number": "1",
"sub_no": "a",
"marks": 5,
"question": "Define information systems and explain its components."
},
{
"number": "3",
"sub_no": "a",
"marks": 5,
"question": "Analyze the circuit diagram and calculate total resistance.",
"fig_url": "BE_COMPUTER/Sem_VIII/IS/img/2024-F-3a.png"
},
{
"number": "5",
"sub_no": "b",
"marks": 8,
"question": "Calculate efficiency for each process.",
"context": "A manufacturing company operates three processes with the following data:",
"table_data": {
"headers": ["Process", "Input (kW)", "Output (kW)"],
"rows": [
{"col1": "Process A", "col2": "100", "col3": "85"},
{"col1": "Process B", "col2": "150", "col3": "120"},
{"col1": "Process C", "col2": "200", "col3": "180"}
]
}
},
{
"number": "7",
"sub_no": "a",
"marks": 10,
"question": "Derive the formula E = mc² and explain its significance in physics."
}
]
}
]
}
Tip: This example shows a complete paper with Q1 (simple text), Q3 (with figure), Q5 (with table and context), and Q7 (with Unicode equation). Use figures for diagrams/circuits, tables for data, context for case studies, and Unicode symbols (², ³, ∫, √, π) for simple equations.