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
Require students to enter Github URL when completing assessment #63
When a student has completed a self-assessment for a book, they can click the Complete Assessment link on the LP. When the button is clicked, a dialog will appear with a text area for them to enter in the URL of their assessment repo, and two checkboxes to verify that the code is pushed and that they have answere the Vocabulary & Understanding questions.
A Radix Dialog themed component was used for the dialog
Validation checks to see if the learner has checked both checkboxes
If either of the checkboxes are left unchecked, a validation message will appear in the dialog
If validation passes, a Toaster message will be displayed to the learner that a message was sent
Upon success, a notification is sent to the #learning-platform channel in Slack that displays the learner's name, the book being work on, and the URL to the Github repo
Overview
When a student has completed a self-assessment for a book, they can click the Complete Assessment link on the LP. When the button is clicked, a dialog will appear with a text area for them to enter in the URL of their assessment repo, and two checkboxes to verify that the code is pushed and that they have answere the Vocabulary & Understanding questions.