Difference between revisions of "Category:Problem Techniques"

From WeBWorK_wiki
Jump to navigation Jump to search
Line 3: Line 3:
 
== Index of Problem Coding Techniques ==
 
== Index of Problem Coding Techniques ==
   
<div style="background-color:#eeeeee; border:black solid 1px; padding:3px">''This index links to problem code snippets that quickly show how to accomplish each effect. Each has limited explanation that assumes a basic understanding of how PG files are written. For help with MathObjects, please see [http://webwork.maa.org/wiki/Introduction_to_MathObjects introduction to MathObjects], [http://webwork.maa.org/pod/pg_TRUNK/doc/MathObjects/UsingMathObjects.html using MathObjects], [http://webwork.maa.org/pod/pg_TRUNK/doc/MathObjects/MathObjectsAnswerCheckers.html answer checkers in MathObjects], [http://webwork.maa.org/pod/pg_TRUNK/doc/MathObjects/README.html the MathObjects README], [http://webwork.maa.org/wiki/Specialized_contexts specialized contexts], and [http://webwork.maa.org/wiki/SpecializedParsers specialized parsers]. The POD documentation, PG macro files, and PG library files contain more information than is given here.
+
<div style="background-color:#eeeeee; border:black solid 1px; padding:3px">''This index links to problem code snippets that quickly show how to accomplish each effect. Each has limited explanation that assumes a basic understanding of how PG files are written. For help with MathObjects, please refer to the following.
  +
<ul>
  +
<li>[http://webwork.maa.org/wiki/Introduction_to_MathObjects Introduction to MathObjects]</li>
  +
<li>[http://webwork.maa.org/pod/pg_TRUNK/doc/MathObjects/UsingMathObjects.html Using MathObjects]</li>
  +
<li>[http://webwork.maa.org/pod/pg_TRUNK/doc/MathObjects/MathObjectsAnswerCheckers.html Answer checkers and MathObjects]</li>
  +
<li>[http://webwork.maa.org/pod/pg_TRUNK/doc/MathObjects/README.html The MathObjects README]</li>
  +
<li>[http://webwork.maa.org/wiki/Specialized_contexts Specialized contexts]</li>
  +
<li>[http://webwork.maa.org/wiki/SpecializedParsers Specialized parsers]</li>
  +
</ul>
  +
If you want all of the details, please see the POD documentation, PG macro files, and PG library files.
 
<ul>
 
<ul>
 
<li>[http://webwork.maa.org/pod/pg_TRUNK/ POD documentation] (POD - Plain Old Documentation)</li>
 
<li>[http://webwork.maa.org/pod/pg_TRUNK/ POD documentation] (POD - Plain Old Documentation)</li>

Revision as of 19:59, 27 November 2010

Any additions to the indexed snippets below should use the same format. A suggested model is provided in this snippet template.

Index of Problem Coding Techniques

This index links to problem code snippets that quickly show how to accomplish each effect. Each has limited explanation that assumes a basic understanding of how PG files are written. For help with MathObjects, please refer to the following.

If you want all of the details, please see the POD documentation, PG macro files, and PG library files.

up to Author's Guide

Topics A-B

top of page

Topics C-D

top of page

Topics E-F

top of page

Topics G-H

top of page

Topics I-J

top of page

Topics K-L

top of page

Topics M-N

top of page

Topics O-P

top of page

Topics Q-R

top of page

Topics S-T

top of page

Topics U-Z

top of page

Pages in category "Problem Techniques"

The following 115 pages are in this category, out of 115 total.