PG Crib Sheet

From WeBWorK_wiki
Revision as of 19:24, 22 June 2021 by Berndsing (talk | contribs) (added tag)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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)``]