Thursday 1 December 2016

Creating Responsive Web Design For Mobile Learning Content

As training and learning is becoming more mobile-enabled, mlearning is also becoming more sophisticated. All modern learners now want a mobile version of the e-learning course, so that they can access it anywhere and anytime – as per need.


To take into account practical concerns, the mlearning design should be aligned with all major devices that the users use and be compatible with varying screen resolutions as well. In the field of Web design and development, creating a separate mobile version of every training is impossible keeping in mind with the endless new resolutions and devices. So what is the solution?

Responsive Web design is the approach that suggests that design and development should respond to the user’s behavior and environment based on screen size, platform and orientation. The practice consists of a mix of flexible grids and layouts, images and an intelligent use of CSS media queries. As the user switches devices, the e-learning content should automatically switch to accommodate for resolution, image size and scripting abilities. In other words, responsive learning is the technology that automatically responds to the user’s preferences and eliminates the need for a different design and development phase for varying user devices.

To create e-learning content with responsive web design, there are three key technical features to be considered:

  • Media queries and media query listeners: Media queries allow the web page to use different CSS style rules based on the characteristics of the device on which the site is being displayed, the width of the browser being the most common one.
  • A flexible grid-based layout: The fluid grid concept calls for page element sizing to be in relative units, such as percentages or ems, rather than absolute units, such as pixels or points.
  • Flexible images and media: Through dynamic resizing or CSS, flexible images are sized in relative units — up to 100% — to prevent them from being displayed outside their containing element. A full image is downloaded on the device of a user and then resized to fit the screen.

The advent and popularity of mobile devices has affected the e-Learning industry as well. Mobile learning was just a concept till a few years ago, but is now being embraced by all. For developers though, mobile learning has always posed the problem of creating mobile content that is compatible across all user devices. In addition to PCs, tablets and mobile phones, developers had to create different versions of the content for Windows, Android and the Apple systems!

With HTML, mobile content can be created and displayed across all devices, such as PCs, tablets and mobile phones, and is compatible with different OSs. HTML supports responsive design features to create e-content that can be accessed across multiple devices, with equal ease and effective visual impact.

Responsive web design is poised to the change that new-age learners want to see in mobile content. We are looking forward to employing the new technology and continue sharing our experiences!


No comments:

Post a Comment