Difference between revisions of "SubjectAreaTemplates"

From WeBWorK_wiki
Jump to navigation Jump to search
Line 9: Line 9:
 
=== Miscellaneous ===
 
=== Miscellaneous ===
   
  +
* [[FormulaAnswer1|Answer is a formula.]]
 
* [[MultipleChoice1|Multiple choice question 1 (radio buttons).]] Only one correct answer, all choices shown.
 
* [[MultipleChoice1|Multiple choice question 1 (radio buttons).]] Only one correct answer, all choices shown.
 
* [[MultipleChoice2|Multiple choice question 2 (popup menu).]] Only one correct answer, choices are hidden.
 
* [[MultipleChoice2|Multiple choice question 2 (popup menu).]] Only one correct answer, choices are hidden.
Line 17: Line 18:
   
 
* [[FractionAnswer1|Answer is a fraction (rational number).]] This question requires students to simplify their answer. (Uses contextFraction.pl)
 
* [[FractionAnswer1|Answer is a fraction (rational number).]] This question requires students to simplify their answer. (Uses contextFraction.pl)
* [[FormulaAnswer1|Answer is a formula.]]
 
 
* [[AlgebraicFractionAnswer1|Answer is an algebraic fraction.]] For example, a rational function that must be simplified. (Uses MultiAnswer.pl)
 
* [[AlgebraicFractionAnswer1|Answer is an algebraic fraction.]] For example, a rational function that must be simplified. (Uses MultiAnswer.pl)
 
* [[LinearEquationAnswer1|Answer is a an equation that defines a function.]] For example, a linear equation or a quadratic function. (Uses parserAssignment.pl)
 
* [[LinearEquationAnswer1|Answer is a an equation that defines a function.]] For example, a linear equation or a quadratic function. (Uses parserAssignment.pl)

Revision as of 02:50, 1 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

  • Function decomposition. Write a given function as a composition of two non-identity functions (Uses answerComposition.pl)

Differential Calculus

Integral Calculus

Vector Calculus

Differential Equations