Difference between revisions of "Problem Techniques"

From WeBWorK_wiki
Jump to navigation Jump to search
 
(9 intermediate revisions by 4 users not shown)
Line 1: Line 1:
  +
{{historical}}
  +
  +
<p style="font-size: 120%;font-weight:bold">[https://openwebwork.github.io/pg-docs/sample-problems/techniques.html These are now the current problem techniques]. The ones listed on this page, although still work in PG, use out of date techniques.</p>
  +
 
<div style="background-color:#ffcccc; border:blue solid 2px; padding:5px; width:35%; float:right; margin:5px">''Any additions to the indexed snippets below should use the same format. A suggested model is provided in this [[SnippetTemplate|snippet template]].''</div>
 
<div style="background-color:#ffcccc; border:blue solid 2px; padding:5px; width:35%; float:right; margin:5px">''Any additions to the indexed snippets below should use the same format. A suggested model is provided in this [[SnippetTemplate|snippet template]].''</div>
   
Line 52: Line 56:
 
* [[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]]
  +
*[[FormalRubrics|Formal rubrics and advanced answer checking]]
   
 
[[#top|top of page]]
 
[[#top|top of page]]
Line 66: Line 72:
 
* [[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 140: Line 146:
 
* [[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 150: Line 157:
 
=== 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 175: Line 183:
   
 
=== 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]]

Latest revision as of 09:58, 28 June 2023

This article has been retained as a historical document. It is not up-to-date and the formatting may be lacking. Use the information herein with caution.

These are now the current problem techniques. The ones listed on this page, although still work in PG, use out of date techniques.

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