Difference between revisions of "Category:Subject Area Templates"

From WeBWorK_wiki
Jump to navigation Jump to search
 
(10 intermediate revisions by 2 users not shown)
Line 34: Line 34:
 
* [[UnorderedAnswers1|Answers can be entered into several answer blanks in any order.]] Factoring using separate answer blanks and the unordered answer checker. <font color=gray>(Uses unorderedAnswer.pl)</font>
 
* [[UnorderedAnswers1|Answers can be entered into several answer blanks in any order.]] Factoring using separate answer blanks and the unordered answer checker. <font color=gray>(Uses unorderedAnswer.pl)</font>
 
* [[Logarithms1|Answer must be simplified using laws of logarithms.]] Typical laws of logarithms question that disables certain operations so students must simplify their answer.
 
* [[Logarithms1|Answer must be simplified using laws of logarithms.]] Typical laws of logarithms question that disables certain operations so students must simplify their answer.
 
  +
* [[GeoGebra|A GeoGebra applet must be manipulated into place.]] Move two points into position such that their line is the line defined by a given equation.
   
 
=== Trigonometry ===
 
=== Trigonometry ===
Line 115: Line 115:
 
* [[HeavisideStep1|Using the Heaviside step function]] We show how to evaluate answers involving the Heaviside step function. <font color=gray>(Uses parserFunction.pl)</font>
 
* [[HeavisideStep1|Using the Heaviside step function]] We show how to evaluate answers involving the Heaviside step function. <font color=gray>(Uses parserFunction.pl)</font>
 
* [[SlopeFieldGraph1|Graphing a slope field.]]
 
* [[SlopeFieldGraph1|Graphing a slope field.]]
* [[AdaptiveParameters1|General solutions to ODEs with arbitrary constants.]] http://webwork.maa.org/moodle/mod/forum/discuss.php?d=378 and http://webwork.maa.org/moodle/mod/forum/discuss.php?d=324
 
  +
* [[GeneralSolutionODE1|General solutions to ODEs with arbitrary constants.]] Uses a custom answer checker to determine that the student answer satisfies the given ODE. <font color=gray>(Uses parserAssignment.pl)</font>
* [[PrimesInFormulas1|Primes in formulas]] http://webwork.maa.org/moodle/mod/forum/discuss.php?d=442
+
* [[PrimesInFormulas1|Primes in formulas]] see [https://github.com/openwebwork/webwork-open-problem-library/blob/master/OpenProblemLibrary/FortLewis/Authoring/Templates/DiffEq/PrimesInFormulas1_PGML.pg FortLewis/Authoring/Templates/DiffEq/PrimesInFormulas1_PGML.pg]and http://webwork.maa.org/moodle/mod/forum/discuss.php?d=442
 
   
 
=== Linear Algebra ===
 
=== Linear Algebra ===
Line 132: Line 132:
 
=== Miscellaneous Topics ===
 
=== Miscellaneous Topics ===
   
* Chemistry http://webwork.maa.org/moodle/mod/forum/discuss.php?d=449
+
* [[ChemicalReaction1|Chemical reactions.]] Question asks students to balance a chemical equation. <font color=gray>(Uses contextReaction.pl)</font> See also [http://webwork.maa.org/moodle/mod/forum/discuss.php?d=449 this forum post.]
 
* JavaScript graphing http://webwork.maa.org/moodle/mod/forum/discuss.php?d=431
 
* JavaScript graphing http://webwork.maa.org/moodle/mod/forum/discuss.php?d=431
 
* HTML input for dynamic problem adjustments http://webwork.maa.org/moodle/mod/forum/discuss.php?d=2351
 
* HTML input for dynamic problem adjustments http://webwork.maa.org/moodle/mod/forum/discuss.php?d=2351
 
   
 
=== Graphing ===
 
=== Graphing ===
Line 142: Line 141:
 
* [[RiemannSums1|Dynamically generated graphs with Riemann sums.]] Has graphs with shaded (filled) regions. <font color=gray>(Uses weightedGrader.pl and PGgraphmacros.pl)</font>
 
* [[RiemannSums1|Dynamically generated graphs with Riemann sums.]] Has graphs with shaded (filled) regions. <font color=gray>(Uses weightedGrader.pl and PGgraphmacros.pl)</font>
 
* [[GraphShading1|Find the area of the shaded region.]] A dynamically generated graph with a shaded region. <font color=gray>(Uses PGgraphmacros.pl and unionTables.pl)</font>
 
* [[GraphShading1|Find the area of the shaded region.]] A dynamically generated graph with a shaded region. <font color=gray>(Uses PGgraphmacros.pl and unionTables.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>
 
 
* [[PolarGraph1|Graphing a parametric curve in 2D.]] Plotting a polar curve in the plane.
 
* [[PolarGraph1|Graphing a parametric curve in 2D.]] Plotting a polar curve in the plane.
 
* [[ContourPlot1|Contour plots.]] Shows how to construct a contour plot with a color gradient and labeled contours.
 
* [[ContourPlot1|Contour plots.]] Shows how to construct a contour plot with a color gradient and labeled contours.
 
* [[VectorFieldGraph2D1|Graphing a vector field in 2D.]] Plotting a vector field in the plane. <font color=gray>(Uses PGgraphmacros.pl and VectorField2D.pl)</font>
 
* [[VectorFieldGraph2D1|Graphing a vector field in 2D.]] Plotting a vector field in the plane. <font color=gray>(Uses PGgraphmacros.pl and VectorField2D.pl)</font>
 
   
 
=== Links to Documentation ===
 
=== Links to Documentation ===
   
 
* [http://webwork.maa.org/wiki/Category:MathObjects MathObjects documentation] Written by Davide Cervone
 
* [http://webwork.maa.org/wiki/Category:MathObjects MathObjects documentation] Written by Davide Cervone
* [http://webwork.maa.org/pod/pg_TRUNK/ POD documentation] (POD - Plain Old Documentation)
+
* [http://webwork.maa.org/pod/pg POD documentation] (POD - Plain Old Documentation)
 
* [http://webwork.maa.org/viewvc/system/trunk/pg/macros/ PG macro files] Source code for pg/macros files.
 
* [http://webwork.maa.org/viewvc/system/trunk/pg/macros/ PG macro files] Source code for pg/macros files.
 
* [http://webwork.maa.org/viewvc/system/trunk/pg/lib/ PG library files] Source code for pg/lib files.
 
* [http://webwork.maa.org/viewvc/system/trunk/pg/lib/ PG library files] Source code for pg/lib files.

Latest revision as of 17:25, 7 April 2021

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 Open Problem Library (OPL) at OpenProblemLibrary/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 and Series


Parametric Equations and Vector Parametric Equations

Multivariable Differential Calculus

Multivariable Integral Calculus


Vector Calculus

Differential Equations

Linear Algebra

Complex Analysis

Miscellaneous Topics

Graphing

Links to Documentation

Subcategories

This category has only the following subcategory.

S

Pages in category "Subject Area Templates"

The following 83 pages are in this category, out of 83 total.