Difference between revisions of "New Authors landing page"

From WeBWorK_wiki
Jump to navigation Jump to search
Line 25: Line 25:
 
* '''[http://webwork.maa.org/pod/pg_TRUNK/ POD]''' -- POD = "plain old documentation" -- original documentation embedded in the code files.
 
* '''[http://webwork.maa.org/pod/pg_TRUNK/ POD]''' -- POD = "plain old documentation" -- original documentation embedded in the code files.
 
* '''[[PGLabs]]''', On-line labs for rendering of PG code. These labs allow you to interactively experiment with PG syntax online.
 
* '''[[PGLabs]]''', On-line labs for rendering of PG code. These labs allow you to interactively experiment with PG syntax online.
[http://hosted2.webwork.rochester.edu/webwork2/cervone_course/PGML-examples/?login_practice_user=true '''PGML''' ] formatting examples.
+
* [http://hosted2.webwork.rochester.edu/webwork2/cervone_course/PGML-examples/?login_practice_user=true '''PGML''' ] formatting examples.
 
* '''[[TrainingAuthors |Notes on training authors]]''', and suggestions for further documentation-- Sam Hathaway
 
* '''[[TrainingAuthors |Notes on training authors]]''', and suggestions for further documentation-- Sam Hathaway
 
* The Good Questions project at Cornell University [http://www.math.cornell.edu/~GoodQuestions/]
 
* The Good Questions project at Cornell University [http://www.math.cornell.edu/~GoodQuestions/]

Revision as of 11:49, 21 November 2010

Learning how to Author WeBWorK problems

  • See Problem Authoring Background Information and sample problems If you're just starting out.
  • See index of problem techniques section If you need help with one particular construct.
  • See PGML (Template 4) to learn techniques which simplify formatting the appearance of the questions.
  • See MathObjects for more information on authoring problems using MathObjects.
  • See PGLabs to try out code fragments on line -- including code fragments containing MathObjects. This is a quick way to learn the fine points of the MathObject syntax.

Basic info and Sample Problems

Reference Documents

  • Index of Problem Techniques ** very useful code fragments
  • POD -- POD = "plain old documentation" -- original documentation embedded in the code files.
  • PGLabs, On-line labs for rendering of PG code. These labs allow you to interactively experiment with PG syntax online.
  • PGML formatting examples.
  • Notes on training authors, and suggestions for further documentation-- Sam Hathaway
  • The Good Questions project at Cornell University [1]

Manuals and HOWTOs