pull/476/merge
Kashish Ahuja 2 years ago committed by GitHub
commit bcca459705
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,24 @@
# Online Assessment Platform
**Tier:** 2-Intermediate
A robust online testing platform for conducting remote online MCQ examinations.
## User Stories
- [ ] A question pool for the assessment. Number of questions in the pool shall be more than questions displayed.
- [ ] A time limit for the assessment.
- [ ] Question order shall be shuffled for each candidate appearing.
- [ ] Assessment score shall be generated at the time of submission.
## Bonus features
- [ ] Great UI.
- [ ] Completely responsive for all devices.
- [ ] Login page for storing user's data and validation of the data of users attempting for assessment.
- [ ] Result is displayed with Name entered at the time of login.
- [ ] All users' name and score are displayed at the end using databse table for storing the data and scores of the user.
## Example projects
- [Online Assessment Platform project by Kashish Ahuja](https://github.com/kashishahuja2002/Online_assessment_platform)

@ -103,6 +103,7 @@ required to complete them.
| [Math Editor](./Projects/2-Intermediate/math-editor.md) | A math editor for students to use | 2-Intermediate |
| [Meme Generator App](./Projects/2-Intermediate/Meme-Generator-App.md) | Create custom memes | 2-Intermediate |
| [Name Generation using RNNs](./Projects/2-Intermediate/Name-Generator.md) | Generate names using names dataset | 2-Intermediate |
| [Online Assessment Platform](./Projects/2-Intermediate/Online-Assessment-Platform.md) | Online Assessment Platform | 2-Intermediate |
| [Password Generator](./Projects/2-Intermediate/Password-Generator.md) | Generate random passwords | 2-Intermediate |
| [Podcast Directory](./Projects/2-Intermediate/Podcast-Directory-App.md) | Directory of favorite podcasts | 2-Intermediate |
| [QR Code Badge Generator](./Projects/2-Intermediate/QRCode-Badge-App.md) | Encode badge info in a QRcode | 2-Intermediate |

Loading…
Cancel
Save