Welcome to ExamPrep Pro
A universal exam preparation platform. Load any question bank to get started with practice sessions and timed exams. Perfect for certifications, academics, and professional development.
Question Categories
đ Start Exam Mode
Test yourself under exam conditions with a timed, proctored environment. Configure your exam settings below.
đ Exam History
âī¸ Platform Configuration
Customize the look and feel of your exam platform.
đ Question Bank Manager
Load your own question bank in JSON format, or use one of the sample banks below.
JSON file (max 10MB)
đĻ Sample Question Banks
đ Knowledge Base Ingestion (Option B)
Upload PDFs, DOCX, CSV, TXT, or images. The app will try to extract text in your browser, then store it in D1 so the tool can use it for coaching, grading, and testing.
PDF / DOCX / CSV / TXT / PNG / JPG (max ~10MB each)
đī¸ Ingested Documents
đž Saved Configurations
đ Question Bank Format Guide
Your question bank should follow this JSON structure:
{
"config": {
"title": "Your Exam Title",
"subtitle": "Exam Subtitle",
"logoIcon": "E",
"primaryColor": "#00A651",
"secondaryColor": "#1A237E",
"welcomeTitle": "Welcome Message",
"welcomeDesc": "Description text",
"badgeText": "Expert Response"
},
"questions": {
"1": {
"type": "Category Type",
"marks": 5,
"title": "Question Title",
"prompt": "The question text...",
"tags": ["Tag1", "Tag2"],
"modelAnswer": {
"sections": [
{
"title": "Section Title",
"content": "<p>HTML content...</p>"
}
],
"expertTip": "<ul><li>Tips...</li></ul>",
"scoringGuide": "<ul><li>Scoring...</li></ul>"
}
}
},
"references": [
{
"title": "Reference Card Title",
"items": [
{
"title": "Item Title",
"content": "Item description"
}
]
}
]
}
Courses (LMS)
Create courses and lessons for tuition centres, cohorts, or internal training. You can link lessons to ingested documents.