Log of /trunk/wwmoodle/wwassignment
Directory Listing
Revision
5516 -
Directory Listing
Modified
Wed Sep 19 15:47:38 2007 UTC (5 years, 8 months ago) by
gage
Corrected $userdata->emailaddress to $userdata->email so that the email
address is passed correctly to webwork.
Added a list of FIXES that are needed in this subroutine so that
group information is translated into section and recitation data
in webwork.
Revision
5465 -
Directory Listing
Modified
Sat Sep 8 01:05:54 2007 UTC (5 years, 8 months ago) by
gage
Fixed "click here" link surrounding the iframe inside which webwork appears.
The link now opens the webwork page as intended.
Revision
5452 -
Directory Listing
Modified
Wed Aug 29 18:37:55 2007 UTC (5 years, 8 months ago) by
gage
Sort classes before presenting them in configuration web page.
Revision
5228 -
Directory Listing
Modified
Wed Aug 1 03:08:09 2007 UTC (5 years, 9 months ago) by
mleventi
Added script that doesn't allow guests access to view a problem set.
Revision
5224 -
Directory Listing
Modified
Tue Jul 31 16:38:25 2007 UTC (5 years, 9 months ago) by
gage
Enhanced the error messages so that we can better detect the cause of the
communication problems between webwork and
moodle
Revision
5197 -
Directory Listing
Modified
Fri Jul 20 18:19:46 2007 UTC (5 years, 10 months ago) by
mleventi
*** empty log message ***
Revision
5196 -
Directory Listing
Modified
Fri Jul 20 18:17:01 2007 UTC (5 years, 10 months ago) by
mleventi
Mapping not defined error fixed
Revision
5195 -
Directory Listing
Modified
Fri Jul 20 18:00:28 2007 UTC (5 years, 10 months ago) by
mleventi
Fixed Problem with Description Update
Revision
5189 -
Directory Listing
Modified
Wed Jul 18 21:33:49 2007 UTC (5 years, 10 months ago) by
mleventi
Backup & Restore
Revision
5187 -
Directory Listing
Modified
Wed Jul 18 19:25:24 2007 UTC (5 years, 10 months ago) by
mleventi
Added Description in Index Listing
Revision
5186 -
Directory Listing
Modified
Wed Jul 18 18:41:41 2007 UTC (5 years, 10 months ago) by
mleventi
Minor Code Changes removing Depreciated Functions
Revision
5184 -
Directory Listing
Modified
Wed Jul 18 18:06:25 2007 UTC (5 years, 10 months ago) by
mleventi
Spelling Errors
Revision
5183 -
Directory Listing
Modified
Wed Jul 18 17:58:06 2007 UTC (5 years, 10 months ago) by
mleventi
Changes to allow the new wwlink block to establish course link
Added README
Revision
5152 -
Directory Listing
Modified
Thu Jul 12 18:35:32 2007 UTC (5 years, 10 months ago) by
mleventi
Gradebook Speedup (need more testing for robustness)
Revision
5110 -
Directory Listing
Modified
Sun Jul 1 20:45:24 2007 UTC (5 years, 10 months ago) by
mleventi
Some new help files.
Revision
5109 -
Directory Listing
Modified
Sun Jul 1 20:44:13 2007 UTC (5 years, 10 months ago) by
mleventi
Refactoring of some comments, Added Language Files, Quote Optimizations
Revision
5086 -
Directory Listing
Modified
Fri Jun 29 19:17:28 2007 UTC (5 years, 10 months ago) by
mleventi
Removed Debug lines.
Revision
5081 -
Directory Listing
Modified
Fri Jun 29 19:04:41 2007 UTC (5 years, 10 months ago) by
mleventi
*** empty log message ***
Revision
5065 -
Directory Listing
Modified
Thu Jun 28 21:32:25 2007 UTC (5 years, 10 months ago) by
mleventi
More bug squashed.
Revision
5062 -
Directory Listing
Modified
Thu Jun 28 20:45:35 2007 UTC (5 years, 10 months ago) by
mleventi
User creation bug squashed.
Revision
5058 -
Directory Listing
Modified
Thu Jun 28 20:09:32 2007 UTC (5 years, 10 months ago) by
mleventi
Added php4 support.
Revision
5036 -
Directory Listing
Modified
Tue Jun 26 06:46:33 2007 UTC (5 years, 11 months ago) by
mleventi
Fixed add_user functionality.
Revision
5034 -
Directory Listing
Modified
Mon Jun 25 21:03:30 2007 UTC (5 years, 11 months ago) by
mleventi
New iteration of wwassignment using WeBWorK SOAP webservices.
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, 8 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, 9 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, 9 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, 9 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, 9 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, 10 months ago) by
gage
Removing obsolete files
Revision
4189 -
Directory Listing
Modified
Thu Jun 29 17:54:28 2006 UTC (6 years, 10 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, 10 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, 10 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, 10 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, 10 months ago) by
gage
Adding more files for wwassignment
Revision
4174 -
Directory Listing
Added
Tue Jun 27 20:04:11 2006 UTC (6 years, 10 months ago) by
gage
Combining wwmoodle and wwmoodleset into one module called wwassign