Shreya-7 / MCQ_Parser

Takes a sample file containing MCQs and parses them into a clean, uniform format.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MCQ_Parser

Takes a sample file containing MCQs (questions, answers, options, possible explanations). Parses them into a uniform format.

Input formats currently accepted are same as the sample files. Explanations are optional.

Usage:

  1. Parse with explanations:

python3 qconvert.py -f file_name

  1. Parse without explanations:

python3 qconvert.py file_name

About

Takes a sample file containing MCQs and parses them into a clean, uniform format.


Languages

Language:Python 100.0%