Log of /trunk/wwmoodle/wwassignment
Directory Listing
Revision
5033 -
Directory Listing
Modified
Mon Jun 25 21:02:19 2007 UTC (5 years, 11 months ago) by
mleventi
New DB schema format.
Revision
5032 -
Directory Listing
Modified
Mon Jun 25 20:57:56 2007 UTC (5 years, 11 months ago) by
mleventi
Being replaced by an xml format to describe table structure to Moodle.
Revision
5031 -
Directory Listing
Modified
Mon Jun 25 20:56:37 2007 UTC (5 years, 11 months ago) by
mleventi
Being replaced by mod_form.php in Moodle 1.7 and upwards.
Revision
4655 -
Directory Listing
Modified
Wed Nov 22 17:18:07 2006 UTC (6 years, 6 months ago) by
gage
Fixed error in wwassignment_gradeMethods which calculated whether a
problem was correct based on whether the number of correct answers was
greater than 0. This is inaccurate when an instructor marks a problem
correct for everyone in a class. This action changes the status to 1
but does not change the "num_correct" parameter.
The wwassignment_gradeMethods is updated to use "status" instead of
"num-correct" in determining the grade for the gradeSimple procedure.
The gradeDeductRetry method still needs modification.
Revision
4425 -
Directory Listing
Modified
Thu Aug 31 01:30:13 2006 UTC (6 years, 9 months ago) by
gage
Corrected an error in update_instances that prevented the calendar from updating when
the due date of webwork set was changed. (One brace was out of position.)
You may still need to edit the Webwork link in moodle pointing to the problem with the
newly changed date before the calendar will recognize the change.
Revision
4381 -
Directory Listing
Modified
Mon Aug 14 19:34:14 2006 UTC (6 years, 10 months ago) by
sh002i
move bridge creation to mod.html -- that way, the bridge is created the
first time someone asks to create a webwork set. this allows us to
provide the create/administer ww course links right away. cleanup,
formatting. the bridge creation is actually done in
_wwassignment_ensureBridgeExists in lib.php.
also, i hate php.
Revision
4314 -
Directory Listing
Modified
Fri Jul 28 03:21:30 2006 UTC (6 years, 10 months ago) by
sh002i
use IGNORE to throw away duplicate key errors when a config item already
exists (i.e. from removal and subsequent reinstallation). this preserves
existing values. another way to go would be to use REPLACE to overwrite
existing values. this would ensure that at installation time, the
defaults would be up-to-date.
Revision
4313 -
Directory Listing
Modified
Fri Jul 28 03:20:32 2006 UTC (6 years, 10 months ago) by
sh002i
refinements to ww course linking:
* move statement about the name of the corresponding webwork course
outside the table.
* don't say "link to" in link text.
* in link to webwork admin module, pre-select add course page, and
pre-fill course ID, and db layout
* clean up indentation slightly
Revision
4302 -
Directory Listing
Modified
Wed Jul 26 21:27:27 2006 UTC (6 years, 10 months ago) by
gage
Changed some instances of wwmoodle to wwassignment
Revision
4265 -
Directory Listing
Modified
Sat Jul 15 14:09:57 2006 UTC (6 years, 11 months ago) by
gage
Removing obsolete files
Revision
4189 -
Directory Listing
Modified
Thu Jun 29 17:54:28 2006 UTC (6 years, 11 months ago) by
gage
Fixed behavior of getProblemsForUser()
Now fetches all rows satisfying query, not just the first one.
Revision
4188 -
Directory Listing
Modified
Thu Jun 29 16:12:01 2006 UTC (6 years, 11 months ago) by
gage
Removed update code since I doubt that it will help in converting from wwmoodle to wwassignment.
Revision
4187 -
Directory Listing
Modified
Thu Jun 29 16:10:43 2006 UTC (6 years, 11 months ago) by
gage
changed grade_method to gradingmethod in the wwassignment_grades() subroutine.
Revision
4176 -
Directory Listing
Modified
Tue Jun 27 23:21:41 2006 UTC (6 years, 11 months ago) by
gage
Completed (?) revising the names of the subroutines.
The construction of the bridge between moodle and webwork courses now works fairly
smoothly, but doesn't do much yet. The shortname of the moodle course must match
exactly the name of the WeBWorK course.
We still need to create an editor that will allow you to adjust this.?
Revision
4175 -
Directory Listing
Modified
Tue Jun 27 20:08:02 2006 UTC (6 years, 11 months ago) by
gage
Adding more files for wwassignment
Revision
4174 -
Directory Listing
Added
Tue Jun 27 20:04:11 2006 UTC (6 years, 11 months ago) by
gage
Combining wwmoodle and wwmoodleset into one module called wwassign