# Use of "OR" to show correctness

**URL:** https://cl.desmos.com/t/use-of-or-to-show-correctness/4853
**Category:** Questions
**Created:** [April 19, 2023, 2:10pm UTC](https://cl.desmos.com/t/use-of-or-to-show-correctness/4853 "2023-04-19T14:10:08Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Mr\_Rhodes](https://yyz1.discourse-cdn.com/flex031/user_avatar/cl.desmos.com/mr_rhodes/32/4086_2.png) [@Mr\_Rhodes](https://cl.desmos.com/u/Mr_Rhodes)
#### Post date: [April 19, 2023, 2:10pm UTC](https://cl.desmos.com/t/use-of-or-to-show-correctness/4853/1 "2023-04-19T14:10:08Z")

</div>

Hi! I am having an issue with correctness both on the teacher dashboard and on the teacher tab. I thought the coding was correct, but apparently not. Here is what I have:

correct:input5a.latex=“x+6” or input5a.latex= “x+4”  
correct:input5b.latex=“x+6” or input5b.latex= “x+4”

Any help would be greatly appreciated! 🙂

> **[Factoring Trinomials • Activity Builder by Desmos](https://teacher.desmos.com/activitybuilder/custom/643ff5335246d686466c67b3)**
>
> by Nick Rhodes

---

<div class="post-metadata">

### Author: ![Daniel\_Wekselgreene](https://yyz1.discourse-cdn.com/flex031/user_avatar/cl.desmos.com/daniel_wekselgreene/32/1819_2.png) [@Daniel\_Wekselgreene](https://cl.desmos.com/u/Daniel_Wekselgreene)
#### Post date: [April 19, 2023, 9:10pm UTC](https://cl.desmos.com/t/use-of-or-to-show-correctness/4853/2 "2023-04-19T21:10:10Z")

</div>

This would mark true if, for example, they put x + 4 in both boxes. You could do something like this:

```auto
correct: (input5a.latex="x+6" and input5b.latex= "x+4") or (input5a.latex="x+4" and input5b.latex= "x+6")

```
