Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/maruf-pfc/mcq-sheet-generator
- Owner: maruf-pfc
- License: mit
- Created: 2024-09-29T15:33:41.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-29T16:15:17.000Z (3 months ago)
- Last Synced: 2024-10-29T14:22:45.998Z (2 months ago)
- Topics: css, html, javascript, mysql, php, scss
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```