Difference between revisions of "New Authors landing page"

From WeBWorK_wiki
Jump to navigation Jump to search
m
Line 19: Line 19:
   
 
* [[Problem Authoring Background Information]]
 
* [[Problem Authoring Background Information]]
  +
* [[:Category:MathObjects|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.
 
* [[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.
 
* [[Problem Authoring Best Practices]] for problem authoring.
* [[How BEGIN_TEXT...END_TEXT blocks work]]
 
  +
** [[What to do if you find a bug in a problem]]
* [[:Category:MathObjects|MathObjects]], an object system for manipulating mathematics in WeBWorK problems.
 
  +
** [[Tagging Problems]] with metadata for indexing and searching.
* [[Tagging Problems]] with metadata for indexing and searching.
 
  +
* Specialized HOWTOS
* [[PGLabs]], On-line labs for rendering of PG code. These labs allow you to experiment with PG syntax online.
 
  +
** [SequentialProblems]] revealing the problem one step at a time
* [[SequentialProblems]] revealing the problem one step at a time
 
  +
** [[Converting CAPA problems for use with WeBWorK]]
* [[Converting CAPA problems for use with WeBWorK]]
 
* [[What to do if you find a bug in a problem]]
 
 
   
 
== Reference Documents ==
 
== Reference Documents ==

Revision as of 19:33, 30 April 2009

Authoring WeBWorK problems

Sample Problems

Manuals and HOWTOs

Reference Documents