On Monday, March 21, 2016 at 9:02:31 AM UTC-4, Klaus Ostermann wrote:
> I'd like to evaluate how my students program when they do their homework 
> exercises (in a way that is compatible with privacy concerns).
> 
> Is the plugin structure of DrRacket suited to extending DrRacket with such a 
> functionality (e.g. tracking the history of the editor)?
> 
> Do any similar tools already exist?

Sounds pretty interesting, I don't think such plugin exists as of today:
https://pkgs.racket-lang.org/#(!deprecated)(editor)(!main-distribution)(!main-tests)

I did a very cursory search but if you were to do it yourself, I believe you 
would want to do take a snapshot(?) of definition area intermittently and 
submit(which would be against the privacy part).

http://docs.racket-lang.org/tools/drracket_get_extend.html#%28def._%28%28lib._drracket%2Ftool-lib..rkt%29._drracket~3aget%2Fextend~3aextend-definitions-text%29%29

Or, there are github bindings for 
raco/drracket(https://github.com/eu90h/racket-github-api/tree/master); maybe 
bind a couple of commands to (submit) and have each students submit to their 
branch?

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to