|
PG basics
-
Basic Perl Syntax
- Fortunately you only need a little knowledge of Perl in order modify or write problems for WeBWorK. If you know more, you can write very powerful macros. It's possible to outgrow many problem generating languages as you become more ambitious about the kind of math problems you'd like to present. This is unlikely to happen with PG because it is based on Perl, and allows you nearly full access to the constructs of that very powerful language.
The problem text
- Details how The problem text is evaluated and printed when placed within the BEGIN_TEXT .... END_TEXT construction.
Arithmetic functions in PG
Accepted math functions
-
More on answer evaluators( this doesn't yet have all of the latest macros -- check PGanswermacros.pl for more)
PG answer evaluators
- Describes some of the subroutines which can be used for checking the answers.
Numerical methods
Advanced graphics
<| Post or View Comments |>
|