Development 17 Dec 2017

Current setting up the page for Editing of Articles. I am changing the editing page to set it to 1.6k char max, instead of previous version which defines pages by how much the content area can fit. This works hand-in-hand with the original flow that Creation of an article is limited to 1.6k characters.

That is, if user intends to create an article that is over 1.6k, he will be directed to do so by using the edit functionality. This breaks the technical limit of having InputField of 1.6k only.

However, the paging system defined by how much content could fit into content window area is still useful for STUDY and EXAM functionality, as it allows users to page jump to target specific area of text content.
EXAM page format will naturally follow STUDY paging format.

E.g. User is having difficulty memorising page 3, he does not have to keep on scrolling from the top every time he enters the study page. Instead, he could straight away jump to Page 3 for repeated studying.


Development:
- Ported Original EditManger's code to Study.
- Created a Copy of EditManager that i intend to hollow out to set up 1.6k characters paging system

Comments

Popular Posts