Create Integer or Decimal Number Questions

You can create numerical questions that ask your students to answer with an integer or decimal value.

How-ToInstructor HelpWebAssign
  • Fractional answers are also allowed, but answers are not required to be specified as a fraction.
  • Students can enter scientific notation like 6.4e2.
  • Unless you disallow it, students can also enter simple mathematical expressions like 19 * 23.
  1. Click Questions Create.

    The Question Editor opens.

  2. In Mode, select Numerical.

  3. In Question, type your question.

    Use the answer placeholder string <_> to specify where the answer box should be displayed.

  4. You can combine these declarations using a single <EQN> tag by separating each declaration with a semicolon.

    For example:

    <EQN $SIMPLIFIED=1; $size=20; ''>
  5. In Answer, type the correct numerical answer to the question.

  6. Type a Solution.

    The solution helps your students understand the steps they need to take to determine the correct answer to the question. Your assignment settings specify when to show the solution.

Example Numerical Question The following table summarizes an actual question. QID 1077998 Name Template2 2.NUM.01. Mode Numerical Question How many miles will a car travel in 3 minutes if its speed is constant at 60 mph? <br> <_> miles Answer <EQN $size=2; ''>3 Solution Since there are 60 minutes/hour, at 60 mph the car is traveling at 1 mile/minute. Display to Students Example Numerical Question Requiring a Computed Response The following table summarizes an actual question. QID 1203080 Name Template2 2.NUM.06. Mode Numerical Question 34 + 10 + 5 = <_> Answer <EQN $SIMPLIFIED=1; ''>49 {tab} 0 Display to Students