-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Add Online Examination Platform project idea (Tier 3) #1088
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Rayyan-101
wants to merge
2
commits into
florinpop17:master
Choose a base branch
from
Rayyan-101:add-online-examination-platform
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,73 @@ | ||
| # Online Examination Platform | ||
|
|
||
| **Tier:** 3-Advanced | ||
|
|
||
| ## Application Description | ||
|
|
||
| The Online Examination Platform is a web-based system that allows educators or organizations to create, manage, and conduct examinations digitally. | ||
| It supports timed exams, automated submission, result evaluation, and performance analysis, making it suitable for remote learning, certifications, and practice assessments. | ||
|
|
||
| This project helps developers understand full-stack application design, authentication, role-based access, timers, data persistence, and secure handling of user input. | ||
|
|
||
| --- | ||
|
|
||
| ## Purpose of the Application | ||
|
|
||
| The purpose of this application is to: | ||
| - Enable online creation and conduction of examinations | ||
| - Reduce manual effort in exam management and evaluation | ||
| - Support remote assessments and self-paced learning | ||
| - Provide instant feedback and performance insights to users | ||
|
|
||
| --- | ||
|
|
||
| ## Resources Needed | ||
|
|
||
| - Frontend framework (React, Vue, or similar) | ||
| - Backend framework (Node.js, Django, Flask, etc.) | ||
| - Database (MongoDB, PostgreSQL, or similar) | ||
| - Authentication mechanism (JWT, OAuth, or sessions) | ||
| - Optional: WebSockets or timers for real-time exam tracking | ||
|
|
||
| --- | ||
|
|
||
| ## User Stories | ||
|
|
||
| - User can register and log in as a student or examiner | ||
| - Examiner can create exams with multiple questions | ||
| - Examiner can define time limits for each exam | ||
| - Student can view available exams | ||
| - Student can attempt an exam within the given time limit | ||
| - Exam is automatically submitted when time expires | ||
| - Student can view results after submission | ||
| - Examiner can review student performance and scores | ||
|
|
||
| --- | ||
|
|
||
| ## Bonus Features | ||
|
|
||
| - Randomized questions for each student | ||
| - Negative marking support | ||
| - Export results as PDF or CSV | ||
| - Question difficulty tagging | ||
| - Mock exams for practice | ||
| - Basic proctoring simulation (camera permission) | ||
| - Detailed analytics and performance graphs | ||
|
|
||
| --- | ||
|
|
||
| ## Useful Links and Resources | ||
|
|
||
| - https://react.dev/learn | ||
| - https://developer.mozilla.org/en-US/docs/Web/API/setTimeout | ||
| - https://jwt.io/introduction | ||
| - https://socket.io/docs/ | ||
| - https://owasp.org/www-project-top-ten/ | ||
|
|
||
| --- | ||
|
|
||
| ## Example Projects | ||
|
|
||
| - HackerRank Assessments | ||
| - Codeforces Educational Contests | ||
| - Moodle Online Examination System | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.