Timing.pm | topic started 10/28/2003; 5:16:45 PM last post 10/29/2003; 10:39:55 PM |
|
|
Zbigniew Fiedorowicz - Re: Timing.pm 10/29/2003; 10:39:55 PM (reads: 815, responses: 0) |
Moodle doesn't use Timing.pm, nor any other Perl library for that matter -- it is written in PHP. However, my scripts require slightly hacked versions of the WeBWorK scripts welcomeAction.pl and processProblem8.pl, which are included as part of the interface on the moodle.org downloads page. The current versions of these scripts are derived from the ones in the WeBWorK 1.9 distribution and thus use Timing.pm. You can do a diff between virgin 1.9 versions of welcomeAction.pl and processProblem8.pl and the hacked versions in the Moodle distribution and then incorporate the indicated changes into the 1.8 versions of these scripts -- it would amount to perhaps a dozen lines of code altogether. [The hacks to welcomeAction.pl and processProblem8.pl make these scripts emit html comments in several strategic places, which are then used by my output filters to screen out links into the outer WeBWork user interface and replace them by links into Moodle.] Zig
|