From ebe607e69809d22f68cfe2d4075e033c121c7ddf Mon Sep 17 00:00:00 2001 From: Kashish Ahuja Date: Wed, 13 Oct 2021 10:14:01 +0530 Subject: [PATCH] Online Assessment Platform --- .../Online-Assessment-Platform.md | 24 +++++++++++++++++++ README.md | 1 + 2 files changed, 25 insertions(+) create mode 100644 Projects/2-Intermediate/Online-Assessment-Platform.md diff --git a/Projects/2-Intermediate/Online-Assessment-Platform.md b/Projects/2-Intermediate/Online-Assessment-Platform.md new file mode 100644 index 00000000..2c4271a7 --- /dev/null +++ b/Projects/2-Intermediate/Online-Assessment-Platform.md @@ -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) diff --git a/README.md b/README.md index f6557617..d02df0f4 100644 --- a/README.md +++ b/README.md @@ -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 |