|
|
|
|
|
by ChicagoBoy11
3496 days ago
|
|
I've been writing this app that lets teachers group kid together based on their performance on an assessment. The idea is that you'd try putting things together in groups that answered questions differently so that they could talk about it and either reinforce their mental models (or test just how robust they are) by teaching a peer or ridding themselves of misconceptions by having a peer help them out. I wrote a GA in Python a few months ago that would take vectors of answers and would group them together and it worked surprisingly well. Now I'm designing the webapp for teachers to orchestrate the whole thing (LMS integration, seeing groups, etc.). I wrote a prototype in Angular 1.x and now that I understand what I'm trying to accomplish really well, it's become my pet project to learn React as I implement a more robust version of it. |
|