PG Crib Sheet

From WeBWorK_wiki
Revision as of 16:08, 7 June 2015 by Glarose (talk | contribs) (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...")
(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)``]