The problem Super-Learn solves
Q -> How many courses have you completed from start to end in one go with full consistency ?
Generally what happens is a student purchases a course and forgets about it and the course will lay in their account forever ?
Sol:
- Our platform provides a unique subscription based model where money is streamed from student's account to course Creator's account using realtime money streaming using SuperFluid.
- This motivates the student to complete the course ASAP with full consistency.
- We have created this platform to make students habitual for learning daily and improve themselves frequently.
- Does anything happens if you complete your Courses quickly?
**Sol **:
- Yes,We provide an option where if student is able to complete courses early then she/he can save the money by cancelling the money stream early.
- Eg: student buys a course subscription of 15 days worth $10 ,so for every day money stream will be 1 day = 10/15 = $0.66 and for every second it will be $((0.66/24)/60)/60). so if a student completes the course in 10 days then he/she have paid only 0.66*10 =6$ and hence will be saving $9 except for whole $15.
- Students often miss out important updates about the course.
Sol :
- We are using Push Notification for notifying the students whenever a new video is being added to a particular course .
- When a student buys a course,he/she is added to the push channel created by the course creator in which they can receive important updates about the course.
- How will student solve their doubsts?
- Students can chat with the course creators using Push Chat on the course page.
**All the videos uploaded are stored on IPFS using Livepeer as a video provide plus, a course creator can also livestream their course modules for their students. **
Challenges we ran into
- One of the challeng for us was to identify the different components of a Educational website and bifurcate what data to store OnChai or OffChain.
- Mapping and maintaing the Course record data was a bit tricky as teacher , students basic info. and Course data both are stored at different place.