From e0ce0ca74edd766f2906d88295c8ed9d53a70ac6 Mon Sep 17 00:00:00 2001 From: lingdocs <71590811+lingdocs@users.noreply.github.com> Date: Sat, 3 Sep 2022 16:51:09 +0400 Subject: [PATCH] more games --- src/content/verbs/past-verbs.mdx | 27 +++++++++++++++++++++++++++ src/games/games.tsx | 2 +- 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/src/content/verbs/past-verbs.mdx b/src/content/verbs/past-verbs.mdx index 2273cc9..9025cff 100644 --- a/src/content/verbs/past-verbs.mdx +++ b/src/content/verbs/past-verbs.mdx @@ -20,6 +20,17 @@ import habitualContinuousPast from "./habitual-continuous-past.svg"; import unoReverseMeme from "./uno-reverse-meme.jpg"; import EditableVPEx, { EditIcon } from "../../components/phrase-diagram/EditableVPEx"; import BasicVerbShowCase from "../../components/BasicVerbShowCase"; +import { + intransitiveImperfectivePastVerbGame1, + intransitiveImperfectivePastVerbGame2, + intransitivePerfectivePastVerbGame1, + intransitivePerfectivePastVerbGame2, + transitiveImperfectivePastVerbGame1, + transitiveImperfectivePastVerbGame2, + transitivePerfectivePastVerbGame1, + transitivePerfectivePastVerbGame2, +} from "../../games/games"; +import GameDisplay from "../../games/GameDisplay"; Past tense verbs in Pashto are famous for being very difficult and confusing for the learner. Thankfully there are some very simple rules that we can learn, and with a little practice (ok, a *lot* of practice) you'll find there's nothing scary about the past tense in Pashto at all. @@ -74,6 +85,10 @@ It uses the **perfective root** because it's loo Notice how when you can use the *short or the long* version of the roots. + + + + ### Continuous Past The continuous past tense is used for: @@ -93,6 +108,10 @@ The continuous past uses the **imperfective root* + + + + ## Past tense with transitive verbs 😵 Here's where things get interesting. **With past tense transitive verbs, the roles of king and servant are reversed!** With past tense transitive verbs in Pashto: @@ -137,6 +156,10 @@ The tenses (simple and continous past) stay the same and the formulas for making {"blocks":[{"key":0.7215647271503056,"block":{"type":"subjectSelection","selection":{"type":"NP","selection":{"type":"pronoun","person":3,"distance":"far"}}}},{"key":0.5243897934182491,"block":{"type":"objectSelection","selection":{"type":"NP","selection":{"type":"noun","entry":{"ts":1527812564,"i":6538,"p":"ډوډۍ","f":"DoDúy","g":"DoDuy","e":"bread, food, meal","c":"n. f."},"gender":"fem","genderCanChange":false,"number":"singular","numberCanChange":true,"adjectives":[]}}}}],"verb":{"type":"verb","verb":{"entry":{"ts":1527812790,"i":5795,"p":"خوړل","f":"khoRul","g":"khoRul","e":"to eat, to bite","c":"v. trans.","psp":"خور","psf":"khor","tppp":"خوړ","tppf":"khoR","ec":"eat,eats,eating,ate,eaten"}},"verbTense":"perfectivePast","perfectTense":"presentPerfect","imperativeTense":"imperfectiveImperative","tenseCategory":"basic","transitivity":"transitive","isCompound":false,"voice":"active","negative":false,"canChangeTransitivity":false,"canChangeVoice":true,"canChangeStatDyn":false},"form":{"removeKing":false,"shrinkServant":false}} } + + + + ### Examples with continous past @@ -160,6 +183,10 @@ The tenses (simple and continous past) stay the same and the formulas for making {"blocks":[{"key":0.7215647271503056,"block":{"type":"subjectSelection","selection":{"type":"NP","selection":{"type":"pronoun","person":3,"distance":"far"}}}},{"key":0.5243897934182491,"block":{"type":"objectSelection","selection":{"type":"NP","selection":{"type":"noun","entry":{"ts":1527812564,"i":6538,"p":"ډوډۍ","f":"DoDúy","g":"DoDuy","e":"bread, food, meal","c":"n. f."},"gender":"fem","genderCanChange":false,"number":"singular","numberCanChange":true,"adjectives":[]}}}}],"verb":{"type":"verb","verb":{"entry":{"ts":1527812790,"i":5795,"p":"خوړل","f":"khoRul","g":"khoRul","e":"to eat, to bite","c":"v. trans.","psp":"خور","psf":"khor","tppp":"خوړ","tppf":"khoR","ec":"eat,eats,eating,ate,eaten"}},"verbTense":"imperfectivePast","perfectTense":"presentPerfect","imperativeTense":"imperfectiveImperative","tenseCategory":"basic","transitivity":"transitive","isCompound":false,"voice":"active","negative":false,"canChangeTransitivity":false,"canChangeVoice":true,"canChangeStatDyn":false},"form":{"removeKing":false,"shrinkServant":false}} } + + + + ## Habitual Past Tenses You can add a to either the simple or continuous past to talk about a habitually recurring action in the past. (Remember the always goes in the .) The difference between the two habitual tenses *is slight*, and depends on how we view the events. diff --git a/src/games/games.tsx b/src/games/games.tsx index 21c97f5..f337388 100644 --- a/src/games/games.tsx +++ b/src/games/games.tsx @@ -206,7 +206,7 @@ export const transitivePerfectivePastVerbGame2 = makeGameRecord({ }); export const transitiveImperfectivePastVerbGame1 = makeGameRecord({ title: "Write the transitive continuous past verb (one)", - id: "transitive-imperfective-past-verbs-write-1", + id: "transitive-imperfective-past-verbs-write", link: "/verbs/past-verbs/#past-tense-with-transitive-verbs-", level: { level: 1, type :"transitiveImperfectivePast" }, SubCore: VerbGame,