Skip to content

Imouto36/medmcqa-trainer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MedMCQA Trainer

MedMCQA Trainer is an offline, modular, Progressive Web App (PWA) designed to help medical students practice Multiple Choice Questions (MCQs) for entrance exams like NEET PG. It supports parsing MedMCQA format JSON datasets completely client-side.

Features

  • 100% Offline & Private: Once the app loads, you can use it fully offline. The dataset is cached locally in your browser using IndexedDB.
  • Learning Modes:
    • Practice: Unlimited practice with smart algorithms targeting your weakest and unseen subjects.
    • Lite: Timed mock sessions with instant feedback.
    • Exam: A simulation of the 200-question NEET PG exam over 210 minutes with realistic subject weighting (+4/-1 scoring).
  • Custom Decks & Bookmarks: Organize specific questions into playlists or bookmark difficult ones.
  • Import/Export: Export your local progress statistics as a JSON file to easily track or sync between devices.
  • Mobile Friendly: The app is fully responsive, touch-friendly, and accessible on all devices.

Setup Instructions

This app is built with pure HTML, CSS, and Vanilla JS, requiring no build steps.

  1. Clone the repository:

    git clone https://github.com/yourusername/medmcq-trainer.git
    cd medmcq-trainer
  2. Serve the app locally: You can use any local web server. For example, with Python:

    python -m http.server 8000

    Or with Node.js serve package:

    npx serve .
  3. Open the App: Navigate to http://localhost:8000 (or the port specified by your server).

Getting the Dataset

This application parses MedMCQA format JSON files. The dataset is not included in this repository.

To download the latest MedMCQA dataset, please visit the official Google Drive link provided in the original repository: MedMCQA Data Download Link

Once downloaded, simply drag and drop the .json file into the app's Welcome Screen to get started.

PWA Installation

Because this app utilizes a ServiceWorker and a Manifest, it can be installed on your desktop or mobile device. Simply open the app in a supported browser (e.g., Chrome, Safari) and select "Install App" or "Add to Home Screen".

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

See LICENSE for more information.

About

PWA for practicing MCQs for medical entrance exams like NEET PG, etc, completely offline. Uses JSON from MedMCQA dataset for actual data.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages