adaptive-learning / flocs-web

Intelligent web application for learning computer science
GNU General Public License v3.0
0 stars 1 forks source link

Create Action models hierarchy #33

Open effa opened 7 years ago

effa commented 7 years ago

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).