Difference between revisions of "PG Crib Sheet"

From WeBWorK_wiki
Jump to navigation Jump to search
(Created page with " == PG Crib Sheet == * Text the student sees in the problem: BEGIN_PGML_TEXT In this problem we use mathematics. END_PGML_TEXT * Problem variables and display of mathemati...")
(No difference)

Revision as of 16:08, 7 June 2015

PG Crib Sheet

  • Text the student sees in the problem:
BEGIN_PGML_TEXT
In this problem we use mathematics.
END_PGML_TEXT
  • Problem variables and display of mathematics:
    • Include variable in PGML_TEXT: [$a]
    • Inline mathematics: [`y = \sin(x)`]
    • Display mathematics: [``y = \sin(x)``]