Difference between revisions of "Category:MathObjects"

From WeBWorK_wiki
Jump to navigation Jump to search
Line 7: Line 7:
   
 
===Advanced MathObject topics===
 
===Advanced MathObject topics===
* [[:Category:Contexts | Contexts]]
+
* '''[[:Category:Contexts | Contexts]]'''
 
** [[Introduction to contexts]]
 
** [[Introduction to contexts]]
 
** [[Specialized contexts]]
 
** [[Specialized contexts]]
 
** [[Modifying contexts (advanced)]]
 
** [[Modifying contexts (advanced)]]
 
** [[Context flags]]
 
** [[Context flags]]
* Parser modifications
+
* '''Parser modifications'''
 
** [[Specialized parsers]]
 
** [[Specialized parsers]]
* [[PGLabs]] On-line labs for rendering of PG code.
+
* '''[[PGLabs]]''' On-line labs for rendering of PG code.
 
** These labs allow you to experiment online with writing fragments of questions using MathObjects, PGML and PG syntax.
 
** These labs allow you to experiment online with writing fragments of questions using MathObjects, PGML and PG syntax.
* [[MathObjects reference table]] (reference)
 
  +
  +
*[http://webwork.maa.org/pod/pg_TRUNK POD -- (Plain old documentation)]. Documentation (for both MathObjects and other macros) that is written in the file containing the source code by the programmers. It usually the most complete and most up-to-date reference.
  +
  +
Other useful pages
  +
  +
* [[MathObjects reference table]] (Quick reference for MathObject types and features)
 
* [[List of MathObjects reduction rules]] (reference)
 
* [[List of MathObjects reduction rules]] (reference)
 
* Customizing Answer checkers
 
* Customizing Answer checkers
Line 22: Line 27:
 
**[http://webwork.maa.org/pod/pg_TRUNK/macros/answerCustom.pl.html answerCustom] - an easy method for creating an answer checker with a custom subroutine that performs the check for correctness of an answer.
 
**[http://webwork.maa.org/pod/pg_TRUNK/macros/answerCustom.pl.html answerCustom] - an easy method for creating an answer checker with a custom subroutine that performs the check for correctness of an answer.
   
<br/>[http://webwork.maa.org/pod/pg_TRUNK POD (Plain old documentation)] documentation (for both MathObjects and other macros) is written in the file containing the source code by the programmers. It usually the most complete and most up-to-date reference.
 
  +
   
 
[[Category:Authors]]
 
[[Category:Authors]]

Revision as of 16:41, 21 November 2010

Learn to use MathObjects when authoring questions

Advanced MathObject topics

  • POD -- (Plain old documentation). Documentation (for both MathObjects and other macros) that is written in the file containing the source code by the programmers. It usually the most complete and most up-to-date reference.

Other useful pages