Difference between revisions of "New Authoring"

From WeBWorK_wiki
Jump to navigation Jump to search
Line 5: Line 5:
 
* Randomization/Numerical response
 
* Randomization/Numerical response
 
* An example with a formula as a response
 
* An example with a formula as a response
  +
  +
=== Advanced examples ===
  +
* [[Problem_Techniques]] - a list of code snippets for different techniques that can be used in PG
  +
* [[Category:Subject_Area_Templates]] - A list of sample problems arranged by subject
   
 
=== Documentation ===
 
=== Documentation ===
* [[Problem_Techniques]] - a list of different things you can do in a PG problem
 
 
* [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

Revision as of 15:49, 14 June 2021

Getting Started

  • How to modify/edit an existing problem (WeBWorK howto)

Basic examples

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

Advanced examples

  • Problem_Techniques - a list of code snippets for different techniques that can be used in PG
  • - A list of sample problems arranged by subject

Documentation

  • PG POD documentation - The inline documentation for all of the modules available in PG
  • Recommended resources
  • Additional resources (link)