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
Each specific action type to have its own django model inheriting from common Action model, e.g. StartTask(Action) and SeeInstruction(Action). This would allow for all action attributes (such as student_id) to be a columns, which is needed (e.g. to find the last interaction for given student).
The text was updated successfully, but these errors were encountered:
Each specific action type to have its own django model inheriting from common Action model, e.g. StartTask(Action) and SeeInstruction(Action). This would allow for all action attributes (such as student_id) to be a columns, which is needed (e.g. to find the last interaction for given student).
The text was updated successfully, but these errors were encountered: