EngageKC is an innovative platform designed to enhance classroom collaboration and digital interaction within educational settings. Allowing students to easily upload video and pictures without logging in for use to enhance classroom learning.
We are going to create 3 nav bars for each of the different views: Not Logged In, Teacher, and Student, then deliver the nav bar dynamically.
Students: Home, Character Profile, Hour, Logout
Code: nav.html
New code: student_nav.html
Notes: In the current nav there is flask code to seperate the views in the file itself. Since we will break it into 3 files you shouldn't need flask if statements in there.
We are going to create 3 nav bars for each of the different views: Not Logged In, Teacher, and Student, then deliver the nav bar dynamically. Students: Home, Character Profile, Hour, Logout
Code: nav.html New code: student_nav.html
Notes: In the current nav there is flask code to seperate the views in the file itself. Since we will break it into 3 files you shouldn't need flask if statements in there.