pangeachat / client

Learn a language while texting your friends
https://krille-chan.github.io/fluffychat/
GNU Affero General Public License v3.0
2 stars 2 forks source link

There should not be a listening activity for messages shown as not in the target language. #1030

Open ggurdin opened 3 hours ago

ggurdin commented 3 hours ago

Alter the message analytics controller get function to require 1) whether it's the user's message 2) whether originalSent is in the user's L2. Within the controller, then determine a) whether to do practice activities at all (only do them on messages sent in the L2) and b) whether to do hiddenWordListening (only do them when ownMessage = false).

ggurdin commented 3 hours ago

https://github.com/pangeachat/2-step-choreographer/issues/203