Baselight

Open University Learning Analytics Dataset (OULAD)

Online Learning Platform Data with Student Demographics

@kaggle.anlgrbz_student_demographics_online_education_dataoulad

Assessments
@kaggle.anlgrbz_student_demographics_online_education_dataoulad.assessments

  • 6.59 KB
  • 206 rows
  • 6 columns
code_module

Code Module

code_presentation

Code Presentation

id_assessment

Id Assessment

assessment_type

Assessment Type

date

Date

weight

Weight

AAA2013J1752TMA1910
AAA2013J1753TMA5420
AAA2013J1754TMA11720
AAA2013J1755TMA16620
AAA2013J1756TMA21530
AAA2013J1757Exam100
AAA2014J1758TMA1910
AAA2014J1759TMA5420
AAA2014J1760TMA11720
AAA2014J1761TMA16620

CREATE TABLE assessments (
  "code_module" VARCHAR,
  "code_presentation" VARCHAR,
  "id_assessment" BIGINT,
  "assessment_type" VARCHAR,
  "date" DOUBLE,
  "weight" DOUBLE
);

Share link

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