adaptive-learning / flocs-web

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

Send already parsed tasks (setting) from server #19

Open effa opened 7 years ago

effa commented 7 years ago

Currently, the task settings are parsed from JSON string in the reducers (e.g. in taskInstanceReducer), but it seems much more natural to send task setting as a JSON, instead of a JSON string.