Michael E. Gage
Features
Much has NOT changed
Problem sets are compatible with 1.9 -- student interface is largely the same Modular authentication, etc. Allows access from webpage
Development of cookie authentication took a few hours. Current version times out quickly. An instructor version could be designed to last longer.Fast switching between professor tools, professor and studentAccess could be based on authentication database at the university
Access could be based on moodle's database ( or webCT, etc.) -- come hear Zig talk later
Faster response for students.
Can use alternative databases mySQL and GDBM have been used so far
Database layer has not yet been optimized for speed Email, Statistics, Class list and set list are all more powerful and quicker to navigateSome sorting operations are very slow
Essentially every aspect of creating a course can be handled from the web. More statistics options e. g. sorting
Classlist import/export and scoring
Some disaster recovery is still only possible from the web
Easier course set up and system setup
no setup scripts neededCVS delivery makes it easier to get bug fixes.
one entry to Apache config file and two lines customized in the WeBWorK global.conf file(still need to get TeX, GD, dvipng to work however, before installing WeBWorK)only one unix group -- greatly simplifies permissions problems
The student modules have been tested for a year and are pretty stable.quiz_moduleThe instructor tools are fast and reasonably bug free.
Can use the WeBWorK 1.9 instructor tools interchangeably with WeBWorK2.0 if you use GDBM database. This has become less necessary.
Proof of concept only -- still being developedTemplate customization to your site