Log of /trunk/webwork/system/cgi/cgi-scripts/processProblem8.pl
Parent Directory
Revision
1087 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Mon Jun 9 20:42:45 2003 UTC (9 years, 11 months ago) by
gage
File length: 65402 byte(s)
Diff to
previous 1065
Added some lines to the defineProblemEnv routine. The variables used by HTML_img and HTML_dpng are too
close for comfort. But it works for now. What doesn't work is that when tex is called it produces
output which spills over and is returned to the CGI call -- leading to an internal error. The forking
code in welcomeAction.pl fixes this problem. Perhaps there is a simpler way.
--Mike
Revision
1055 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Sat Jun 7 03:21:22 2003 UTC (9 years, 11 months ago) by
gage
File length: 65006 byte(s)
Diff to
previous 882
Creating directories which contain just .pl files (macros directory) and just .pm files (pglib).
These files are loaded differently into the safe compartment, and it helps to keep them
separated, particularly for WeBWork2.0. In order to be backward compatable with WeBWorK1.8
I'll put symlinks in courseScripts to the files in the other directories.
Revision
752 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Fri Feb 28 16:33:25 2003 UTC (10 years, 2 months ago) by
gage
File length: 64789 byte(s)
Diff to
previous 732
Added code for logging course access data. This logs the students
answers in a way that can be easily parsed and reported to the
instructor. The code is adapted (slightly) from code written
by Davide Cervone at Union College.
Revision
628 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Sat Nov 9 19:37:59 2002 UTC (10 years, 6 months ago) by
gage
File length: 62458 byte(s)
Diff to
previous 621
Added paths to Latex2HTML to make these files compatible with the macro
files used jointly by webwork and webwork-modperl
Revision
621 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Fri Nov 8 19:52:20 2002 UTC (10 years, 6 months ago) by
gage
File length: 62390 byte(s)
Diff to
previous 554
Added environment variables for the paths to the gif2eps and png2eps
scripts.
This increases compatibility with the modperl version of WeBWorK.
Revision
554 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Mon Sep 16 20:56:27 2002 UTC (10 years, 8 months ago) by
jj
File length: 62179 byte(s)
Diff to
previous 543
Moves warning about number of attempts remaining to be above submit
button, and makes it bold face instead of italic.
Revision
437 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Wed Jul 24 20:46:35 2002 UTC (10 years, 10 months ago) by
apizer
File length: 61921 byte(s)
Diff to
previous 379
Allow setting refreshLatex2HTML = 1 in a problem to force L2H to be run.
That is, the cached image will never be used.
Revision
336 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Tue Jun 4 16:20:32 2002 UTC (10 years, 11 months ago) by
apizer
File length: 63662 byte(s)
Diff to
previous 204
Protect possible '=' and '&' in student answers. Do this in DBglue8 as it is specific to the database used
rather than in processProblem8.
Revision
203 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Fri Sep 14 19:56:04 2001 UTC (11 years, 8 months ago) by
apizer
File length: 63463 byte(s)
Diff to
previous 131
attached the CLRecord. Without this classlist data was not being passed
to defineProblemEnvir. Also added the studentID to the envir
Revision
131 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Tue Aug 14 20:25:40 2001 UTC (11 years, 9 months ago) by
apizer
File length: 63330 byte(s)
Diff to
previous 101
Modified lines 505-10 so that when a problem is viewed for the first time,
process_answers from PGtranslator.pm is still run with empty imput. This
means that the correct mesages from problem graders will be displayed (and
erroneous error messages will not be displayed) the first time a problem
is viewed.
Revision
101 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Wed Aug 8 02:17:35 2001 UTC (11 years, 9 months ago) by
gage
File length: 63104 byte(s)
Diff to
previous 97
Changed package name for error handlers to Global:: (from main::) to match
the change which occured in Global.pm version 1.6 where the handlers were moved
inside the Global.pm package.
$SIG{'FPE'} = \&Global::PG_floating_point_exception_handler;
$SIG{__WARN__}=\&Global::PG_warnings_handler;
Warning messages from within problems and from within macros should now work again.
Revision
97 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Tue Aug 7 18:33:14 2001 UTC (11 years, 9 months ago) by
sam
File length: 63088 byte(s)
Diff to
previous 37
Added $envir{'externalTTHPath'} to defineProblemEnvir in each file. This
will work with dangerousMacros.pl to specify the path to TTH.
Revision
37 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Thu Jun 21 01:03:14 2001 UTC (11 years, 11 months ago) by
apizer
File length: 63027 byte(s)
Diff to
previous 21
Hints and Solutions now use basically the same mechanism. Fixed hugs in hints
and minor bugs in solutions.
Revision
21 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Tue Jun 19 12:14:14 2001 UTC (11 years, 11 months ago) by
apizer
File length: 62330 byte(s)
Diff to
previous 11
Added code giving students the choice whether or not to "show my old
answers", i.e. to show storred sticky answers. The default for practice users
and all users after the answer date is not to show these. Otherwise the
default is to show them. This required a change everywhere processProblem
is called.
Revision
8 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Fri Jun 15 16:24:03 2001 UTC (11 years, 11 months ago) by
gage
File length: 62031 byte(s)
Diff to
previous 6
modified use lib lines in cgi-scripts, scripts, courseScripts
removed Global.pm updating and use lib line code from system_webwork_setup
modified Global.pm to use webworkConfig (which is not in the repository!)
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.