Difference between revisions of "Problem Techniques"

From WeBWorK_wiki
Jump to navigation Jump to search
(→‎Topics Q-R: remove recently created reference to problemRandomize.pl because problemRandomize.pl doesn't seem to work)
(12 intermediate revisions by 4 users not shown)
Line 52: Line 52:
 
* [[DifferenceQuotients|Difference Quotients as Correct Answers]]
 
* [[DifferenceQuotients|Difference Quotients as Correct Answers]]
 
* [[DifferentiatingFormulas|Differentiating Formulas]]
 
* [[DifferentiatingFormulas|Differentiating Formulas]]
  +
* [[DigitsTolType|Digits TolType]]
 
* [[DisableFunctions|Disabling Functions and Operators in Student Answers]]
 
* [[DisableFunctions|Disabling Functions and Operators in Student Answers]]
 
* [[FormulaTestPoints|Domain of Function Evaluation]]
 
* [[FormulaTestPoints|Domain of Function Evaluation]]
Line 66: Line 67:
 
* [[ExtractingCoordinatesFromPoint|Finding the norm of a Vector]]
 
* [[ExtractingCoordinatesFromPoint|Finding the norm of a Vector]]
 
* [[FactoringAndExpanding|Factoring and Expanding Polynomials]]
 
* [[FactoringAndExpanding|Factoring and Expanding Polynomials]]
* [[FlashApplets|Flash Applets]]
+
* [[FlashApplets|Flash Applets]] (Deprecated. Browsers have stopped supporting Flash.)
* [[FlashPointAndGraph|Flash Applet Point and Graph Example]]
+
* [[FlashPointAndGraph|Flash Applet Point and Graph Example]] (Deprecated. Browsers have stopped supporting Flash.)
 
* [[FormattingCorrectAnswers: Equations |Formatting Correct Answers: Equations]]
 
* [[FormattingCorrectAnswers: Equations |Formatting Correct Answers: Equations]]
 
* [[FormattingCorrectAnswers: NumbersAndFormulas |Formatting Correct Answers: Numbers and Formulas]]
 
* [[FormattingCorrectAnswers: NumbersAndFormulas |Formatting Correct Answers: Numbers and Formulas]]
Line 91: Line 92:
 
* [[GraphsInTables|Graphic Images, Put Into Tables]]
 
* [[GraphsInTables|Graphic Images, Put Into Tables]]
 
* [[StaticImages|Graphic Images, Static]]
 
* [[StaticImages|Graphic Images, Static]]
  +
* [[TikZImages| Graphic Image, TikZ Images]]
 
* [[ContourPlots|Graphing in 2D with Contour Plots]]
 
* [[ContourPlots|Graphing in 2D with Contour Plots]]
 
* [[ContourPlot1|Graphing in 2D with Contour Plots that Have a Color Gradient]]
 
* [[ContourPlot1|Graphing in 2D with Contour Plots that Have a Color Gradient]]
Line 100: Line 102:
 
* [[3DGraphsParametricSurfaces|Graphing in 3D with Parametric Surfaces (e.g., Spherical Coordinates)]]
 
* [[3DGraphsParametricSurfaces|Graphing in 3D with Parametric Surfaces (e.g., Spherical Coordinates)]]
 
* [[3DGraphsVectorFields|Graphing in 3D with Vector Fields]]
 
* [[3DGraphsVectorFields|Graphing in 3D with Vector Fields]]
  +
* [[GraphTool|Graph Tool, a way for students to input graphs as answers]]
 
* [[AnswerHints|Hints in Problems]]
 
* [[AnswerHints|Hints in Problems]]
 
* [[HtmlLinks|HTML Links in Problems]]
 
* [[HtmlLinks|HTML Links in Problems]]
Line 138: Line 141:
 
* [[MultiAnswerProblems|MultiAnswer, Self Referential Problems]]
 
* [[MultiAnswerProblems|MultiAnswer, Self Referential Problems]]
 
* [[CompoundProblems|Multi-Part, Sequential Problems]]
 
* [[CompoundProblems|Multi-Part, Sequential Problems]]
  +
* [[NamedAnswerRules|Named Answer Rules]]
 
* [[ConstantsInProblems|Named (Numerical) Constants in Problems]]
 
* [[ConstantsInProblems|Named (Numerical) Constants in Problems]]
 
* [[ProblemsWithUnits|Numbers with Units, as Answers]]
 
* [[ProblemsWithUnits|Numbers with Units, as Answers]]
Line 148: Line 152:
 
=== Topics O-P ===
 
=== Topics O-P ===
   
  +
* [[PanicButton| Panic Button optional answer hints with penalty]].
 
* [[AdaptiveParameters|Parameters (Adaptive) in Answers]]
 
* [[AdaptiveParameters|Parameters (Adaptive) in Answers]]
 
* [[ParametricEquationAnswers|Parametric Equations as Answers]]
 
* [[ParametricEquationAnswers|Parametric Equations as Answers]]
Line 173: Line 178:
   
 
=== Topics S-T ===
 
=== Topics S-T ===
* [[Scaffold | Scaffolded (compound) problems with MultiAnswer sections]]
+
* [[Scaffold | Scaffolded (or "sequential", or "compound") problems]]. Reveal parts consecutively.
 
* [[VectorFields|Slope Field Graphs]]
 
* [[VectorFields|Slope Field Graphs]]
 
* [[PopUpLists|Solutions for Students]]
 
* [[PopUpLists|Solutions for Students]]

Revision as of 13:17, 16 June 2021

Any additions to the indexed snippets below should use the same format. A suggested model is provided in this snippet template.

Index of Problem Coding Techniques

This index links to problem code snippets that quickly show how to accomplish each effect. Each has limited explanation that assumes a basic understanding of how PG files are written. If you want more details, please see the MathObjects documentation, POD documentation, PG macro files, and PG library files.

up to Author's Guide

Topics A-B

top of page

Topics C-D

top of page

Topics E-F

top of page

Topics G-H

top of page

Topics I-J

top of page

Topics K-L

top of page

Topics M-N

top of page

Topics O-P

top of page

Topics Q-R

top of page

Topics S-T

top of page

Topics U-Z

top of page