Baselight

Open University Learning Analytics Dataset (OULAD)

Online Learning Platform Data with Student Demographics

@kaggle.anlgrbz_student_demographics_online_education_dataoulad

Studentvle
@kaggle.anlgrbz_student_demographics_online_education_dataoulad.studentvle

  • 29.52 MB
  • 10655280 rows
  • 6 columns
code_module

Code Module

code_presentation

Code Presentation

id_student

Id Student

id_site

Id Site

date

Date

sum_click

Sum Click

AAA2013J28400546652-104
AAA2013J28400546652-101
AAA2013J28400546652-101
AAA2013J28400546614-1011
AAA2013J28400546714-101
AAA2013J28400546652-108
AAA2013J28400546876-102
AAA2013J28400546688-1015
AAA2013J28400546662-1017
AAA2013J28400546890-101

CREATE TABLE studentvle (
  "code_module" VARCHAR,
  "code_presentation" VARCHAR,
  "id_student" BIGINT,
  "id_site" BIGINT,
  "date" BIGINT,
  "sum_click" BIGINT
);

Share link

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