Skip to main content

Open source library for e-Book log analysis

Project description

OpenLA: open-source library for e-book log analysis

PyPI Latest Release Coverage Package Status License Downloads Documentation

Introduction

OpenLA is an open-source library for e-book log analysis.

This Python library helps reduce redundant development when preprocessing e-book logs: calculating reading times for each learner, counting up operations, page-wise summary of student behavior, etc.

OpenLA concept

API concept

Four preprocessing processes are essential and common in e-book log analysis: getting course information, converting the log into a form suitable for analysis, extracting the required information, and visualizing the data.

In order to improve efficiency and reduce reiteration in these processes, OpenLA provides the corresponding four modules: Course Information, Data Conversion, Data Extraction, and Data Visualization.

Preprocessing flow

Installation

OpenLA is available on PyPi. You can install it with pip.

pip install OpenLA

OpenLA works on python 3.7, 3.8, 3.9 and 3.10.

Below are the versions of OpenLA's main dependencies we use for testing, but you probably do not need to worry about this.

  • python 3.7: matplotlib 3.5.2, numpy 1.21.6, pandas 1.3.5
  • python 3.8 or newer: matplotlib 3.5.2, numpy 1.22.3, pandas 1.4.2

Datasets for OpenLA

The dataset used in this library has the same structure as the open source ones used to conduct Data Challenge Workshops in LAK19 and LAK20.

We target BookRoll logs, but logs from other systems can be adapted.

The dataset may include up to four types of files.

Course_#_EventStream.csv

  • Data of the logged activity data from learners' interactions with the BookRoll system
  • Columns: userid, contentsid, operationname, pageno, marker, memo_length, devicecode, and eventtime

Course_#_LectureMaterial.csv

  • Information about the length of the lecture materials used
  • Columns: lecture, contentsid, and pages

Course_#_LectureTIme.csv

  • Information about the schedule of the lectures
  • Columns: lecture, starttime, and endtime

Course_#_QuizScore.csv

  • Data on the final score for each student
  • Columns: userid and score

Note: from version 0.2.1, OpenLA can treat grading data, which was not present in the LAK19 and LAK20 datasets.

Course_#_GradePoint.csv

  • Data on the final grade for each student
  • Columns: userid and grade

Where # is the course id. BookRoll is an e-book system to record learning activities.

If you need a sample dataset, please contact openla@limu.ait.kyushu-u.ac.jp .

Documentation

Read the docs for detailed information about all the modules, and for code examples.

For more information about BookRoll and the learning analytics platform on which the data was collected, please refer to the following:

  • Brendan Flanagan, Hiroaki Ogata, Integration of Learning Analytics Research and Production Systems While Protecting Privacy, Proceedings of the 25th International Conference on Computers in Education (ICCE2017), pp.333-338, 2017.
  • Hiroaki Ogata, Misato Oi, Kousuke Mohri, Fumiya Okubo, Atsushi Shimada, Masanori Yamada, Jingyun Wang, and Sachio Hirokawa, Learning Analytics for E-Book-Based Educational Big Data in Higher Education, In Smart Sensors at the IoT Frontier, pp.327-350, Springer, Cham, 2017.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

openla-0.3.0.tar.gz (20.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

openla-0.3.0-py3-none-any.whl (26.3 kB view details)

Uploaded Python 3

File details

Details for the file openla-0.3.0.tar.gz.

File metadata

  • Download URL: openla-0.3.0.tar.gz
  • Upload date:
  • Size: 20.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.5.1 CPython/3.11.3 Darwin/22.3.0

File hashes

Hashes for openla-0.3.0.tar.gz
Algorithm Hash digest
SHA256 e0f2554094270c0397c9c7b79300e94cae54341319fb9787c7454e83a5447e7c
MD5 04440ed0f3d80cbb3c45ba993b2fb577
BLAKE2b-256 613eb842020a0a0af7d0df6f704dfad3631f58916d5187968736858876d6584c

See more details on using hashes here.

File details

Details for the file openla-0.3.0-py3-none-any.whl.

File metadata

  • Download URL: openla-0.3.0-py3-none-any.whl
  • Upload date:
  • Size: 26.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.5.1 CPython/3.11.3 Darwin/22.3.0

File hashes

Hashes for openla-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 842579b48ac1f04802dd308ac8f78da61d73f0bee28464956d933fb3d199115b
MD5 3ae6f105bbb3827000bb283c2392181c
BLAKE2b-256 49f3eec7c3117bfa2a1dc86567d49562d6904fdc47a8c9ff0b5bc76ed137f9f2

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page