Dragoon-Lab / topomath

TopoMath: a web-based algebra tutor
http://topomath.asu.edu
GNU Lesser General Public License v3.0
3 stars 0 forks source link

How to pay students quickly #572

Open vanlehn opened 4 years ago

vanlehn commented 4 years ago

When the study ends on Saturday, we need to pay students according to the following formula: $100*(C+P+S) where C is 1 if they completed the study, P is the proportion of the assigned problems they completed, including pre-test problems, pos-test problems and training problems, and S is the proportion of problems on the post-test that they got right. P does counts both correct and incorrect problems. S only counts correct problems.

We need to write students a check quickly at the end of the study, so can we get a dashboard report that helps? C+P+S would be great, but just S (scores on the post-test solve problems) would probalby suffice.

jonwetzel commented 4 years ago

We still have the autograder which outputs S as its last column. @riteshsamala will test it Wednesday after the beta testers finish.