top | item 23414916

(no title)

kame3d | 5 years ago

> For group work there are a number of tools to do analytics on who did what etc so it make seeing how well the group has worked.

I teach a computer graphics course and that seems useful. What tools do you use?

discuss

order

jpm48|5 years ago

I've used this https://gource.io/ for a good overview of group work then the build in analytics. Most of what I do is to download and run the code on my local machine, but I also ask for unit tests which help with the grading. All code is mainly C++ / OpenGL with python sometimes.