adaptive-learning / flocs-web

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

Fix fixed-order recommendation #12

Closed effa closed 7 years ago

effa commented 7 years ago

A next task is recommended even when the currently recommended task hasn't been solved. Find if there is a communication issue between web and core which might be causing this bug.

jcechak commented 7 years ago

I was unable to reproduce this behaviour using API calls. Neither does it create a new task session when the latest one is still not solved nor given up. If there is a problem it must be inside the react frontend and the way it handles API calls.