Difference between revisions of "IndexOfProblemTechniques"

From WeBWorK_wiki
Jump to navigation Jump to search
Line 1: Line 1:
<div style="background-color:#ffcccc;border:blue solid 2px;padding:5px;width:35%;float:right;margin:5px;">
+
<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>
<em>Any additions to the indexed snippets below should use the same format. A suggested model is provided in this [[SnippetTemplate|snippet template]].</em>
 
</div>
 
   
<h2>Index of Problem Coding Techniques</h2>
+
== Index of Problem Coding Techniques ==
   
<p style="background-color:#eeeeee;border:black solid 1px;padding:3px">
+
<div style="background-color:#eeeeee; border:black solid 1px; padding:3px">''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.''</div>
<em>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.</em>
 
</p>
 
   
<p style="text-align:center;">
+
<!--<p style="text-align:center;">
 
[[Author%27s_Guide|up to Author's Guide]]
 
[[Author%27s_Guide|up to Author's Guide]]
</p>
+
</p>-->
   
<h3>Topics A-C</h3>
+
=== Topics A-C ===
   
<ul>
 
  +
* [[NumericalTolerance|Accuracy Required for Numerical Answers]]
<li> [[NumericalTolerance|Accuracy Required for Numerical Answers]] </li>
 
  +
* [[DynamicImages2|Adding Labels, Lines and Points to Dynamic Graphs]]
<li> [[DynamicImages2|Adding Labels, Lines and Points to Dynamic Graphs]] </li>
 
  +
* [[StringsInContext|Allowing Strings (Text) in Student Answers]]
<li> [[StringsInContext|Allowing Strings (Text) in Student Answers]] </li>
 
  +
* [[FormulasToConstants|Antiderivative Problems]]
<li> [[FormulasToConstants|Antiderivative Problems]] </li>
 
  +
* [[FlashApplets|Applets, Flash]]
<li> [[FlashApplets|Applets, Flash]] </li>
+
* [[JavaApplets|Applets, Java]]
<li> [[JavaApplets|Applets, Java]] </li>
+
* [[EquationEvaluators|Checking Equation Answers]]
<li> [[EquationEvaluators|Checking Equation Answers]] </li>
+
* [[IntervalEvaluators|Checking Intervals]]
<li> [[IntervalEvaluators|Checking Intervals]] </li>
+
* [[ListAnswers|Checking Lists of Answers]]
<li> [[ListAnswers|Checking Lists of Answers]] </li>
+
* [[CustomAnswerCheckers|Custom Answer Checkers]]
<li> [[CustomAnswerCheckers|Custom Answer Checkers]] </li>
 
</ul>
 
   
 
[[#top|top of page]]
 
[[#top|top of page]]
   
<h3>Topics D-F</h3>
+
=== Topics D-F ===
   
<ul>
 
  +
* [[DisableFunctions|Disabling Functions in Student Answers]]
<li> [[DisableFunctions|Disabling Functions in Student Answers]] </li>
+
* [[DisableFunctions|Disabling Operators in Student Answers]]
<li> [[DisableFunctions|Disabling Operators in Student Answers]] </li>
+
* [[FormulaTestPoints|Domain of Function Evaluation]]
<li> [[FormulaTestPoints|Domain of Function Evaluation]] </li>
+
* [[DynamicImages|Dynamically Generated Graphic Images]]
<li> [[DynamicImages|Dynamically Generated Graphic Images]] </li>
+
* [[DynamicImages2|Dynamically Generated Graphic Images with Labels, Lines and Points]]
<li> [[DynamicImages2|Dynamically Generated Graphic Images with Labels, Lines and Points]] </li>
+
* [[EquationEvaluators|Equation Answer Evaluation]]
<li> [[EquationEvaluators|Equation Answer Evaluation]] </li>
+
* [[FormulaTestPoints|Formula Answer Evaluation; Limits for Evaluation]]
<li> [[FormulaTestPoints|Formula Answer Evaluation; Limits for Evaluation]] </li>
+
* [[FormulaTestPoints|Formula Answer Evaluation; Test Points]]
<li> [[FormulaTestPoints|Formula Answer Evaluation; Test Points]] </li>
+
* [[VariablesOtherThanX|Formulas with Variables Other than x]]
<li> [[VariablesOtherThanX|Formulas with Variables Other than x]] </li>
+
* [[FormulasToConstants|Function Answers Up To Constants]]
<li> [[FormulasToConstants|Function Answers Up To Constants]] </li>
 
</ul>
 
   
 
[[#top|top of page]]
 
[[#top|top of page]]
   
<h3>Topics G-I</h3>
+
=== Topics G-I ===
   
<ul>
 
  +
* [[DynamicImages|Graphic Images, Dynamically Generated]]
<li> [[DynamicImages|Graphic Images, Dynamically Generated]] </li>
+
* [[DynamicImages2|Graphic Images, Dynamic, with Labels, Lines and Points]]
<li> [[DynamicImages2|Graphic Images, Dynamic, with Labels, Lines and Points]] </li>
+
* [[ParametricPlots|Graphic Images, with Parametric Functions]]
<li> [[ParametricPlots|Graphic Images, with Parametric Functions]] </li>
+
* [[StaticImages|Graphic Images, Static]]
<li> [[StaticImages|Graphic Images, Static]] </li>
+
* [[VectorFields|Graphing Vector and Slope Fields]]
<li> [[VectorFields|Graphing Vector and Slope Fields]] </li>
+
* [[HtmlLinks|HTML Links in Problems]]
<li> [[HtmlLinks|HTML Links in Problems]] </li>
+
* [[IntervalEvaluators|Intervals as Answers]]
<li> [[IntervalEvaluators|Intervals as Answers]] </li>
 
</ul>
 
   
 
[[#top|top of page]]
 
[[#top|top of page]]
   
<h3>Topics J-L</h3>
+
=== Topics J-L ===
   
<ul>
 
  +
* [[DynamicImages2|Labels on Dynamically Generated Graphs]]
<li> [[DynamicImages2|Labels on Dynamically Generated Graphs]] </li>
 
  +
* [[FormulaTestPoints|Limits over which Formulas are Evaluated]]
<li> [[FormulaTestPoints|Limits over which Formulas are Evaluated]] </li>
 
  +
* [[MultiPartProblems|Linked Answer Blanks]]
<li> [[MultiPartProblems|Linked Answer Blanks]] </li>
 
  +
* [[HtmlLinks|Links to Other Web Pages]]
<li> [[HtmlLinks|Links to Other Web Pages]] </li>
 
  +
* [[ListAnswers|Lists as Answers]]
<li> [[ListAnswers|Lists as Answers]] </li>
 
</ul>
 
   
 
[[#top|top of page]]
 
[[#top|top of page]]
   
<h3>Topics M-O</h3>
+
=== Topics M-O ===
   
<ul>
 
  +
* [[MatchingProblems|Matching Problems]]
<li> [[MatchingProblems|Matching Problems]] </li>
+
* [[MultipleChoiceProblems|Multiple Choice Problems]]
<li> [[MultipleChoiceProblems|Multiple Choice Problems]] </li>
+
* [[MultiAnswerProblems|MultiAnswer, Self Referential Problems]]
<li> [[MultiAnswerProblems|MultiAnswer, Self Referential Problems]] </li>
+
* [[SequentialProblems|Multi-Part, Sequential Problems]]
<li> [[SequentialProblems|Multi-Part, Sequential Problems]] </li>
+
* [[NumericalTolerance|Numerical Answer Evaluation Tolerance]]
<li> [[NumericalTolerance|Numerical Answer Evaluation Tolerance]] </li>
+
* [[NumericalTolerance|Numerical Tolerance in Problems]]
<li> [[NumericalTolerance|Numerical Tolerance in Problems]] </li>
 
</ul>
 
   
 
[[#top|top of page]]
 
[[#top|top of page]]
   
<h3>Topics P-R</h3>
+
=== Topics P-R ===
   
<ul>
 
  +
* [[ParametricPlots|Plotting Parametric Equations]]
<li> [[ParametricPlots|Plotting Parametric Equations]] </li>
 
  +
* [[DynamicImages2|Plotting Lines and Points on Dynamically Generated Graphs]]
<li> [[DynamicImages2|Plotting Lines and Points on Dynamically Generated Graphs]] </li>
 
  +
* [[PopUpLists|Pop-up Lists]]
<li> [[PopUpLists|Pop-up Lists]] </li>
 
  +
* [[DisableFunctions|Restricting Allowed Functions in Student Answers]]
<li> [[DisableFunctions|Restricting Allowed Functions in Student Answers]] </li>
+
* [[DisableFunctions|Restricting Allowed Operators in Student Answers]]
<li> [[DisableFunctions|Restricting Allowed Operators in Student Answers]] </li>
 
</ul>
 
   
 
[[#top|top of page]]
 
[[#top|top of page]]
   
<h3>Topics S-U</h3>
+
=== Topics S-U ===
   
<ul>
 
  +
* [[VectorFields|Slope Field Graphs]]
<li> [[VectorFields|Slope Field Graphs]] </li>
 
  +
* [[StaticImages|Static Graphic Images]]
<li> [[StaticImages|Static Graphic Images]] </li>
 
  +
* [[StringsInContext|Strings in Student Answers]]
<li> [[StringsInContext|Strings in Student Answers]] </li>
+
* [[StringsInContext|Text in Student Answers]]
<li> [[StringsInContext|Text in Student Answers]] </li>
+
* [[FormulaTestPoints|Test Points for Formula Evaluation]]
<li> [[FormulaTestPoints|Test Points for Formula Evaluation]] </li>
+
* [[NumericalTolerance|Tolerance in Numerical Answers]]
<li> [[NumericalTolerance|Tolerance in Numerical Answers]] </li>
+
* [[ProblemsWithUnits|Units in Problem Answers]]
<li> [[ProblemsWithUnits|Units in Problem Answers]] </li>
 
</ul>
 
   
 
[[#top|top of page]]
 
[[#top|top of page]]
   
<h3>Topics V-Z</h3>
+
=== Topics V-Z ===
   
<ul>
 
  +
* [[VariablesOtherThanX|Variables Other Than x in Formulas]]
<li> [[VariablesOtherThanX|Variables Other Than x in Formulas]] </li>
 
  +
* [[VectorFields|Vector Field Graphs]]
<li> [[VectorFields|Vector Field Graphs]]</li>
 
</ul>
 
   
 
[[#top|top of page]]
 
[[#top|top of page]]
   
<p style="text-align:center;">
+
<!--<p style="text-align:center;">
 
[[Author%27s_Guide|up to Author's Guide]]
 
[[Author%27s_Guide|up to Author's Guide]]
</p>
+
</p>-->
  +
  +
[[Category:Authors]]

Revision as of 22:31, 14 February 2008

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.


Topics A-C

top of page

Topics D-F

top of page

Topics G-I

top of page

Topics J-L

top of page

Topics M-O

top of page

Topics P-R

top of page

Topics S-U

top of page

Topics V-Z

top of page