Difference between revisions of "New Authors landing page"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
This guide contains information about authoring WeBWorK problems. |
This guide contains information about authoring WeBWorK problems. |
||
− | * If you're just starting out, see the [[Problem Authoring Background Information]] and |
+ | * If you're just starting out, see the [[Problem Authoring Background Information]] and [[:Category:Sample Problems|sample problems]] first. |
* If you're working on a problem in a specific area you may find the more advanced templates useful. |
* If you're working on a problem in a specific area you may find the more advanced templates useful. |
||
* If you're working on a problem and want to find out how to do one particular thing the index of problem techniques may be useful. |
* If you're working on a problem and want to find out how to do one particular thing the index of problem techniques may be useful. |
||
Line 14: | Line 14: | ||
* [[PGLabs]], online calculators for immediate display of MathObjects and PG markup language (PGML) These are very helpful for learning the syntax. |
* [[PGLabs]], online calculators for immediate display of MathObjects and PG markup language (PGML) These are very helpful for learning the syntax. |
||
− | == |
+ | == Sample Problems == |
* [[:Category:Sample Problems|Index of Sample Problems]] |
* [[:Category:Sample Problems|Index of Sample Problems]] |
||
Line 23: | Line 23: | ||
* More Advanced Sample Problems |
* More Advanced Sample Problems |
||
− | == Reference |
+ | == Reference Documents == |
* [http://webwork.maa.org/doc/cvs/ PG macro/library documentation from CVS] |
* [http://webwork.maa.org/doc/cvs/ PG macro/library documentation from CVS] |
Revision as of 22:10, 14 February 2008
This guide contains information about authoring WeBWorK problems.
- If you're just starting out, see the Problem Authoring Background Information and sample problems first.
- If you're working on a problem in a specific area you may find the more advanced templates useful.
- If you're working on a problem and want to find out how to do one particular thing the index of problem techniques may be useful.
- Use the online calculators to try things out.
Manuals and HOWTOs
- Problem Authoring Background Information
- Tagging Problems with metadata for indexing and searching.
- Problem Authoring Best Practices for problem authoring.
- MathObjects, an object system for manipulating mathematics in WeBWorK problems.
- PGLabs, online calculators for immediate display of MathObjects and PG markup language (PGML) These are very helpful for learning the syntax.
Sample Problems
- Index of Sample Problems
- Template 1 (the basic structure of a WeBWorK PG problem file)
- SampleProblem1a (old-style, non-MathObjects example)
- Template 2 (formulas, multiple choice, and string entry problems)
- Template 3 (dynamically generated graphs)
- More Advanced Sample Problems