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
The order of the courses (Pre-Test, Section1, Section 2 etc) is known by both Coaches and Hub staff. Currently, Coaches can only know the recommended test for a learner when they enter a learner's username on a test. There is nothing on the coach dashboard that suggests to Coaches which test to give each learner next.
Suggested Solution
On the Learners tab on the Coach Dashboard, create a column called "Recommended Test" which will be populated with the next test each learner should do.
The user_testcheck API endpoint calls a function called user_testcheck on the database.
A possible approach to the problem may involve modifying the query in the get_users API endpoint to include the logic from the user_testcheck database function, or creating a new database view which already calls logic similar to user_testcheck on each user.
Observed behavior
The order of the courses (Pre-Test, Section1, Section 2 etc) is known by both Coaches and Hub staff. Currently, Coaches can only know the recommended test for a learner when they enter a learner's username on a test. There is nothing on the coach dashboard that suggests to Coaches which test to give each learner next.
Suggested Solution
On the Learners tab on the Coach Dashboard, create a column called "Recommended Test" which will be populated with the next test each learner should do.
The user_testcheck API endpoint calls a function called user_testcheck on the database.
A possible approach to the problem may involve modifying the query in the get_users API endpoint to include the logic from the user_testcheck database function, or creating a new database view which already calls logic similar to user_testcheck on each user.