Re: [racket-users] Student code metrics

2018-05-13 Thread Matt Jadud
Hi Stephen, I'd look at work by Andy Ko and his students, the PLT group has some work in the broad sphere of this space (not quite gamification, I don't think, but definitely work around how novices approach programming), the ACM ICER conference, and a smattering of things that appear in ACM SIGCS

Re: [racket-users] Student code metrics

2018-05-13 Thread Matthias Felleisen
> On May 13, 2018, at 4:36 PM, Stephen Foster wrote: > > Hi! > > I was about to start building a tool for statically analyzing student code. > But I first want to ask if there's related work out there. > > I'm interested in relatively simple stuff -- e.g. How many functions did the > studen

[racket-users] Student code metrics

2018-05-13 Thread Stephen Foster
Hi! I was about to start building a tool for statically analyzing student code. But I first want to ask if there's related work out there. I'm interested in relatively simple stuff -- e.g. How many functions did the student write? How many expressions? What's the average nesting depth of ex