New Authors landing page: Difference between revisions

From WeBWorK_wiki
Jump to navigation Jump to search
No edit summary
No edit summary
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 [[Author's Guide/Background|background information]] and basic problem templates first.
* If you're just starting out, see the [[Problem Authoring Background Information]] and basic problem templates 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 16: Line 16:
== Examples ==
== Examples ==


* [[BasicProblemTemplates|Basic Problem Templates]]
* [[:Category:Sample Problems|Index of Sample Problems]]
** [[SampleProblem1|Template 1]] (the basic structure of a WeBWorK PG problem file) ([[old-style example template|SampleProblem1a]])
** [[SampleProblem1|Template 1]] (the basic structure of a WeBWorK PG problem file)
** [[old-style example template|SampleProblem1a]] (old-style, non-MathObjects example)
** [[SampleProblem2|Template 2]] (formulas, multiple choice, and string entry problems)
** [[SampleProblem2|Template 2]] (formulas, multiple choice, and string entry problems)
** [[SampleProblem3|Template 3]] (dynamically generated graphs)
** [[SampleProblem3|Template 3]] (dynamically generated graphs)
* More Advanced Templates
* More Advanced Sample Problems


== Reference documents ==
== 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]
* [[IndexOfProblemTechniques|Index of Problem Techniques]]
* [[:Category:ProblemTechniques|Index of Problem Techniques]]

Revision as of 03:09, 15 February 2008

This guide contains information about authoring WeBWorK problems.

  • If you're just starting out, see the Problem Authoring Background Information and basic problem templates 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

Examples

Reference documents