From Wikipedia, the free encyclopedia

Offline mobile learning is the ability to access learning materials on a mobile device without requiring an Internet connection.

Generally, web-based applications functionalities are dependent on ability to access to the Web. While there are many practical reasons for an application to access data on a server, not every feature of an application may necessarily need to have such access. Offline access to such features may enhance the user experience and increase access where networks are unavailable, unaffordable (such as in developing countries), rural areas, and those with limited data plans. [1]

Various technologies used to develop education technology support offline functionality such as Progressive Web Apps [2] and Mobile apps. [3]

Mobile Learning: Developing Countries

The developed world’s emphasis on highly sophisticated technological devices is a futuristic dream for most developing countries. [4] Nevertheless, these countries realise that M-Learning is more than just using a mobile device for E-Learning, and that it requires an entirely different approach. In order to utilize M-Learning efficiently in these developing countries, there is a need to understand this approach, as technology becomes available.

These mobile technologies have successfully enabled learning opportunities and support to those learners in developing countries who are situated far distances away from educational facilities, and do not have the infrastructure to support access.

Users in developing countries have the same need for M-Learning to be mobile, accessible and affordable, as those in developed countries do. The very significance of M-Learning is its ability to make learning mobile, away from the classroom or workplace. These Wireless and mobile technologies enable learning opportunities to learners who do not have direct access to learning in these places. Many learners in developing countries have trouble accessing the internet, or experience difficulty in affording technology that enables learning in an E-Learning environment. Mobile devices are a cheaper alternative compared to traditional E-Learning equipment such as PCs and Laptops.

However, to fully utilize this potential it is imperative to explore the factors that determine mobile telecommunications development in the developing world. [5] Delivering mobile services on open hardware and open software not just practically makes sense but can also lower the cost and thus increase the possibility of offering sustainable services in the future. While the benefits of open-source software are proven, it is important to conduct a broader study to investigate the potential role of relatively new copyleft approach for custom hardware, as supporting mobile learners in their own socio-cultural contexts of developing countries is a significant challenge. [6]

Technologies

A range of devices exist from Mobile devices such as smartphones and tablets to single-purpose devices such as E-book readers. Different combinations of hardware and software can be used to make learner experiences that normally require an Internet connection work offline

Learning Management Systems (LMS)

Some Learning Management Systems provide offline functionality via Mobile apps [7] [8] and/or offline web technologies. They can use data synchronization to make learning content available offline and submit user data (e.g. assignments) when a connection is available.

Making educational websites available offline

Web scraping and web archiving can be used to download web content for use offline. It can be complex to scrape dynamic content in such a way that it can work offline the same as it works online (e.g. where the content relies on communication with a server). When standard HTML is rendered the archive will work as expected, however results with dynamic content can vary. [9] Dynamic websites can use service workers to automatically preload all resources required for a site to work offline. [10]

Format Description
Web ARChive Web Archive specifies a file format to combining multiple digital resources (e.g. websites, images, scripts). It is a widely used open standard for archiving web content, including by Internet Archive's Wayback Machine.
ZIM ZIM is an open file format that focuses on supporting the use of Wikipedia offline such as using the open source Kiwix, however can store other content and full-text indexes.
Web Bundle Web Bundles are a WebPlatform.org incubating proposal for a collection of http resources, each of which can be signed or unsigned. [11] Web bundles can be directly loaded by Chrome/Chromium if enabled [12] and displayed the same as if they had been loaded directly over http.

Projects such as World Possible and Internet-in-a-Box make large collections of scraped websites available offline.

Challenges

Some modern mobile devices have the capability to store thousands of documents and therefore have the potential to be used as powerful offline learning tools.

Typically, the optimal solution is to use the local store as much as possible, since it is usually faster than a remote connection. However, the more work an application does locally, the more code you need to write to implement the feature locally and to synchronize the corresponding data. There is a cost/benefit tradeoff to consider, and some features may not be worthwhile to support locally. [13]

See also

References

  1. ^ https://docs.moodle.org/401/en/Moodle_app_offline_features
  2. ^ https://web.dev/offline-fallback-page/
  3. ^ https://developer.android.com/topic/architecture/data-layer/offline-first
  4. ^ Masters, K. (2004). Low-key m-learning: a realstic introduction of m-learning to developing countries (PDF).
  5. ^ Ping, G. & Adnan, R., 2009. Analysing the Mobile Telecommunications Market in a Developing Country: A Socio-Technical Perspective on Pakistan, Centre for Development Informatics, Instituate for development policy and management, SED.
  6. ^ Shrestha, S., Moore, J., Abdelnour-Nocera, J. "Low-cost hardware for ICT4D: what's right and what's left?". IIEEE Multidisciplinary Engineering Education Magazine, Vol 6, No 1 (2011).
  7. ^ https://docs.moodle.org/401/en/Moodle_app_offline_features
  8. ^ https://help.blackboard.com/Blackboard_App/Offline_Content
  9. ^ https://help.archive.org/help/wayback-machine-general-information/
  10. ^ https://web.dev/offline-fallback-page/
  11. ^ https://github.com/WICG/webpackagehttps://github.com/WICG/webpackage
  12. ^ https://developer.chrome.com/docs/web-platform/web-bundles/
  13. ^ Google "Google Gears API Architecture". Retrieved on 08/01/2010.

External links