Hacker News new | ask | show | jobs
by kame3d 2207 days 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?

1 comments

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.