Difference between revisions of "IndexOfProblemTechniques"

From WeBWorK_wiki
Jump to navigation Jump to search
(New page: <div style="background-color:#ffcccc;border:blue solid 2px;padding:5px;width:35%;float:right;margin:5px;"> <em>Any additions to the indexed snippets below should use the same format. A su...)
 
(Redirecting to Category:Problem Techniques)
 
(13 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<div style="background-color:#ffcccc;border:blue solid 2px;padding:5px;width:35%;float:right;margin:5px;">
 
  +
#REDIRECT [[:Category:Problem Techniques]]
<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>
 
 
<p style="background-color:#eeeeee;border:black solid 1px;padding:3px">
 
<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>
 
 
<table cellpadding="2" border="1" cellspacing="0">
 
<tr>
 
<td>[[#A|A-C]]</td>
 
<td>[[#D|D-F]]</td>
 
<td>[[#G|G-I]]</td>
 
<td>[[#J|J-L]]</td>
 
<td>[[#M|M-O]]</td>
 
<td>[[#P|P-R]]</td>
 
<td>[[#S|S-U]]</td>
 
<td>[[#V|V-Z]]</td>
 
</tr>
 
</table>
 
 
<span id="A"></span>
 
<h3>Topics A-C</h3>
 
 
<ul>
 
<li> [[DynamicImages2|Adding Labels, Lines and Points to Dynamic Graphs]] </li>
 
<li> [[FormulasToConstants|Antiderivative Problems]] </li>
 
<li> [[FlashApplets|Applets, Flash]] </li>
 
<li> [[JavaApplets|Applets, Java]] </li>
 
<li> [[EquationEvaluators|Checking Equation Answers]] </li>
 
<li> [[ListAnswers|Checking Lists of Answers]] </li>
 
<li> [[CustomAnswerCheckers|Custom Answer Checkers]] </li>
 
</ul>
 
 
[[top]]
 
 
<span id="D"></span>
 
<h3>Topics D-F</h3>
 
 
<ul>
 
<li> [[DisableFunctions|Disabling Functions in Student Answers]] </li>
 
<li> [[FormulaTestPoints|Domain of Function Evaluation] </li>
 
<li> [[DynamicImages|Dynamically Generated Graphic Images]] </li>
 
<li> [[DynamicImages2|Dynamically Generated Graphic Images with Labels, Lines and Points]] </li>
 
<li> [[EquationEvaluators|Equation Answer Evaluation]] </li>
 
<li> [[FormulaTestPoints|Formula Answer Evaluation; Limits for Evaluation]] </li>
 
<li> [[FormulaTestPoints|Formula Answer Evaluation; Test Points]] </li>
 
<li> [[VariablesOtherThanX|Formulas with Variables Other than x]] </li>
 
<li> [[FormulasToConstants|Function Answers Up To Constants]] </li>
 
</ul>
 
 
[[top]]
 
 
<span id="G"></span>
 
<h3>Topics G-I</h3>
 
 
<ul>
 
<li> [[DynamicImages|Graphic Images, Dynamically Generated]] </li>
 
<li> [[DynamicImages2|Graphic Images, Dynamic, with Labels, Lines and Points]] </li>
 
<li> [[StaticImages|Graphic Images, Static]] </li>
 
<li> [[VectorFields|Graphing Vector and Slope Fields]] </li>
 
<li> [[HtmlLinks|HTML Links in Problems]] </li>
 
</ul>
 
 
[[top]]
 
 
<span id="J"></span>
 
<h3>Topics J-L</h3>
 
 
<ul>
 
<li> [[DynamicImages2|Labels on Dynamically Generated Graphs]] </li>
 
<li> [[FormulaTestPoints|Limits over which Formulas are Evaluated]] </li>
 
<li> [[MultiPartProblems|Linked Answer Blanks]] </li>
 
<li> [[HtmlLinks|Links to Other Web Pages]] </li>
 
<li> [[ListAnswers|Lists as Answers]] </li>
 
</ul>
 
 
 
[[top]]
 
 
<span id="M"></span>
 
<h3>Topics M-O</h3>
 
 
<ul>
 
<li> [[MatchingProblems|Matching Problems]] </li>
 
<li> [[MultipleChoiceProblems|Multiple Choice Problems]] </li>
 
<li> [[MultiPartProblems|Multi-Part, Self Referential Problems]] </li>
 
<li> [[SequentialProblems|Multi-Part, Sequential Problems]] </li>
 
<li> [[NumericalTolerance|Numerical Tolerance in Problems]] </li>
 
</ul>
 
 
[[top]]
 
 
<span id="P"></span>
 
<h3>Topics P-R</h3>
 
 
<ul>
 
<li> [[DynamicImages2|Plotting Lines and Points on Dynamically Generated Graphs]] </li>
 
<li> [[PopUpLists|Pop-up Lists]] </li>
 
</ul>
 
 
[[top]]
 
 
<span id="S"></span>
 
<h3>Topics S-U</h3>
 
 
<ul>
 
<li> [[VectorFields|Slope Field Graphs]] </li>
 
<li> [[StaticImages|Static Graphic Images]] </li>
 
<li> [[FormulaTestPoints|Test Points for Formula Evaluation]] </li>
 
<li> [[ProblemsWithUnits|Units in Problem Answers]] </li>
 
</ul>
 
 
[[top]]
 
 
<span id="V"></span>
 
<h3>Topics V-Z</h3>
 
 
<ul>
 
<li> [[VariablesOtherThanX|Variables Other Than x in Formulas]] </li>
 
<li> [[VectorFields|Vector Field Graphs]]</li>
 
</ul>
 
 
[[top]]
 

Latest revision as of 22:38, 14 February 2008