Log of /trunk/webwork2/lib/WeBWorK/ContentGenerator/Grades.pm
Parent Directory
Revision
4736 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Wed Jan 3 23:59:02 2007 UTC (6 years, 5 months ago) by
gage
File length: 12519 byte(s)
Diff to
previous 4686
Gave a bit more information when the scoring data (.csv ) file doesn't exist. This gives the
user a clue as to what to name the file.
-- Mike
Revision
4235 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Wed Jul 12 01:23:54 2006 UTC (6 years, 11 months ago) by
gage
File length: 13304 byte(s)
Diff to
previous 4202
Converting from use CGI to use WeBWorK::CGI
The only substantial change is in Hardcopy where set_id was changed to "sid"
I believe that change is correct.
Revision
3973 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Wed Jan 25 23:13:56 2006 UTC (7 years, 4 months ago) by
sh002i
File length: 13205 byte(s)
Diff to
previous 3849
forward-port from rel-2-2-dev: (update copyright date range -- 2000-2006.
this is probably overkill, since there are some files that were created
after 2000 and some files that were last modified before 2006.)
Revision
3690 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Sat Oct 8 21:55:41 2005 UTC (7 years, 8 months ago) by
sh002i
File length: 13147 byte(s)
Diff to
previous 3640
modify usage of user status to take advantage of new status system. the
most extensive change is in UserList, where the names of statuses are
now shown in the status column along with the abbreviation that's
actually set in the database, and the edit popup shows the actual names
that are defined in global.conf.
Revision
3640 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Mon Sep 19 17:11:26 2005 UTC (7 years, 9 months ago) by
jj
File length: 12972 byte(s)
Diff to
previous 3634
Fix bug 819. This adds a method to DB for getting all merged problems
for a (student,set) combination so that the problem value can be
correct. See bug 819 for additional comments on how this affects
scoring when an individual student is given an override value for
"weight".
Revision
3485 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Fri Aug 12 02:47:30 2005 UTC (7 years, 10 months ago) by
sh002i
File length: 13035 byte(s)
Diff to
previous 3395
added HiRes timing data to WeBWorK::Debug, removed WeBWorK::Timing. all
existing calls to the WeBWorK::Timing methods now pass the same messages
to debug().
added an option to WeBWorK::Debug to allow only certain subroutines to
log debug messages, in addition to the existing option to bar certain
subroutines from doing so.
Revision
3377 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Thu Jul 14 13:15:27 2005 UTC (7 years, 11 months ago) by
glarose
File length: 12951 byte(s)
Diff to
previous 3133
Preliminary commit of changes to add Gateway module.
This adds to WeBWorK
- the ability to create versioned, timed problem sets ("gateway tests")
for which all problems are displayed on a single page ("versioned"
means that students can get multiple versions of the problem set),
- the ability to create sets that draw problems from groups of
problems, and
- the ability to create sets that require a proctor login to start
and grade.
Sets can be defined as gateway tests or proctored gateway tests from
the ProblemSetDetail page.
Not quite bug-free yet. Known bugs include handling of problem values
on the Student Progress page (I think this may be a problem with
changing from sql database format where all entries were 'text' to
sql_single in ver 2.1, where they are integer), and a division by zero
error on the grades page (which may be the same problem).
Tests with a number of attempts per version greater than one haven't
been carefully tested, nor has scoring of gateway tests.
Revision
2996 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Thu Nov 11 15:52:08 2004 UTC (8 years, 7 months ago) by
gage
File length: 12179 byte(s)
Diff to
previous 2963
Added line to shift column numbers so that they start at 1 instead of
0 (this brings this in line with the modifications made to SendMain.pm)
To do: merge the two procedures used in sendmail and in grades.pm which
merge scoring data with the message. Then future updates won't break
the code.
Revision
2874 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Sat Oct 9 03:05:13 2004 UTC (8 years, 8 months ago) by
gage
File length: 12020 byte(s)
Diff to
previous 2859
replace old method of evaluating variables by a safer method (no evaluation required)
This code copied from SendMail.pm changes made recently by Sam.
Revision
1889 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Mon Mar 15 21:35:12 2004 UTC (9 years, 3 months ago) by
sh002i
File length: 10943 byte(s)
Diff to
previous 1863
conformance with unified request object, etc.
SMALL formatting cleanups.
this module needs some work, and there is stuff to factor out -- there
is a lot of copy-n-paste from other modules.
Revision
1863 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Sun Mar 7 02:29:25 2004 UTC (9 years, 3 months ago) by
gage
File length: 25913 byte(s)
Diff to
previous 1858
Added a primitive file reading capability to Grader.pm.
Now you can attach the message from an email file
called report_grades.msg in the email directory which is merged with the
file report_grades_data.csv in the scoring directory.
there is a lot of code borrowed from SendMail and from Instructor which can be factored out.
It provides a primitive version of a feature that has been requested --
to report exam scores as well as webwork scores.
Revision
1858 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Added
Sat Mar 6 18:50:31 2004 UTC (9 years, 3 months ago) by
gage
File length: 21591 byte(s)
Added support for the new module Grades.pm which supports student grades
Also changed ProblemSets.pm so that it welcomes the effectiveUser rather than the user.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.