Demo
Highlights of the FliptEd

Flipt(Ed) is a Learning Management System (LMS) based on Mastery Learning model and Gamification. This platform is the future of the education industry as it incorporates new ways of teaching backed by research.

This is the home page for students as soon as they log in. A student can choose which course they want to study and click on it.

This is the home page for a course from an instructor's perspective. The courses are live data pulled from the database, and we pulled all the courses because we have not attached teachers to have a list of courses they teach on the back-end. The student bubbles show live data as well, with the circular progress bar showing the progress a student has made on their current mission based on how many tasks they have completed. There are no queries for if a student is online nor what task a student is currently on, so all students' status is green for online and their current task is left blank. You can add courses also at the top

This page shows a Task and all the components inside of it. Tasks can be text, video, pictures, websites, and free response questions.

This is the Goal Page. Goals can be stand alone or subgoals. you can complete, edit, and favorite goals. Goals and subgoals can also have due dates

The mastery side of the teacher's overview allows the teacher to switch from the mission overview bubbles, which tracks students’ progress through the current mission, to a more broad view of how all students are performing in the various learning targets and objectives that are set up throughout the course. The base view for the mastery side is an overview of progress through all learning targets. A teacher can click into a particular target to then expand that target and view student progress through all the objectives for that target. Again, the teacher can select an objective to view progress through all tasks that affect that objective. The main API that drives this process is getAllTargetProgress, which takes in a studentName, but all studentName’s currently reroute to a single mocked user, which is why all the students have the same progress for all targets, objectives, and tasks. Once the API is working correctly on the backend, the student’s real progress will be queried.
Last updated
Was this helpful?