Difference between revisions of "New Authoring"

From WeBWorK_wiki
Jump to navigation Jump to search
m
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== Getting Started ==
 
  +
=== Editing a PG problem ===
* How to modify/edit an existing problem (WeBWorK howto)
 
  +
Here is a link on how to use the PG editor in WeBWorK.
* Basic examples
 
** A simple PG problem
 
** Randomization/Numerical response
 
** An example with a formula as a response
 
   
* [[Problem_Techniques]] - a list of different things you can do in a PG problem
 
  +
=== Basic examples ===
  +
* A simple PG problem
  +
* Randomization/Numerical response
  +
* An example with a formula as a response
  +
  +
=== Advanced examples ===
  +
* [[:Category:Problem_Techniques|Problem Techniques]] - a list of code snippets for different techniques that can be used in PG
  +
* [[:Category:Subject_Area_Templates|Subject Area Templates]] - A list of sample problems arranged by subject
  +
  +
=== Documentation ===
 
* [https://webwork.maa.org/pod/pg/ PG POD documentation] - The inline documentation for all of the modules available in PG
 
* [https://webwork.maa.org/pod/pg/ PG POD documentation] - The inline documentation for all of the modules available in PG
 
* Recommended resources
 
* Recommended resources
* Additional resources (link)
 
  +
** First Document
  +
** Second Document
  +
* [[Additional Authoring Resources]]
  +
  +
[[Category:Authors]]

Latest revision as of 20:39, 16 June 2021

Editing a PG problem

Here is a link on how to use the PG editor in WeBWorK.

Basic examples

  • A simple PG problem
  • Randomization/Numerical response
  • An example with a formula as a response

Advanced examples

Documentation