Parent Directory
|
Revision Log
1. Set all "WeBWorK docs" links to http://webwork.math.rochester.edu (rather than /webwork_development_html/docs/) 2. Changed IMG link for logo to be relative (../images/)
1 <HTML> 2 <HEAD> 3 <TITLE>profScoringHelp</TITLE> 4 </HEAD> 5 6 <BODY BGCOLOR="#FFFFFF"> 7 8 <P ALIGN=CENTER> 9 <IMG SRC="../images/webwork.gif" ALIGN=CENTER BORDER=1 ALT="WeBWorK Logo"> 10 </P> 11 12 <BLOCKQUOTE> 13 <H2>Help for Prof Scoring Page</H2> 14 <HR> 15 16 <UL> 17 <LI> <STRONG>Score a problem set:</STRONG> 18 19 Select the problem set you want scored. For example selecting set 5 will 20 create the files <code>s5scr.csv </code>and <code>s5ful.csv</code> which are comma 21 delimited ascii text files. These files can be viewed and edited directly from 22 a web browser. For more complicted manipulations the files can be imported into (and exported 23 from) a spread sheet program (such as Excel).</P> 24 <p> 25 26 <code>s5scr.csv</code> contains the studentID, student name, section, and for each 27 problem a 1 if the student ever answered the problem correctly and a 0 28 otherwise. <code>s5ful.csv</code> contains the studentID, student name, section, and 29 for each problem the total number of times the student answered the problem 30 correctly and the total number of times the student answered the problem 31 incorrectly. 32 <p> 33 <p> 34 35 If "appendTotals is checked (the default), the scores in the score file for the selected 36 set will be totaled and these totals will be 37 appended to a cumulative totals file called e.g. MTH140A_totals.csv if the course name is MTH140A. 38 Records for students who have been added to or dropped from the course will be 39 handled automatically. This is the file normally used for compiling semester grades. 40 It is easy to add non WeBWorK grades, e.g. exam grades, to this file and maintain compatibility 41 with WeBWork scoring procedures. 42 <p> <p> 43 The default sorting order is to sort student records alphabetically by student name within 44 sections of the course. Other options are to sort by student ID within sections, by student 45 name independent of the section, and by student ID independent of the section. 46 47 48 <LI><STRONG>Download (or view) scoring files to your personal computer:</STRONG> 49 50 51 52 53 <LI><STRONG>Hints:</STRONG> 54 <UL> 55 56 57 58 <LI>first hint 59 60 61 <LI>next hint 62 63 64 </UL> 65 </UL> 66 67 <HR> 68 69 70 <P> 71 <STRONG>For more information on WeBWorK: </STRONG> 72 <A HREF="http://webwork.math.rochester.edu/">Webwork docs</A>. 73 74 <HR> 75 <STRONG>This help page comes up in a separate window. You may have to move this 76 window to see your original window, 77 </STRONG> 78 79 <HR> 80 Last updated: <STRONG>8 January 2000</STRONG><BR> 81 <TT>http://webwork.math.rochester.edu:8088/webwork/development/helpFiles/probSetHelp.html</TT> 82 83 </BLOCKQUOTE> 84 85 </BODY></HTML> 86
| aubreyja at gmail dot com | ViewVC Help |
| Powered by ViewVC 1.0.9 |