From: P. G. L. <gl...@um...> - 2006-08-21 22:08:29
|
Hi Davide, Re: Hardcopy generation and access to answers, this summer I put a hack into Hardcopy.pm to make it grab student answers for versioned (gateway) sets so that I can output those on a graded set. Without having extensive testing to determine the net impact of this on the penalty thereby incurred, it seems that this at least works. I suspect that this is not an answer to your question, but hopefully it's at least a step away from a non sequitor. I'll add that I didn't bother to try and insert the student's answer in the answer blanks, instead simply listing it in the same manner the Correct Answer is included. Gavin -- P Gavin LaRose, PhD | gl...@um... | 734.764.6454 | ...you have Program Manager, Instructional Technology | to respect someone who can Mathematics Dept, University of Michigan | spell Tuesday, even if they http://www.math.lsa.umich.edu/~glarose/ | can't spell it right. -Milne On Mon, 21 Aug 2006, Davide P. Cervone wrote: > Folks: > > There has been some questions on the discussion board recently about > multi-part or sequential problems, and I have been thinking about > some issues that came up when I worked on a solution for one of these. > > First, the text that is displayed for sequential problems is > dependent on the answers that the student has given so far, but since > the hardcopy processing does not have access to those answers, the > hardcopy will never show the later parts of the problem, on the first > part. How hard would it be to pass the answers to the hardcopy > processor so that an accurate version of the problem can be > generated? (I know that there will be lookup time, and since the > hardcopy can show many problems, how significant would that be?) > > One interesting possibility that this would create is that the > hardcopy could (optionally) include the answers the student has > typed, so that she could get a permanent record of her solutions, and > they could even be printed within the problem, on the answer blanks > (though that might cause formatting problems, I suppose). > > Second, when a sequential problem goes on to the second part, it > would be nice to be able to have the option of preventing the student > from altering the answers to the first part. This could cause the > second part to disappear again, for example, or if the second part > depends on the values of the first part, you might not want the > student to go back and change the previous answers to make the later > part easier. > > This could be done by disabling the answer blanks for the first part, > so they would still show up (with the student answer showing), but > not be editable. You could have something similar to Mike's > STOP_PROCESSING()/RESUME_PROCESS() commands, say > BEGIN_DISABLED_ANSWERS()/END_DISABLED_ANSWERS() or something like > that. (In addition to disabling them, you would need to include a > hidden field so that the data is still passed to the form on the next > submission.) > > Comments? > > Davide > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > OpenWeBWorK-Devel mailing list > Ope...@li... > https://lists.sf.net/lists/listinfo/openwebwork-devel > > > |