Difference between revisions of "Category:Subject Area Templates"

From WeBWorK_wiki
Jump to navigation Jump to search
(Remove links to LiveGraphics3d related questions)
Line 19: Line 19:
 
* [[Matching1|A matching question with popup menus.]] A matching question in two-column format. <font color=gray>(Uses unionTables.pl and PGgraders.pl)</font>
 
* [[Matching1|A matching question with popup menus.]] A matching question in two-column format. <font color=gray>(Uses unionTables.pl and PGgraders.pl)</font>
 
* [[IframeEmbedding1|HTML iframe embedded content.]] A Google slideshow embedded using an iframe.
 
* [[IframeEmbedding1|HTML iframe embedded content.]] A Google slideshow embedded using an iframe.
  +
   
 
=== Algebra ===
 
=== Algebra ===
Line 33: 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.
  +
   
 
=== Trigonometry ===
 
=== Trigonometry ===
Line 93: Line 95:
 
* [[VectorParametric2|Answer involves a vector parametric curve and its derivatives.]] Shows how to get the components of a vector-valued function, and uses a custom answer checker. <font color=gray>(Uses parserVectorUtils.pl)</font>
 
* [[VectorParametric2|Answer involves a vector parametric curve and its derivatives.]] Shows how to get the components of a vector-valued function, and uses a custom answer checker. <font color=gray>(Uses parserVectorUtils.pl)</font>
 
* [[VectorParametricLines1|Answer is a vector parametric line.]] Shows how to require a particular parametrization or allow any parametrization. <font color=gray>(Uses parserVectorUtils.pl and parserParametricLine.pl)</font>
 
* [[VectorParametricLines1|Answer is a vector parametric line.]] Shows how to require a particular parametrization or allow any parametrization. <font color=gray>(Uses parserVectorUtils.pl and parserParametricLine.pl)</font>
  +
   
 
=== Multivariable Differential Calculus ===
 
=== Multivariable Differential Calculus ===
Line 112: Line 115:
 
* [[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>
 
* [[VectorFieldGraph3D1|Graphing a vector field in 3D.]] Plotting a vector field in space. <font color=gray>(Uses LiveGraphicsVectorField3D.pl)</font>
 
* [[VectorFieldGraph3D1|Graphing a vector field in 3D.]] Plotting a vector field in space. <font color=gray>(Uses LiveGraphicsVectorField3D.pl)</font>
  +
   
 
=== Differential Equations ===
 
=== Differential Equations ===
Line 125: Line 129:
 
* [[MatrixAnswer1|Answer is a matrix 1 (preferred).]] We show how to evaluate answers that are matrices using one answer box for each matrix entry.
 
* [[MatrixAnswer1|Answer is a matrix 1 (preferred).]] We show how to evaluate answers that are matrices using one answer box for each matrix entry.
 
* [[MatrixAnswer2|Answer is a matrix 2.]] We show how to evaluate answers that are matrices one textbox for all matrix entries.
 
* [[MatrixAnswer2|Answer is a matrix 2.]] We show how to evaluate answers that are matrices one textbox for all matrix entries.
  +
   
 
=== Complex Analysis ===
 
=== Complex Analysis ===
Line 134: Line 139:
 
* 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 148:
 
* [[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>
 
* [[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.
* [[SpacecurveGraph1|Graphing a parametric curve in 3D.]] Plotting a parametric curve in 3D space. <font color=gray>(Uses LiveGraphicsParametricCurve3D.pl)</font>
 
* [[SurfaceGraph1|Graphing a parametric surface in 3D.]] Plotting a parametric surface in 3D space. <font color=gray>(Uses LiveGraphicsParametricSurface3D.pl)</font>
 
 
* [[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.
* [[Graph3DRectangular1|Interactive 3D graph of a function in rectangular coordinates.]] Uses LiveGraphics3D Java applet to display an interactive graph. <font color=gray>(Uses LiveGraphicsRectangularPlot3D.pl)</font>
 
* [[Graph3DCylindrical1|Interactive 3D graph of a function in cylindrical coordinates.]] Uses LiveGraphics3D Java applet to display an interactive graph. <font color=gray>(Uses LiveGraphicsCylindricalPlot3D.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>
 
* [[VectorFieldGraph2D1|Graphing a vector field in 2D.]] Plotting a vector field in the plane. <font color=gray>(Uses PGgraphmacros.pl and VectorField2D.pl)</font>
* [[VectorFieldGraph3D1|Graphing a vector field in 3D.]] Plotting a vector field in space. <font color=gray>(Uses LiveGraphicsVectorField3D.pl)</font>
 
   
   

Revision as of 21:16, 28 June 2014

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.