Log of /branches/rel-2-2-dev/webwork2/courses
Directory Listing
Revision
4446 -
Directory Listing
Modified
Tue Sep 5 16:48:09 2006 UTC (6 years, 8 months ago) by
sh002i
somehow this file got lost
Revision
3972 -
Directory Listing
Modified
Wed Jan 25 23:12:05 2006 UTC (7 years, 3 months ago) by
sh002i
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
3879 -
Directory Listing
Modified
Sat Jan 7 02:08:53 2006 UTC (7 years, 4 months ago) by
This commit was manufactured by cvs2svn to create branch 'rel-2-2-dev'.
Revision
3421 -
Directory Listing
Modified
Thu Jul 28 19:45:24 2005 UTC (7 years, 9 months ago) by
gage
Original Path:
trunk/webwork2/courses
adding more files to make modelCourse conform with hosted.webwork version
Revision
3419 -
Directory Listing
Modified
Thu Jul 28 19:39:10 2005 UTC (7 years, 9 months ago) by
gage
Original Path:
trunk/webwork2/courses
Updating modelCourse to conform to the version currently on hosted.webwork
Revision
3418 -
Directory Listing
Modified
Thu Jul 28 19:11:32 2005 UTC (7 years, 9 months ago) by
gage
Original Path:
trunk/webwork2/courses
Correcting version of modelCourse to bring it in line with the model course currently on
hosted.webwork
Revision
3377 -
Directory Listing
Modified
Thu Jul 14 13:15:27 2005 UTC (7 years, 10 months ago) by
glarose
Original Path:
trunk/webwork2/courses
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
3238 -
Directory Listing
Modified
Thu May 26 12:59:19 2005 UTC (7 years, 11 months ago) by
gage
Original Path:
trunk/webwork2/courses
This is the model course that we use as a template to create new
courses on the development machine.
Revision
3007 -
Directory Listing
Modified
Mon Nov 22 17:19:39 2004 UTC (8 years, 6 months ago) by
sh002i
Original Path:
trunk/webwork2/courses
made similar changes to default admin-course classlist. admin's password
is "admin".
Revision
3006 -
Directory Listing
Modified
Mon Nov 22 17:16:32 2004 UTC (8 years, 6 months ago) by
sh002i
Original Path:
trunk/webwork2/courses
new default classlist file.
* no more all-caps first/last names
* global_user status is drop
* global_user and practice users have empty passwords specified
* practice users have permission level -5
* professor has password "professor" specified
* professor has permission level 10
Revision
2453 -
Directory Listing
Modified
Wed Jul 7 17:22:05 2004 UTC (8 years, 10 months ago) by
sh002i
Original Path:
trunk/webwork2/courses
set student_id == user_id for non-student users. this will help prevent
inadvertant collisions, as we're no longer making up fake student IDs.