Difference between revisions of "New Authors landing page"

From WeBWorK_wiki
Jump to navigation Jump to search
Line 19: Line 19:
 
* More Advanced Sample Problems
 
* More Advanced Sample Problems
 
** ....
 
** ....
  +
  +
== Reference Documents ==
  +
  +
* '''[[:Category:Problem Techniques|Index of Problem Techniques]]''' ** very useful code fragments
  +
* '''[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.
  +
[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
  +
* The Good Questions project at Cornell University [http://www.math.cornell.edu/~GoodQuestions/]
   
 
== Manuals and HOWTOs ==
 
== Manuals and HOWTOs ==
Line 35: Line 44:
 
** [[Converting CAPA problems for use with WeBWorK]]
 
** [[Converting CAPA problems for use with WeBWorK]]
   
== Reference Documents ==
 
   
* [[:Category:Problem Techniques|Index of Problem Techniques]] ** very useful code fragments
 
* [http://webwork.maa.org/pod/pg_TRUNK/ macro/library documentation from SVN] -- original documentation embedded in the code
 
* [[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/]
 
 
[[Category:Top]]
 
[[Category:Top]]

Revision as of 11:48, 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.

Manuals and HOWTOs