An then if you are mainly working with sentences …well of course they need to think about that.
@AntonioMaceo, I don’t see any problem with sentences, what do you mean? What do you you want them to think about?
Sentences appear jumbled in the selection boxes for the compulsory tap tests. This is partly because in Japanese words are strung together.
I don’t understand why the screen can’t have a wider view of a complete sentence or at least the option to choose a smaller font.
On my PC the test box fits into just 1/3 or 1/4 of the screen space.
It’s amazing that this issue still hasn’t been addressed on the web version to this day. Something that would require an easy fix like adjusting the css to make 4 rows of answers instead of a 2x2 layout or make font smaller or make the box wider or any other option that would do the trick and make it finally usable. Come on, Memrise!
This is really something that should be configurable per language in the courses. Some languages have long words but have short and narrow letters. Others have wide letters and possibly also long words. And then we have languages with stacked parts forming letters so the height could be 2x-3x of what is written here. Not to speak of sentence lessons.
Erm… your screenshot actually seems to show that the workaround that was discussed above has been implemented, because it seems like all the letters are visible (and then I think your problem is that the word is broken at random, but that’s actually a significant improvement over the original situation). The original problem was that the letters disappeared out of view. Your post seems to show that the original issue has in fact been addressed - although not in the way that I’d have preferred.
What you show isn’t pretty, but it’s at least possible to answer the quiz.
Ok. That seems to be true. Still, we can all agree it’s not very functional and further improvements needed.
Hey folks! Jumping in here… We’re looking at some fixes for some of these things with the new alpha versions that we’re building. Although I have to say, it’s not as easy as it looks! As you can see we implemented a fix so you’ll always be able to see the word, but the breaks are messy. CSS isn’t great at doing logical word breaks, and the only surefire way is to manually add in where words should break using hacky javascript, which is a mammoth task in itself.
BUT just wanted to say we are actually trying to fix these things. We just have a very very very long list of fixes!
@lurkmoophy Thank you for you response. It’s really great to learn the team is working on this as well.
@lurkmoophy thanks for the update and the fix. It might not be pretty, but at least it’s possible to see what’s the right answer, so in my book you’ve solved 80% of the problem :).
Personally I’d go for an option to “disable two column answers” (on the database or column level I guess). Trying to get word breaks to work correctly doesn’t seem worth the time in general, when you need to cater for all the languages of the world (plus a few more). I’d hate to see English word breaking rules applied to Greenlandic for example - that would be a step back from where we are now (“break when there’s no more room” is less bad than “break where English would’ve broken”).
That’s what I thought too! We made that change on Decks mid-last year and the amount of feedback we got about poor user experience made us change it back. Mainly, there’s a problem where all the answers don’t fit on the screen easily.
We’ll keep looking at it though. I’m sure there’s a solution that satisfies most people!
It’s not an easy problem due to all the languages having different glyph properties (height, width, spacing et rest).