Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sakshisrivastava413/ixihackathon_superhackers
Winning Project @UIncept IXI Hack: Customised Learning for Students
https://github.com/sakshisrivastava413/ixihackathon_superhackers
Last synced: 24 days ago
JSON representation
Winning Project @UIncept IXI Hack: Customised Learning for Students
- Host: GitHub
- URL: https://github.com/sakshisrivastava413/ixihackathon_superhackers
- Owner: Sakshisrivastava413
- Created: 2020-02-04T10:31:51.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T06:28:42.000Z (about 2 years ago)
- Last Synced: 2024-11-18T22:06:29.187Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 86.4 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Abstract
Personalized courses as per student's current knowledge level and learning capacity.
## Problem Statement
"One size does not fit for all", we all know this, but when it comes to education we try and fit the same course for all the students. Learning can be made much better if the course is personalized as per the student's knowledge level.
## Solution
We are working on to develop a platform where a candidate will be taking personalized video courses according to their specifics.
Step 1: Onboarding
While onboarding the candidate after knowing what course they're interested in, we'll evaluate them based on their current knowledge in that particular domain using an adaptive test (with dynamic difficulty) and will score them on different topics of the course. These scores will help us generate the course content dynamically focusing more on the parts where the candidate is lacking.Step 2: Personalized course
Our engine will generate a personalized video course with dynamic content for the candidate according to their abilities and learning capacity. Also, along with that, we'll be giving links to highly cited articles and official docs for the related topics.Step 3: Consistent Monitoring and Improvising Course
We'll take frequent tests after every bunch of topics and evaluate the candidate's progress and modify the course content on their learnings.We'll have multiple courses from various teachers as we firmly believe
"One teacher doesn't fit for all"Step 4: Helping through hard times
Next, we will be constantly monitoring the user's behavior while they are taking the video course.
We will detect if the user is yawning or is away from the screen (i.e indulged in other activities), switching tabs, detecting surrounding noise, etc. to know the user's interest towards a particular material he is studying. If the interest level is down then we will notify him through a notification to skip this part and move to the next topic or continue tomorrow. This will help us to keep user in our platform and study more.