Difference between revisions of "New Authors landing page"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
== Learning how to Author WeBWorK problems == |
== Learning how to Author WeBWorK problems == |
||
− | * |
+ | * See '''[[Problem Authoring Background Information]]''' and '''[[:Category:Sample Problems|sample problems]]'' If you're just starting out. |
− | * |
+ | * See '''[[:Category:Problem_Techniques|index of problem techniques]]''' section If you need help with one particular construct. |
− | * |
+ | * See [[SampleProblem4 | Template 4]] to learn techniques which simplify formatting the appearance of the questions. |
− | * |
+ | * See '''[[:Category:MathObjects|MathObjects]]''' for more information on authoring problems using MathObjects. |
− | * |
+ | * See '''[http://webwork.maa.org/wiki/PGLabs online calculators]''' to try out code fragments -- including code fragments containing MathObjects. This is a quick way to learn the fine points of the MathObject syntax. |
− | * Use the '''[http://webwork.maa.org/wiki/PGLabs online calculators]''' to try out code fragments -- including code fragments containing MathObjects. This is a quick way to learn the fine points of the MathObject syntax. |
||
== Basic info and Sample Problems == |
== Basic info and Sample Problems == |
Revision as of 10:22, 21 November 2010
Contents
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 Template 4 to learn techniques which simplify formatting the appearance of the questions.
- See MathObjects for more information on authoring problems using MathObjects.
- See online calculators to try out code fragments -- including code fragments containing MathObjects. This is a quick way to learn the fine points of the MathObject syntax.
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)
- NEW --Template 4 (illustrates PGML markup)
- More Advanced Sample Problems
- ....
Manuals and HOWTOs
- MathObjects, an object system for manipulating mathematics in WeBWorK questions.
- PGLabs, On-line labs for rendering of PG code. These labs allow you to interactively experiment with PG syntax online.
- PGML -- Davide Cervone's newest addition to the PG authoring language makes it easier to describe the layout of a question. The new commands and an interactive environment for experimenting with them are available on the PGLabs page.
- Applets, how to embed Flash and Java applets into WeBWorK questions.
- 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
- macro/library documentation from SVN -- 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]