You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement in the app for teacher the ability to do roll call.
This page is available only for teacher:
Page 1. Select class that you want to do roll call with class avatar
Page 2 for this class displays all students (filter out other user is there are parents for instance)
and list then
Student 1 o
Student 2 o
When clicking on the radio button, it replaces with a tick, when clicking a again, it replaces with a cross (missing), when clicking again it puts as present (tick again). Each time there is a click it send a real time event to the server (time out of 3 sec to send event if present to avoid sending present and then absent again).
The text was updated successfully, but these errors were encountered:
- Working roll call functionality
- Users are filtered and limited to only the Students in class (on client side)
- Confirmation Pop-up before roll-call is submit
- Toastr to inform about error/success
- Router goes to TabClasses on success
Implement in the app for teacher the ability to do roll call.
This page is available only for teacher:
and list then
Student 1 o
Student 2 o
When clicking on the radio button, it replaces with a tick, when clicking a again, it replaces with a cross (missing), when clicking again it puts as present (tick again). Each time there is a click it send a real time event to the server (time out of 3 sec to send event if present to avoid sending present and then absent again).
The text was updated successfully, but these errors were encountered: