Log of /trunk/webwork-modperl/lib/WeBWorK/ContentGenerator/CourseAdmin.pm
Parent Directory
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: 54144 byte(s)
Diff to
previous 3284
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
3059 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Tue Dec 21 04:41:03 2004 UTC (8 years, 6 months ago) by
sh002i
File length: 50759 byte(s)
Diff to
previous 3054
Added course renaming to CourseManagement, CourseAdmin.
It works like this:
- move the course directory
- move any course subdirectories that are still at their old locations
(like if they were outside the course directory)
- create a new database using addCourseHelper()
- copy the course data into the new course database using
copyCourseDataHelper() (INSERT INTO $new SELECT * FROM $old)
- delete the old course database using deleteCourseHelper()
TODO:
* write helpers for gdbm and sql layouts
* write command-line script
Revision
2704 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Tue Aug 31 01:15:53 2004 UTC (8 years, 9 months ago) by
dpvc
File length: 41370 byte(s)
Diff to
previous 2639
The variable for printing file names in course.conf was incorrectly
set up using email addresses instead of userIDs.
Revision
2479 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Sat Jul 10 16:28:56 2004 UTC (8 years, 11 months ago) by
sh002i
File length: 39767 byte(s)
Diff to
previous 2478
an ugly hack to convince safari to download the damn file! apparently
just sending a "Content-Disposition: attachment" header isn't enough. it
has to be a BINARY FILE! WTF! better solutions welcome.
Revision
2384 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Thu Jun 24 17:43:32 2004 UTC (8 years, 11 months ago) by
sh002i
File length: 38651 byte(s)
Diff to
previous 2378
email handling. add email to user record, allowedRecipients, and
feedbackRecipients. Add userIDs of all added users to
PRINT_FILE_NAMES_FOR.
Revision
2378 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Wed Jun 23 23:10:44 2004 UTC (8 years, 11 months ago) by
sh002i
File length: 38343 byte(s)
Diff to
previous 2373
cleaned up form layout and improved error handling. also, instead of
having a separate set of field
for the "admin user", implemented an option to "add the WeBWorK
administrators to the new course".
Revision
2322 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Wed Jun 16 01:58:03 2004 UTC (9 years ago) by
gage
File length: 39052 byte(s)
Diff to
previous 2299
First and last names of new instructor as inserted in the new course.
The list of courses one can use as a template is not alphabetized.
Revision
2256 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Sun Jun 6 00:20:14 2004 UTC (9 years ago) by
gage
File length: 37898 byte(s)
Diff to
previous 2254
Added comments -- should we enter the contact person as a student in the admin class
so that we can use the email facility to contact people hosted on this server?
Revision
2242 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Wed Jun 2 18:21:38 2004 UTC (9 years ago) by
gage
File length: 36563 byte(s)
Diff to
previous 2189
Changed formatting of the "Add course" sub page.
When a new course is created the course name, id, institution and so forth
are logged in hosted_courses.log in admin/logs
This logging facility must be defined in the admin/course.conf file.
--Mike
Revision
2148 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Sat May 22 01:08:09 2004 UTC (9 years, 1 month ago) by
sh002i
File length: 32600 byte(s)
Diff to
previous 2138
added ability to import the contents of another course's templates
directory when creating a new course. this is supported in bin/addcourse
with the --templates-from=COURSEID switch and in the web interface with
an additional form field.
Revision
2104 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Thu May 13 20:49:18 2004 UTC (9 years, 1 month ago) by
sh002i
File length: 31721 byte(s)
Diff to
previous 2045
several changes towards closing bug #481. (1) removed database "multiple
source" warnings. (2) if sql database name is blank, "webwork_$courseID"
is used. (3) removed sql execution warnings. (4) allowed blank sql admin
password.
Revision
2023 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Fri May 7 04:28:54 2004 UTC (9 years, 1 month ago) by
jj
File length: 33036 byte(s)
Diff to
previous 2004
If there is more than one mysql source (which there is now thanks to
ProblemLibrary), then we look for the most commonly used source. Fixed
a bug in this counting part.
Revision
1945 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Added
Mon Apr 5 03:58:30 2004 UTC (9 years, 2 months ago) by
sh002i
File length: 14644 byte(s)
preliminary web-based course creation support
try it -- create a course called "admin" the usual way and then visit it
in your browser.
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.