Skip to content

Questions misinterpreting E as e #1766

Description

@kiratskitizing

There appears to be an issue when it comes to using E and e. Here are the examples given to me for reporting.

Replication:

  1. Add a stack question
  • Question name: Test
  • Question variables: ta1:?;
  • Question text: [[input:ans1]] [[validation:ans1]] e
  • Specific feedback: [[feedback:prt1]]
  • Question note: {@TA1@}
  • Input: ans1
  • Input type: Algebraic input
  • Model answer: ta1
  • Forbid float, require lowest terms, check the type of response: All "No"
  • Student must verify: Yes
  1. Preview the question: Type e
  • Image
  • e is represented as e
  1. Preview the question and in the textbox type: 10*e
  • Image
  • 10e is represented as 10e
  1. Preview the question and in the textbox type: 10e10
  • Image
  • 10e10 is represented as 10 x 10^10
  1. Preview the question and in the textbox type: 10E10
  • Image
  • 10E10 is represented as 10 x10^10, which is the confusion
  1. Preview the question and in the textbox type: 10/e
  • Image
  • But 10/e is represented by 10/e

Expectation: e should be for the natural number when multiplying, as seen with division, and E should be use for exponent.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions