Baselight

Open University Learning Analytics Dataset (OULAD)

Online Learning Platform Data with Student Demographics

@kaggle.anlgrbz_student_demographics_online_education_dataoulad

Vle
@kaggle.anlgrbz_student_demographics_online_education_dataoulad.vle

  • 45.78 KB
  • 6364 rows
  • 6 columns
id_site

Id Site

code_module

Code Module

code_presentation

Code Presentation

activity_type

Activity Type

week_from

Week From

week_to

Week To

546943AAA2013Jresource
546712AAA2013Joucontent
546998AAA2013Jresource
546888AAA2013Jurl
547035AAA2013Jresource
546614AAA2013Jhomepage
546897AAA2013Jurl
546678AAA2013Joucontent
546933AAA2013Jresource
546708AAA2013Joucontent

CREATE TABLE vle (
  "id_site" BIGINT,
  "code_module" VARCHAR,
  "code_presentation" VARCHAR,
  "activity_type" VARCHAR,
  "week_from" DOUBLE,
  "week_to" DOUBLE
);

Share link

Anyone who has the link will be able to view this.