# Checking currency amount

**URL:** https://cl.desmos.com/t/checking-currency-amount/4538
**Category:** Questions
**Created:** [November 5, 2022, 11:45am UTC](https://cl.desmos.com/t/checking-currency-amount/4538 "2022-11-05T11:45:43Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![tarnold](https://avatars.discourse-cdn.com/v4/letter/t/c5a1d2/32.png) [@tarnold](https://cl.desmos.com/u/tarnold)
#### Post date: [November 5, 2022, 11:45am UTC](https://cl.desmos.com/t/checking-currency-amount/4538/1 "2022-11-05T11:45:43Z")

</div>

Hi

I am trying to code a question which has a money answer of £197.40 but it is returning an incorrect answer. I’ve also tried checking the input as latex instal of numerical and it doesn’t work, I’d be grateful for some help

this is my code:

```auto
`disableEvaluation:true

initialLatex: "£"  
check5=when ans5.numericValue=197.40 1 otherwise 0
errorMessage:""

correct: check5=1

```

---

<div class="post-metadata">

### Author: ![pirsquared](https://avatars.discourse-cdn.com/v4/letter/p/4af34b/32.png) [@pirsquared](https://cl.desmos.com/u/pirsquared)
#### Post date: [November 5, 2022, 7:43pm UTC](https://cl.desmos.com/t/checking-currency-amount/4538/2 "2022-11-05T19:43:51Z")

</div>

I’m not sure there have been any developments since [you last asked](https://cl.desmos.com/t/checking-student-answer-correct-for-currency/3818) about this, I’m afraid.
