EzerIT / BibleOL

Web-based instruction in Biblical Hebrew and Greek
Other
25 stars 16 forks source link

All text is pulled for an exercise #51

Closed jloewenstein closed 4 months ago

jloewenstein commented 4 months ago

I made 2 almost identical exercises: Passages: Everything Sentences: [word NORETRIEVE frequency_rank<=150 AND gn IN (m) AND nu IN (sg) AND sp IN (subs) AND suffix_person IN (p1,p2,p3) AND suffix_gender IN (m,f) AND suffix_number IN (sg)] Fetures: Text - show Suffix person - request Limited Suffix gender - request Limited

This one works perfect: image

the next one: Passages: Everything Sentences: [word NORETRIEVE frequency_rank<=200 AND gn IN (m) AND nu IN (sg) AND sp IN (subs) AND suffix_person IN (p1,p2,p3) AND suffix_gender IN (m,f) AND suffix_number IN (sg,pl)] Fetures: Text - show Suffix person - request Limited Suffix gender - request Limited Suffix gender - request Limited

this one is bringing up every single word: image

What did I miss?

tmccormack165 commented 4 months ago

Hello @jloewenstein, I can investigate this problem, can you please tell me which database you were using to create this exercise, was it Hebrew (ETCBC4, OT) or Hebrew (ETCBC4, Transliterated, OT), thank you.

Sincerely, Timothy

jloewenstein commented 4 months ago

Hebrew (ETCBC4, OT) Also, I just tried creating it again from scratch - and it works, perfect. I don't know what I did...

tmccormack165 commented 4 months ago

Hello @jloewenstein, I am glad to hear it works, and I will still work to find out what is going on, there is a degree of randomness involved when creating an exercise, there is currently an open issue to improve the shuffling algorithm here https://github.com/EzerIT/BibleOL/issues/36

ernstboogert commented 4 months ago

Hebrew (ETCBC4, OT) Also, I just tried creating it again from scratch - and it works, perfect. I don't know what I did...

Did you make sure that the query for Sentence Unit is identical to the query for Sentence? I think that if you unselect the option to keep them the same that it will ask about every word, but I have to test that...

ernstboogert commented 4 months ago

Hi @jloewenstein, since your next try worked perfectly, I consider the issue completed. Please let us know if you need any more help.