Difference between revisions of "SubjectAreaTemplates"

From WeBWorK_wiki
Jump to navigation Jump to search
Line 19: Line 19:
   
 
* [[FractionAnswer1|Answer is a fraction (rational number).]] This question requires students to simplify their answer. <font color=gray>(Uses contextFraction.pl)</font>
 
* [[FractionAnswer1|Answer is a fraction (rational number).]] This question requires students to simplify their answer. <font color=gray>(Uses contextFraction.pl)</font>
* [[AlgebraicFractionAnswer1|Answer is an algebraic fraction.]] A rational function that must be simplified. <font color=gray>(Uses MultiAnswer.pl)</font>
+
* [[AlgebraicFractionAnswer1|Answer is an algebraic fraction.]] Uses separate answer blanks for numerator and denominator and an answer checker that requires students to simplify their answer. <font color=gray>(Uses MultiAnswer.pl)</font>
  +
* [[AnswerInExponent|Answer blank in the exponent.]]
 
* [[LinearEquationAnswer1|Answer is a an equation that defines a function.]] A linear equation or a quadratic function. <font color=gray>(Uses parserAssignment.pl)</font>
 
* [[LinearEquationAnswer1|Answer is a an equation that defines a function.]] A linear equation or a quadratic function. <font color=gray>(Uses parserAssignment.pl)</font>
 
* [[ExpandedPolynomial1|Answer is a fully expanded and simplified polynomial.]] Multiplying two linear terms together and collecting like terms. <font color=gray>(Uses contextLimitedPolynomial.pl)</font>
 
* [[ExpandedPolynomial1|Answer is a fully expanded and simplified polynomial.]] Multiplying two linear terms together and collecting like terms. <font color=gray>(Uses contextLimitedPolynomial.pl)</font>

Revision as of 02:31, 2 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.

Problem Authoring Templates by Subject Area

This page has complete examples of problem techniques 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 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