Problem:
At VCH, when Moodle was implemented as a Learning Management System (LMS) in 2009, the interfaces for content was not very user friendly. Two years later, with the new Moodle version, our IT team figured out how to give us CSS access to customize the.
Although people felt that a page with a stretch factor (not fixed width) was a solution to have content adjust to different screen sizes, it was actually a problem. The design would fall apart when canvas width changed (larger monitor). Furthermore, while there was no agreement on the size among instructional designers, SMEs and designer, we continued developing courses on a not standardized template – creating more bad design. Even with the pages that had a fixed size, different people had different view on what the width should be.
Approach to a better design solution:
The first step in having some design control of the layout was to eliminating the default percentage factor of the page. I introduced a fixed dimension.
Determining the width of the page
Many felt that we needed more space for content. Reference was made to of Jacob Nielson’s research about wide space and people in the team quickly embraced that. Yes Jackob Nielson did make a statement about trends and space usage but forgot to talk about how to make use of the space. So naturally people thought that it was okay to have text run from the left side of the monitor to the right side of the monitor.
The problem with our LMS was that it could not feature responsive design and the use of div tags, nor column structures (i.e. Newspaper style) which was essential if we were to move towards a 100% width. We could not even implement codes to make the page behave adaptive.
I researched for an element in the design that would serve as a guide or constraint. I was searching for an element that would be constant. Before that I set some rules:
1. My page consisted of a width which had to be defined. In it I had two columns. One column for content and the other column for table of content (links).
2. Although the width of content was much larger than the width of the TBC, the exact width of each had to be defined.
3. The content page had to be large enough to display video, image, and variations of text format (one column, two column, and 3 if possible).
In my research I came across CPL Character Per Line. Studies showed that approx. 75 CPL is the standard. I calculated what 75 CPL would be in width. At 12px font size, it came to under 640 pixel page width. With a default page of 950px I was able to propose wider table of content and a structure that organized video, image, and text very well.