Learning Platform client application for students and instructors. Tracks student data as they progress through their core and technical learning objectives.
1
stars
8
forks
source link
Capstone requirement checklist for students and instructors #53
https://docs.google.com/document/d/1B223tAqx_o2pL4TcTaYZFsBg3b50N3ytwAPw7DiJKqg/edit
There's a data field for each student correlating with each checkbox.
Checking/unchecking a checkbox instantly updates the data.
Once all checkboxes are checked, a submit button is enabled.
The submit button will increment a phase value through the following steps:
proposal self-assessment (initial default value)
proposal instructor assessment
project self-assessment
project instructor assessment
MVP achieved
The header of the form will indicate the current phase.
When it's on an instructor phase, the student will see a static message instead of the checkbox form.
When it's on MVP achieved, there will be a static message for instructor and student view.
https://docs.google.com/document/d/1B223tAqx_o2pL4TcTaYZFsBg3b50N3ytwAPw7DiJKqg/edit There's a data field for each student correlating with each checkbox. Checking/unchecking a checkbox instantly updates the data. Once all checkboxes are checked, a submit button is enabled. The submit button will increment a phase value through the following steps: proposal self-assessment (initial default value) proposal instructor assessment project self-assessment project instructor assessment MVP achieved The header of the form will indicate the current phase. When it's on an instructor phase, the student will see a static message instead of the checkbox form. When it's on MVP achieved, there will be a static message for instructor and student view.