Difference between revisions of "Category:MathObjects"

From WeBWorK_wiki
Jump to navigation Jump to search
m
m (→‎Reference Pages: added FIXME)
 
(9 intermediate revisions by 4 users not shown)
Line 6: Line 6:
 
* '''[[:Category:MathObject_Classes| MathObject Classes]]''' -- details of the various MathObject types
 
* '''[[:Category:MathObject_Classes| MathObject Classes]]''' -- details of the various MathObject types
 
* '''[[Specialized parsers| MathObject Extensions]]''' -- specialized MathObject types defined as extensions
 
* '''[[Specialized parsers| MathObject Extensions]]''' -- specialized MathObject types defined as extensions
  +
* '''[https://testcourses.webwork.maa.org/webwork2/PREP14_Problem_Authoring/Workshop2/?login_practice_user=true Davide Cervone's presentation of MathObjects to PREP, June 16, 2014]''' !!FIXME!! (broken link)
   
 
=== MathObject Answer Checkers ===
 
=== MathObject Answer Checkers ===
Line 13: Line 14:
 
* '''[[Custom Answer Checkers for Lists]]'''
 
* '''[[Custom Answer Checkers for Lists]]'''
 
* '''Extensions for Answer Checkers'''
 
* '''Extensions for Answer Checkers'''
** [http://webwork.maa.org/pod/pg_TRUNK/macros/answerHints.pl.html answerHints] - allows you to customize hints for particular wrong answers
+
** [http://webwork.maa.org/pod/pg/macros/answerHints.html answerHints] - allows you to customize hints for particular wrong answers
   
 
=== MathObject Contexts ===
 
=== MathObject Contexts ===
 
* '''[[Introduction to Contexts]]'''
 
* '''[[Introduction to Contexts]]'''
  +
* '''[[Common Contexts]]''' (list)
 
* '''[[Specialized contexts]]''' (list)
 
* '''[[Specialized contexts]]''' (list)
 
* '''[[Modifying contexts (advanced)]]'''
 
* '''[[Modifying contexts (advanced)]]'''
  +
* '''[[Creating Custom Contexts]]'''
  +
* '''[[Course-Wide Customizations]]'''
 
* '''[[Context flags]]'''
 
* '''[[Context flags]]'''
   
Line 29: Line 33:
 
* '''[[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 pages]''' -- Plain old documentation.
+
* '''[http://webwork.maa.org/pod/pg POD pages]''' -- Plain old documentation.
 
: Documentation (for both MathObjects and other macros) taken from the file containing the source code by the programmers. It usually the most complete and up-to-date reference.
 
: Documentation (for both MathObjects and other macros) taken from the file containing the source code by the programmers. It usually the most complete and up-to-date reference.
 
  +
* '''[https://testcourses.webwork.maa.org/webwork2/PREP14_Problem_Authoring/Workshop2/?login_practice_user=true Davide Cervone's presentation of MathObjects to PREP, June 16, 2014]''' !!FIXME!! (broken link)
 
<br>
 
<br>
   

Latest revision as of 20:31, 15 June 2021

Authoring Questions using MathObjects

MathObject Answer Checkers

MathObject Contexts

Reference Pages

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) taken from the file containing the source code by the programmers. It usually the most complete and up-to-date reference.