Difference between revisions of "Category:MathObjects"

From WeBWorK_wiki
Jump to navigation Jump to search
(Format adjustments and a few topic name changes)
Line 1: Line 1:
 
=== Learn to use MathObjects when authoring questions ===
 
=== Learn to use MathObjects when authoring questions ===
 
* '''[[Introduction to MathObjects]]'''
 
* '''[[Introduction to MathObjects]]'''
* '''[[Presentations on MathObjects]]''' overview of MathObject features and commands given by Davide Cervone
+
* '''[[Presentations on MathObjects]]''' -- overview of MathObject features and commands given by Davide Cervone
 
* Older but detailed references for MathObjects and MathObjects answer checkers from POD documentation:
 
* Older but detailed references for MathObjects and MathObjects answer checkers from POD documentation:
 
** [http://webwork.maa.org/pod/pg_TRUNK/doc/MathObjects/UsingMathObjects.html UsingMathObjects] (introduction)
 
** [http://webwork.maa.org/pod/pg_TRUNK/doc/MathObjects/UsingMathObjects.html UsingMathObjects] (introduction)
 
** [http://webwork.maa.org/pod/pg_TRUNK/doc/MathObjects/MathObjectsAnswerCheckers.html MathObjects-based Answer Checkers] (introduction)
 
** [http://webwork.maa.org/pod/pg_TRUNK/doc/MathObjects/MathObjectsAnswerCheckers.html MathObjects-based Answer Checkers] (introduction)
  +
   
 
===Advanced MathObject topics===
 
===Advanced MathObject topics===
Line 12: Line 13:
 
** [[Modifying contexts (advanced)]]
 
** [[Modifying contexts (advanced)]]
 
** [[Context flags]]
 
** [[Context flags]]
* '''Parser modifications'''
+
* '''MathObject extensions'''
 
** [[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.
  +
*[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.
   
*[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
+
=== Other useful pages ===
   
 
* [[MathObjects reference table]] (Quick reference for MathObject types and features)
 
* [[MathObjects reference table]] (Quick reference for MathObject types and features)
Line 27: 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>
   
 
[[Category:Authors]]
 
[[Category:Authors]]

Revision as of 12:26, 2 August 2012

Learn to use MathObjects when authoring questions


Advanced MathObject topics

These labs allow you to experiment online with writing fragments of questions using MathObjects, PGML and PG syntax.
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