Parent Directory
|
|
|
|
|
PG_CAPAmacros.pl
|
1080 |
10 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 |
10 years |
apizer |
remove unneccsary shebang lines
Arnie
|
PGchoicemacros.pl
|
3158 |
8 years |
apizer |
Allow labels A - ZZ
Arnie
|
PGpolynomialmacros.pl
|
1115 |
10 years |
apizer |
Fixed error concerning variable $string.
Cleaned up how polynomials are displaye... |
PG_module_list.pl
|
1080 |
10 years |
apizer |
remove unneccsary shebang lines
Arnie
|
PGcomplexmacros.pl
|
2986 |
8 years |
apizer |
relative tolerence was not being used correctly. Fixed this.
Arnie
|
PGstatisticsmacros.pl
|
1710 |
9 years |
apizer |
fixed bug in call to Romberg routine. Romberg now requires parameters
of the fo... |
answerVariableList.pl
|
2733 |
8 years |
dpvc |
This file defined an answer checker for lists of variable names
(ordered or unor... |
parserSolutionFor.pl
|
3196 |
8 years |
dpvc |
Implements an answer evaluator that checks if a students answer
satisfies a give... |
answerCustom.pl
|
3208 |
8 years |
dpvc |
Provide an easy means of generating a custom answer checker based on
an user-sup... |
parserDifferenceQuotient.pl
|
2730 |
8 years |
dpvc |
This file defines a DifferenceQuotient class that provides an answer
checker for... |
parserParametricLine.pl
|
3195 |
8 years |
dpvc |
Now that the uverloaded operators handle subclassing properly, we can
use promot... |
contextLimitedVector.pl
|
2726 |
8 years |
dpvc |
These files provide contexts for the Parser in which only limited
operations are... |
contextString.pl
|
2855 |
8 years |
dpvc |
added generic string-only context, and converted contextABCD and
contextTF to us... |
parserImplicitPlane.pl
|
3195 |
8 years |
dpvc |
Now that the uverloaded operators handle subclassing properly, we can
use promot... |
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... |
parserImplicitEquation.pl
|
3199 |
8 years |
dpvc |
Implements an experimental answer checker for implicitly defined
curves and surf... |
PGcommonFunctions.pl
|
3220 |
8 years |
dpvc |
Changed the call method to check if the function is actually defined
inthe parse... |
Parser.pl
|
3172 |
8 years |
dpvc |
Updated the answer checkers so that you can more easily specify how
the correct ... |
parserNumberWithUnits.pl
|
2731 |
8 years |
dpvc |
This file defines a NumberWithUnits class for that provides an answer
checker fo... |
dangerousMacros.pl
|
3225 |
8 years |
dpvc |
Changed loadMacros() to use search for amcros files via a
user-cusomizable path ... |
contextLimitedComplex.pl
|
2726 |
8 years |
dpvc |
These files provide contexts for the Parser in which only limited
operations are... |
PG.pl
|
2984 |
8 years |
dpvc |
Modifications needed for the control of jsMath's "missing font"
message.
|
contextLimitedPoint.pl
|
2726 |
8 years |
dpvc |
These files provide contexts for the Parser in which only limited
operations are... |
parserMultiPart.pl
|
3270 |
8 years |
dpvc |
This file implements a Multi-Part parser object that allows you to tie
several i... |
PGmatrixmacros.pl
|
2267 |
9 years |
dpvc |
Added jsMath support to these files.
Basically, HTML_jsMath should do whatever ... |
Value.pl
|
3267 |
8 years |
dpvc |
Allow for vectors to be marked as Column Vectors.
|
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... |
PGbasicmacros.pl
|
3268 |
8 years |
dpvc |
Removed some unused lines and comments.
Removed unnecessary spaces from around a... |
contextTF.pl
|
2912 |
8 years |
dpvc |
Fixed typo in the comments.
|
StdConst.pg
|
1064 |
10 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 |
10 years |
gage |
Adding recent macro files to the pg collection
--Mike
|
PGanswermacros.pl
|
3047 |
8 years |
gage |
Changed comment to This answer is the same as the one you just submitted
or prev... |
IO.pl
|
2518 |
8 years |
gage |
Will create the tempDirectory if it is missing.
this is useful if, for example,... |
PGauxiliaryFunctions.pl
|
2957 |
8 years |
jj |
Make combinations function C(n,k) return 0 when k>n, which is standard.
Maybe P(... |
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.
|
PGgraders.pl
|
1050 |
10 years |
sh002i |
moved PG modules and macro files from webwork-modperl to pg
-sam
|
displayMacros.pl
|
2274 |
9 years |
sh002i |
got rid of remaining calls to "wwerror". Fixes bug #530.
|