Category:PGML: Difference between revisions

From WeBWorK_wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 9: Line 9:
* '''[[:File:PGML-cheatsheet.pdf|PGML Cheatsheet]]''' -- PDF cheatsheet showing PGML syntax and notation.   
* '''[[:File:PGML-cheatsheet.pdf|PGML Cheatsheet]]''' -- PDF cheatsheet showing PGML syntax and notation.   
* '''[[PGLabs|PG-Labs]]'''  -- On-line labs for rendering of PG code.  The second section is the PGML lab.
* '''[[PGLabs|PG-Labs]]'''  -- On-line labs for rendering of PG code.  The second section is the PGML lab.
* '''[https://testcourses.webwork.maa.org/webwork2/PREP14_Problem_Authoring/Workshop3-PGML/?login_practice_user=true  Davide Cervone's presentation on PGML to PREP, June 23, 2014]'''
* '''[https://demo.webwork.rochester.edu/webwork2/2017_Davide_Cervone_PREP_course/?login_practice_user=true  Davide Cervone's presentation on PGML to PREP, June 23, 2014]'''


[[Category:Authors]]
[[Category:Authors]]

Revision as of 16:07, 21 July 2021

Authoring Questions using PGML

  • Introduction to PGML -- everything you need to know to get started with PGML
  • PGML Syntax -- reference documentation for the various formatting commands
  • Answer Checking -- reference documentation for answer checking in PGML
  • Template 4 the standard outline of a problem using PGML, which includes a tagging and description section, an initialization section, a problem set-up section, a text section, and optional answer and solution sections.
  • Subject Area Templates -- most of the problems in the subject area templates have links to PGML versions of the problems (look for links to files with names ending in PGML.pg).

Resources