Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/maruf-pfc/mcq-sheet-generator

High School MCQ Sheet Generator
https://github.com/maruf-pfc/mcq-sheet-generator

css html javascript mysql php scss

Last synced: 26 days ago
JSON representation

High School MCQ Sheet Generator

Awesome Lists containing this project

README

        

# MCQ Sheet Generator

## Page Layout (Header, Footer)
![image](https://github.com/user-attachments/assets/01bf7c08-1767-4fba-a222-8309be4d9c07)

## Modal Design
![image](https://github.com/user-attachments/assets/dec13ed7-bdab-4859-8c0f-dde5e9e87201)

- If the answer length is > 12 to 15 and has a single answer then the structure will be
```
(A) MCQ Sheet Generator
(B) MCQ Sheet Generator
(C) MCQ Sheet Generator
(D) MCQ Sheet Generator
```
- otherwise
```
(A) MCQ Sheet (B) MCQ Sheet (C) MCQ Sheet (D) MCQ Sheet
```
- If the question has multiple answers then the structure will be
```
(i) MCQ Sheet Generator
(ii) MCQ Sheet Generator
(iii) MCQ Sheet Generator
Which one is correct?
(A) i, ii (B) i, iii
(C) ii, iii (D) i, ii, iii
```