webapp icon indicating copy to clipboard operation
webapp copied to clipboard

Use different StoryBook font-size and letter-spacing per ReadingLevel

Open nya-elimu opened this issue 4 years ago • 1 comments

StoryBooks are categorized into 4 ReadingLevels. Children on level 1 (just beginning to read) will be presented with larger font size, larger spacing between words, and larger spacing between letters. Then, as they gradually improve their reading skills, we can reduce the font-size and letter/word spacing.

Add adjustments for reading level 2, 3 and 4.


Relates to https://github.com/elimu-ai/vitabu/issues/35 Relates to #1166

nya-elimu avatar Oct 31 '20 18:10 nya-elimu

@Keerthi4308 For reference, see the implementation of this issue in the Android app: https://github.com/elimu-ai/vitabu/issues/35

In particular, dimens.xml: https://github.com/elimu-ai/vitabu/commit/be739a67ae29999165def8ee9b7020618b8dff69#diff-98f128474b38c601bb720f8dced679d72d2ed0b2dbd1212cece74daa810e269c

nya-elimu avatar Dec 14 '20 22:12 nya-elimu