Difference between revisions of "SubjectAreaTemplates"

From WeBWorK_wiki
Jump to navigation Jump to search
Line 42: Line 42:
 
* [[DynamicGraph1|Dynamically generated graph.]] A dynamically generated graph placed side-by-side with text. <font color=gray>(Uses PGgraphmacros.pl and unionTables.pl)</font>
 
* [[DynamicGraph1|Dynamically generated graph.]] A dynamically generated graph placed side-by-side with text. <font color=gray>(Uses PGgraphmacros.pl and unionTables.pl)</font>
 
* [[FunctionDecomposition1|Function decomposition.]] Write a given function as a composition of two non-identity functions. <font color=gray>(Uses answerComposition.pl)</font>
 
* [[FunctionDecomposition1|Function decomposition.]] Write a given function as a composition of two non-identity functions. <font color=gray>(Uses answerComposition.pl)</font>
* [[ScalingTranslating1|Scaling and translating functions.]] Adding a named function to the context for a scaling and translating question.
+
* [[ScalingTranslating1|Scaling and translating functions.]] Adding a named function to the context for a scaling and translating question. <font color=gray>(Uses parserFunction.pl)</font>
 
* [[TableOfValues1|Table of values for a function.]] Fill in a table of values for a function.
 
* [[TableOfValues1|Table of values for a function.]] Fill in a table of values for a function.
 
* [[StringOrOtherType1|Answer could be a string, or a number, or a function, etc.]] For when a single answer could be a string or one of several other data types.
 
* [[StringOrOtherType1|Answer could be a string, or a number, or a function, etc.]] For when a single answer could be a string or one of several other data types.

Revision as of 23:49, 4 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

Algebra

Trigonometry

Precalculus

Differential Calculus

Integral Calculus

Vector Calculus

Differential Equations

Linear Algebra

Complex Analysis

Links to Documentation