Difference between revisions of "SubjectAreaTemplates"

From WeBWorK_wiki
Jump to navigation Jump to search
Line 1: Line 1:
<div style="background-color:#ccccff; border:blue solid 2px; padding:5px; width:35%; float:right; margin:5px">''Any additions to the problems below should use the format of the [[FullProblemTemplate|full problem template]]. Also, your example should illustrate the technique without giving away the answer to an existing WeBWorK question.''</div>
+
<div style="background-color:#bbbbff; border:blue solid 2px; padding:5px; width:35%; float:right; margin:5px">''Any additions to the problems below should use the format of the [[FullProblemTemplate|full problem template]]. Also, your example should illustrate the technique without giving away the answer to an existing WeBWorK question.''</div>
   
 
== Complete Problem Authoring Templates by Subject Area ==
 
== Complete Problem Authoring Templates by Subject Area ==
Line 65: Line 65:
 
* [[GeoGebra1|Interactive GeoGebra applet for the Fundamental Theorem of Calculus.]] Shows how to construct and include a GeoGebra (Java) applet. <font color=gray>(Uses AppletObjects.pl)</font>
 
* [[GeoGebra1|Interactive GeoGebra applet for the Fundamental Theorem of Calculus.]] Shows how to construct and include a GeoGebra (Java) applet. <font color=gray>(Uses AppletObjects.pl)</font>
 
* [[LimitsOfIntegration1|Answer blanks in the limits of integration.]] Uses tables cleverly to put answer blanks into the limits of integration. <font color=gray>(Uses PGunion.pl and answerHints.pl)</font>
 
* [[LimitsOfIntegration1|Answer blanks in the limits of integration.]] Uses tables cleverly to put answer blanks into the limits of integration. <font color=gray>(Uses PGunion.pl and answerHints.pl)</font>
* [[IntegralSetup1|Volume of solids of revolution.]] <font color=gray>(Uses weightedGrader.pl)</font>
+
* [[IntegralSetup1|Volume of solids of revolution.]] Requires students to set up an integral, the answer blanks are weighted, and the volume answer provides full credit. <font color=gray>(Uses weightedGrader.pl)</font>
   
 
=== Sequences ===
 
=== Sequences ===

Revision as of 13:06, 7 December 2010

Any additions to the problems below should use the format of the full problem template. Also, your example should illustrate the technique without giving away the answer to an existing WeBWorK question.

Complete Problem Authoring Templates by Subject Area

This page has complete examples of problem templates organized by subject area. Within each subject, we give an explicit and brief description of the essential characteristics of each type of question. To keep overlap to a minimum, we try to give an example of each problem technique exactly once, which means you may need to look for a particular problem technique under other subject headings until you find it. We try to give a fairly complete list of techniques, rather than a complete list of types of questions that one might ask in each subject. All of these questions exist in the National Problem Library (NPL) at NationalProblemLibrary/FortLewis/Authoring/Templates/ A detailed list of code snippets for specific problem techniques has it's own category: index of problem techniques.

Miscellaneous Templates

Algebra

Trigonometry

Precalculus

Differential Calculus

Integral Calculus

Sequences

Parametric Equations

Multivariable Differential Calculus

Multivariable Integral Calculus

Vector Calculus

Differential Equations

Linear Algebra

Complex Analysis

Miscellaneous Topics

Links to Documentation