It is a step in the right direction, but I am not sure it solves the problem. The main problem with the sharing+timestamping approach is that the worksheets continue *available* to the students. So, if a student shares a worksheet and subsequently "touches" it (even, say, opening it by "mistake"), the timestamp changes, and the instructor has no way to know if there were changes made or not.
This would not be a problem with me now, and I may try this approach with my next lab, since I have a small group that I basically trust. But I don't think it would scale. The definitive solution would be to have a "submit" button that is like "sharing" but instead creates a copy of the worksheet in the "target" account, that can not be accessed by the submitting student. But this functionality is provided by course management software such as moodle, so I don't know if it is worth the effort of reproducing it in sage. To tell the truth, the source of my problem is that my campus uses Blackboard CE, which is terrible when one wants to do anything slightly non-standard. (I tried to have students submit worksheets through their submission interface, and it is more cumbersome than simply asking them to email me.) (Thinking of it, I could probably just write a script in the server that checks the worksheet directory every few minutes or so and copies what is there to another place, simply comparing the sws files to see if there were any changes...) On Mon, Jan 31, 2011 at 6:57 AM, Jason Grout <jason-s...@creativetrax.com> wrote: > On 1/30/11 11:50 AM, Luiz Felipe Martins wrote: >> >> The thing is that I want to have some sort of time stamp so I know >> they finished by the deadline. My understanding is that they could >> keep changing the shared worksheets, right? > > > In the worksheet listing, there is a timestamp, but it isn't very useful > since it just lists the days/hours/etc since the last edit (instead of > giving the exact time of the last edit). I have a patch in my notebook that > instead makes that a timestamp (i.e., it gives the time) if the time is more > than 24 hours or something. Would that answer your need? > > Thanks, > > Jason > > -- > You received this message because you are subscribed to the Google Groups > "sage-edu" group. > To post to this group, send email to sage-edu@googlegroups.com. > To unsubscribe from this group, send email to > sage-edu+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/sage-edu?hl=en. > > -- You received this message because you are subscribed to the Google Groups "sage-edu" group. To post to this group, send email to sage-edu@googlegroups.com. To unsubscribe from this group, send email to sage-edu+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/sage-edu?hl=en.