From: Davide P.C. <dp...@un...> - 2005-07-04 23:18:48
|
> This looks really neat. Thanks, I think it is a step in the right direction. > I volunteer to look into rewriting BASIS_CMP to using the MultiPart > object > unless someone thinks this is a bad idea. It is worth trying out. One thing to keep in mind: the MultiPart object is intimately tied to the Parser objects, so it only works with Parser-based objects (and not with other answer checkers, including the retro-fitted tranditional ones). Also, remember that the answer blanks are produced by the MultiPart object, so you need to create it BEFORE the answer blanks are generated. That means it probably will require changes in the problem file. Davide |