New Authors landing page: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
| Line 7: | Line 7: | ||
* Use the '''[http://webwork.maa.org/wiki/PGLabs online calculators]''' to try things out.  | * Use the '''[http://webwork.maa.org/wiki/PGLabs online calculators]''' to try things out.  | ||
== Sample Problems ==  | == Basic info and Sample Problems ==  | ||
* [[Problem Authoring Background Information]]  | |||
* [[:Category:Sample Problems|Index of Sample Problems]]  | * [[:Category:Sample Problems|Index of Sample Problems]]  | ||
| Line 16: | Line 18: | ||
* More Advanced Sample Problems  | * More Advanced Sample Problems  | ||
**  ....  | **  ....  | ||
== Manuals and HOWTOs ==  | == Manuals and HOWTOs ==  | ||
Revision as of 00:33, 11 June 2009
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 look at the index of problem techniques section.
 - More information on using MathObjects in authoring problems.
 - Use the online calculators to try things out.
 
Basic info and 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
- ....
 
 
Manuals and HOWTOs
- MathObjects, an object system for manipulating mathematics in WeBWorK problems.
- PGLabs, On-line labs for rendering of PG code. These labs allow you to experiment with PG syntax online.
 
 - Basic Perl syntax — PG is based on Perl, so it is important to know some basic Perl syntax.
- [How BEGIN_TEXT...END_TEXT blocks work]]
 
 - Problem Authoring Best Practices for problem authoring.
- What to do if you find a bug in a problem
 - Tagging Problems with metadata for indexing and searching.
 
 - Specialized HOWTOS
- SequentialProblems revealing the problem one step at a time
 - Converting CAPA problems for use with WeBWorK
 
 
Reference Documents
- Index of Problem Techniques ** very useful code fragments
 - PG macro/library documentation from CVS -- original documentation embedded in the code
 - Notes on training authors, and suggestions for further documentation-- Sam Hathaway
 - The Good Questions project at Cornell University [1]