-
Improvement
-
Resolution: Done
-
Minor
-
3.6.0
-
-
MOODLE_36_STABLE
-
MOODLE_36_STABLE
-
Moodle Mobile 3.6.1
If you separate two lines using <br>, <p> or similar, the app's word count thinks that the last word of the first line and the first word of the second line are the same word. E.g.:
<p>This is</p><p>some text</p>
The result will be 3 words because "is" and "some" are considered to be the same word.
This happens in web too, but the web editor usually adds new lines when you add a new line using the visual editor so it's harder to get this problem.