From 81bbb79654ba767b89185534dd8ec1bd3ec5c3da Mon Sep 17 00:00:00 2001 From: lingdocs <71590811+lingdocs@users.noreply.github.com> Date: Wed, 11 May 2022 13:45:34 -0500 Subject: [PATCH] oops --- src/games/sub-cores/EquativeGame.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/games/sub-cores/EquativeGame.tsx b/src/games/sub-cores/EquativeGame.tsx index 5ad67e2..ab0ca01 100644 --- a/src/games/sub-cores/EquativeGame.tsx +++ b/src/games/sub-cores/EquativeGame.tsx @@ -390,7 +390,7 @@ export default function EquativeGame({ id, link, level }: { id: string, link: st
{/*
*/} - + {/*
*/} {/*
Type Enter to check @@ -402,11 +402,11 @@ export default function EquativeGame({ id, link, level }: { id: string, link: st function Instructions() { return
- {level === "allProduce" - ?

Fill in the blank with the correct {humanReadableTense(level)} equative in Pashto script

+ {level === "allIdentify" + ?

Identify a correct tense for each equative phrase you see

: level === "situations" ?

Choose the right type of equative for each given situation

- :

Identify a correct tense for each equative phrase you see

} + :

Fill in the blank with the correct {humanReadableTense(level)} equative in Pashto script

} {level === "allProduce" &&
⚠ All tenses included...
}
}