On 12-Apr-09, at 9:57 PM, William Stein wrote:

>
> On Sun, Apr 12, 2009 at 9:56 PM, Nick Alexander  
> <ncalexan...@gmail.com> wrote:
>>
>>
>> On 12-Apr-09, at 9:41 PM, William Stein wrote:
>>
>>>
>>> Hi,
>>>
>>> I'm going to write something to make it easier to grade say 20-30
>>> homework assignments that are turned in as sage worksheets.  If  
>>> any of
>>> you reading this have also graded homework turned in as Sage
>>> worksheets, and have thoughts about how a nice workflow for doing  
>>> this
>>> with the Sage notebook would work, please share them in this thread.
>>
>> I like the idea of being able to 'tag' worksheets, a feature waiting
>> to be added to the notebook.  If one could make a notebook full of
>> worksheets tagged assignment one and then choose "Grade Tagged
>> Worksheets", I think that would be cool.
>>
>
> I like that idea.
>
> What would you imagine happening once you click "Grade Tagged  
> Worksheets"?

Have you heard of webworks?  I'm not sure if it's in-house at UCI.   
Webworks is a little more structured in that it has entries for a list  
of questions, that are then checked.  It's targeted at undergrad  
calculus only, so usually students enter a number or a function;  
functions are compared to known answer functions by evaluating at  
enough points to be confident the functions agree.

I wonder if it would be best to have a worksheet build a data  
structure of answers.  In fact, I like this a lot -- you teach  
students (or provide interacts for them) to build a data structure:  
ANSWERS["Question 1"] = 5; ANSWERS["Question 2"] = sin(x); etc.

I haven't thought about this in much detail, but I'm curious to see  
the results.

Nick

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to 
sage-devel-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to