Ken Monks - 2004-01-18

Logged In: YES
user_id=766386

I have implemented this with the syntax String(mapletype),
where mapletype is a Maple type. However, this is only a
partial quickie solution. A better solution would be to be able
to specify the VProc at the c> flag in a manner similar to
what is done for the MProc at the s> flag, i.e. to allow syntax
of the form:

c> [validationproc,parserproc]

where validation proc is either a proc or a Maple type that
validates the students rawanswer as string, and parserproc
parses the rawanswer (as a string) into a Maple expression, it
would solve all of the problems related to this topic and we
wouldn't need these workarounds.