Parent Directory
|
|
|
|
|
PGcomplexmacros.pl
|
1525 |
9 years |
sh002i |
removed unneeded #! lines
|
PGgraders.pl
|
1050 |
9 years |
sh002i |
moved PG modules and macro files from webwork-modperl to pg
-sam
|
displayMacros.pl
|
2274 |
8 years |
sh002i |
got rid of remaining calls to "wwerror". Fixes bug #530.
|
LinearProgramming.pl
|
1453 |
9 years |
jj |
New file with linear programming simplex method related macros.
|
PGgraphmacros.pl
|
2215 |
9 years |
jj |
Allow default size of on the fly graphics to be set in global.conf, and make pop... |
PGasu.pl
|
2155 |
9 years |
jj |
Moved nicestring to PGbasicmacros.
|
PGbasicmacros.pl
|
2443 |
8 years |
jj |
Allow new option for image. extra_html_tags are added to the img tag of the
ima... |
StdConst.pg
|
1064 |
9 years |
gage |
Adding recent macro files to the pg collection
--Mike
|
PGdiffeqmacros.pl
|
1831 |
9 years |
gage |
Changed documentation spacing
|
PGmorematrixmacros.pl
|
1896 |
9 years |
gage |
Changed the naming of arrays from ArRaY[0,0,0] to ArRaY__0:0:0:__
This involved... |
StdUnits.pg
|
1064 |
9 years |
gage |
Adding recent macro files to the pg collection
--Mike
|
IO.pl
|
2518 |
8 years |
gage |
Will create the tempDirectory if it is missing.
this is useful if, for example,... |
answerVariableList.pl
|
2733 |
8 years |
dpvc |
This file defined an answer checker for lists of variable names
(ordered or unor... |
parserDifferenceQuotient.pl
|
2730 |
8 years |
dpvc |
This file defines a DifferenceQuotient class that provides an answer
checker for... |
parserParametricLine.pl
|
2934 |
8 years |
dpvc |
Handle error messages better. Produce an error if the student answer
is a const... |
PGchoicemacros.pl
|
2396 |
8 years |
dpvc |
Moved the <BR> in std_print_q from the beginning of a line to the end
of a line.... |
contextLimitedVector.pl
|
2726 |
8 years |
dpvc |
These files provide contexts for the Parser in which only limited
operations are... |
PGauxiliaryFunctions.pl
|
2576 |
8 years |
dpvc |
Make Parser work with PGauxiliaryFunctions.pl, and add the macro files
needed to... |
contextString.pl
|
2855 |
8 years |
dpvc |
added generic string-only context, and converted contextABCD and
contextTF to us... |
parserImplicitPlane.pl
|
2935 |
8 years |
dpvc |
Prevent automatically reducing negatives in student answer, so the
sign doesn't ... |
contextABCD.pl
|
2855 |
8 years |
dpvc |
added generic string-only context, and converted contextABCD and
contextTF to us... |
parserVectorUtils.pl
|
2933 |
8 years |
dpvc |
Changed the order of variables in calls to Plane() so that it
corresponds to the... |
PGcommonFunctions.pl
|
2602 |
8 years |
dpvc |
Changed the way the parser checks to see if it is loaded.
|
Parser.pl
|
2666 |
8 years |
dpvc |
Formulas can now be compared even if their variables are complex
numbers, or eve... |
parserNumberWithUnits.pl
|
2731 |
8 years |
dpvc |
This file defines a NumberWithUnits class for that provides an answer
checker fo... |
dangerousMacros.pl
|
2932 |
8 years |
dpvc |
Updated i(), j() and k() functions to check if the Parser is loaded,
and if not,... |
contextLimitedComplex.pl
|
2726 |
8 years |
dpvc |
These files provide contexts for the Parser in which only limited
operations are... |
PG.pl
|
2698 |
8 years |
dpvc |
Add better error reporting in PG translator. In particular, these
changes add t... |
contextLimitedPoint.pl
|
2726 |
8 years |
dpvc |
These files provide contexts for the Parser in which only limited
operations are... |
PGmatrixmacros.pl
|
2267 |
8 years |
dpvc |
Added jsMath support to these files.
Basically, HTML_jsMath should do whatever ... |
Value.pl
|
2644 |
8 years |
dpvc |
Make sure loadMacros() doesn't try to load these files more than once.
|
answerComposition.pl
|
2732 |
8 years |
dpvc |
This file provides an answer checker that determines whether two
students answer... |
contextLimitedNumeric.pl
|
2726 |
8 years |
dpvc |
These files provide contexts for the Parser in which only limited
operations are... |
contextTF.pl
|
2912 |
8 years |
dpvc |
Fixed typo in the comments.
|
PG_CAPAmacros.pl
|
1080 |
9 years |
apizer |
remove unneccsary shebang lines
Arnie
|
extraAnswerEvaluators.pl
|
2143 |
9 years |
apizer |
Use the new PGsort which uses a true/false compare (e.g. < or lt )
rather than a... |
PGnumericalmacros.pl
|
1080 |
9 years |
apizer |
remove unneccsary shebang lines
Arnie
|
PGpolynomialmacros.pl
|
1115 |
9 years |
apizer |
Fixed error concerning variable $string.
Cleaned up how polynomials are displaye... |
PG_module_list.pl
|
1080 |
9 years |
apizer |
remove unneccsary shebang lines
Arnie
|
PGstatisticsmacros.pl
|
1710 |
9 years |
apizer |
fixed bug in call to Romberg routine. Romberg now requires parameters
of the fo... |
PGanswermacros.pl
|
2781 |
8 years |
apizer |
Fixed bug with useBaseTenLog
Arnie
|