Error in scoring page | topic started 12/30/2002; 10:17:12 PM last post 12/31/2002; 9:20:29 AM |
|
|
Arnold K. Pizer - Re: Error in scoring page 12/31/2002; 9:20:29 AM (reads: 1107, responses: 0) |
Hi Gregg, The scoring files are just standard csv (comma separated variable) ascii files. WeBWorK considers them to be corrupted (and will refuse to work with them) if all rows do not have the same number of fields (i.e. commas). That's what happened in your case. Since these files can be edited by hand or downloaded to a pc, edited by say Excel, and uploaded again it is possible for them to become corrupted. For example sometimes spreadsheet programs will remove an empty last field. Tom's experience above is similar. I have never seen an example of these files becoming corrupted except where someone has done sometime directly (or indirectly as in Tom's example) to them by hand. Here are a few hints in working with these files. 1. If you think a file may be corrupted, view it (item 2 on the scoring page) in html mode. You will be able to quickly see what the problem is. 2. If you want to edit a file by hand it's much easier if all the columns line up. This is usually the case but if not (e.g. you may have just uploaded the file from a spreedsheet program), first sort the file (item 5 on the scoring page). After WeBWorK does an operation, it alligns the columns so sorting is just a way to force this without changing the file. |