|
17 | 17 | </p> |
18 | 18 | <p> |
19 | 19 | <%= maketext('The following describes how the checkboxes alter the scoring output') =%> |
20 | | - <dl> |
21 | | - <dt><b><%= maketext('Pad Fields') %></b></dt> |
22 | | - <dd> |
23 | | - <%= maketext('If selected, this adds spaces between the fields to align the commas, which makes the ' |
24 | | - . 'columns easy to read when in text form but it can confuse some spreadsheet applications since the ' |
25 | | - . 'extra spaces violate the csv standard (although Excel handles them with no problem). This will give ' |
26 | | - . 'a visual form of the CSV file that is easy to read on the page. If you want a reliable .csv file ' |
27 | | - . 'for use in any spreadsheet application unclick the "Pad Fields" option. You can download the .csv ' |
28 | | - . 'file immediately by clicking on the link with the filename chosen above, or you can download it ' |
29 | | - . 'using the "File Manager" from the scoring directory.') =%> |
30 | | - </dd> |
31 | | - <dt><b><%= maketext('Record Scores for Single Sets') %></b></dt> |
32 | | - <dd> |
33 | | - <%== maketext('Select this if you want to save the scores for each set in a separate file in addition to ' |
34 | | - . 'saving all scores to a cumulative file. After clicking the "Score Selected Set(s) and save to" ' |
35 | | - . 'button, you will get a pair of links for each selected set. The file that ends with [_1] contains ' |
36 | | - . 'the number of correct and incorrect tries about each individual problem for each student. The file ' |
37 | | - . 'that ends with [_2] is a summary of each problem.', |
38 | | - '<code>ful.csv</code>','<code>scr.csv</code>') =%> |
39 | | - </dd> |
40 | | - <dt><b><%= maketext('Include Success Index') %></b></dt> |
41 | | - <dd> |
42 | | - <%= maketext('If this is selected, a success index is listed in each csv file. The success ' |
43 | | - . 'index is a number assigned on the basis of the number of incorrect attempts (roughly equivalent ' |
44 | | - . 'to 1/the number of attempts) which seems to correlate with the relative difficulty the student had ' |
45 | | - . 'with the problem.') =%> |
46 | | - </dd> |
47 | | - <dt><b><%= maketext('Include percentage grades columns for all sets') %></b></dt> |
48 | | - <dd> |
49 | | - <%= maketext('As the checkbox says, this includes a percentage grade column for each set.') =%> |
50 | | - </dd> |
51 | | - </dl> |
52 | 20 | </p> |
| 21 | +<dl> |
| 22 | + <dt><b><%= maketext('Pad Fields') %></b></dt> |
| 23 | + <dd> |
| 24 | + <%= maketext('If selected, this adds spaces between the fields to align the commas, which makes the ' |
| 25 | + . 'columns easy to read when in text form but it can confuse some spreadsheet applications since the ' |
| 26 | + . 'extra spaces violate the csv standard (although Excel handles them with no problem). This will give ' |
| 27 | + . 'a visual form of the CSV file that is easy to read on the page. If you want a reliable .csv file ' |
| 28 | + . 'for use in any spreadsheet application unclick the "Pad Fields" option. You can download the .csv ' |
| 29 | + . 'file immediately by clicking on the link with the filename chosen above, or you can download it ' |
| 30 | + . 'using the "File Manager" from the scoring directory.') =%> |
| 31 | + </dd> |
| 32 | + <dt><b><%= maketext('Record Scores for Single Sets') %></b></dt> |
| 33 | + <dd> |
| 34 | + <%== maketext('Select this if you want to save the scores for each set in a separate file in addition to ' |
| 35 | + . 'saving all scores to a cumulative file. After clicking the "Score Selected Set(s) and save to" ' |
| 36 | + . 'button, you will get a pair of links for each selected set. The file that ends with [_1] contains ' |
| 37 | + . 'the number of correct and incorrect tries about each individual problem for each student. The file ' |
| 38 | + . 'that ends with [_2] is a summary of each problem.', |
| 39 | + '<code>ful.csv</code>','<code>scr.csv</code>') =%> |
| 40 | + </dd> |
| 41 | + <dt><b><%= maketext('Include Success Index') %></b></dt> |
| 42 | + <dd> |
| 43 | + <%= maketext('If this is selected, a success index is listed in each csv file. The success ' |
| 44 | + . 'index is a number assigned on the basis of the number of incorrect attempts (roughly equivalent ' |
| 45 | + . 'to 1/the number of attempts) which seems to correlate with the relative difficulty the student had ' |
| 46 | + . 'with the problem.') =%> |
| 47 | + </dd> |
| 48 | + <dt><b><%= maketext('Include percentage grades columns for all sets') %></b></dt> |
| 49 | + <dd> |
| 50 | + <%= maketext('As the checkbox says, this includes a percentage grade column for each set.') =%> |
| 51 | + </dd> |
| 52 | +</dl> |
53 | 53 | <p> |
54 | 54 | <%= maketext('To use the Email merge feature, upload a CSV with calculated grades to the scoring directory using ' |
55 | 55 | . 'the "File Manager".') =%> |
|
0 commit comments