vgwb / Antura_arabic

winner of the EduApp4Syria international initiative, the learning game "Antura and the Letters (Arabic)" teaches arabic kids how to read and write. Complete open source Unity project.
http://www.antura.org
Other
54 stars 26 forks source link

[PlaySessionDB] MissingLetter_LetterForm is not present in Stage 2, 3 and 4 #713

Closed FrancyCavallari closed 6 years ago

FrancyCavallari commented 6 years ago

MissingLetter_LetterForm is introduced in PS 1.5.1 ... but then it's not used anymore until PS 5.9.1 and later in PS 6.9.1. I think it's a mistake because we need to introduce/discover the forms of all the letters, so it should be present in all Stages! I'd recommend to include MissingLetter_LetterForm in PS:

and to remove it from PS:

I'll check with Safaa before making the changes... and re-importing the PlaySessionDB.

safaarbk commented 6 years ago

Confirmed. X.5.1 contains currently 2 minigames so we can add it as mini-game #2 and make it 3 mini-games.

FrancyCavallari commented 6 years ago

We implemented it as minigame #3 like it was present in PS 1.5.1 ... ... so the sequence of minigames in PS X.5.1 is always:

  1. FastCrowd_letterform
  2. DancingDots_letterany
  3. MissingLetter_letterform

It's a good order because it alternates forms and diactiritics... Safaa confirmed it's ok. @StefanoCecere you just have to re-import the PlaySessionDB

StefanoCecere commented 6 years ago

done