The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
Error code: DatasetGenerationCastError
Exception: DatasetGenerationCastError
Message: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 10 new columns ({'learning_style', 'is_assessment', 'click_page', 'student_feedback', 'material_type', 'learning_speed', 'subject', 'gender', 'performance_label', 'achievement_status'}) and 31 missing columns ({'subject_History', 'subject_Mathematics', 'click_page_Home', 'efisiensi_belajar', 'click_page_Math', 'interaksi_total', 'click_page_Computer Science', 'hari_dalam_minggu', 'learning_style_Kinesthetic', 'engagement_rata2', 'rasio_penyelesaian', 'subject_Science', 'click_page_History', 'student_feedback_encoded', 'click_page_Science', 'jam_belajar', 'learning_style_Auditory', 'performance_label_encoded', 'subject_Computer Science', 'achievement_status_encoded', 'preferensi_materi', 'subject_English', 'click_page_English', 'akhir_pekan', 'jumlah_pengakses', 'is_assessment_encoded', 'learning_style_Visual', 'learning_speed_encoded', 'material_type_encoded', 'gender_Female', 'gender_Male'}).
This happened while the csv dataset builder was generating data using
hf://datasets/reennv/Datasets_LeagueOfVillain/personalized_education_data.csv (at revision cfc9bcfafb9acee0565f98eefe462973576daaab)
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback: Traceback (most recent call last):
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1831, in _prepare_split_single
writer.write_table(table)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 644, in write_table
pa_table = table_cast(pa_table, self._schema)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2272, in table_cast
return cast_table_to_schema(table, schema)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2218, in cast_table_to_schema
raise CastError(
datasets.table.CastError: Couldn't cast
student_id: string
gender: string
grade: int64
learning_style: string
tech_savvy: bool
timestamp: string
subject: string
material_type: string
duration_minutes: int64
engagement_score: int64
completion_rate: int64
is_assessment: bool
quiz_score: double
click_page: string
performance_label: string
material_rating: int64
interaction_duration: int64
related_materials: string
material_engagement_score: double
feature_engagement: double
student_feedback: string
achievement_status: string
learning_speed: string
-- schema metadata --
pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 3165
to
{'student_id': Value('string'), 'grade': Value('float64'), 'tech_savvy': Value('int64'), 'timestamp': Value('string'), 'duration_minutes': Value('float64'), 'engagement_score': Value('float64'), 'completion_rate': Value('float64'), 'quiz_score': Value('float64'), 'material_rating': Value('float64'), 'interaction_duration': Value('float64'), 'related_materials': Value('string'), 'material_engagement_score': Value('float64'), 'feature_engagement': Value('float64'), 'jam_belajar': Value('float64'), 'hari_dalam_minggu': Value('int64'), 'akhir_pekan': Value('int64'), 'efisiensi_belajar': Value('float64'), 'rasio_penyelesaian': Value('float64'), 'interaksi_total': Value('float64'), 'material_type_encoded': Value('int64'), 'preferensi_materi': Value('float64'), 'jumlah_pengakses': Value('float64'), 'engagement_rata2': Value('float64'), 'gender_Female': Value('float64'), 'gender_Male': Value('float64'), 'learning_style_Auditory': Value('float64'), 'learning_style_Kinesthetic': Value('float64'), 'learning_style_Visual': Value('float64'), 'subject_Computer Science': Value('float64'), 'subject_English': Value('float64'), 'subject_History': Value('float64'), 'subject_Mathematics': Value('float64'), 'subject_Science': Value('float64'), 'click_page_Computer Science': Value('float64'), 'click_page_English': Value('float64'), 'click_page_History': Value('float64'), 'click_page_Home': Value('float64'), 'click_page_Math': Value('float64'), 'click_page_Science': Value('float64'), 'performance_label_encoded': Value('int64'), 'learning_speed_encoded': Value('float64'), 'student_feedback_encoded': Value('float64'), 'achievement_status_encoded': Value('int64'), 'is_assessment_encoded': Value('int64')}
because column names don't match
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1456, in compute_config_parquet_and_info_response
parquet_operations = convert_to_parquet(builder)
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1055, in convert_to_parquet
builder.download_and_prepare(
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 894, in download_and_prepare
self._download_and_prepare(
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 970, in _download_and_prepare
self._prepare_split(split_generator, **prepare_split_kwargs)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1702, in _prepare_split
for job_id, done, content in self._prepare_split_single(
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1833, in _prepare_split_single
raise DatasetGenerationCastError.from_cast_error(
datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 10 new columns ({'learning_style', 'is_assessment', 'click_page', 'student_feedback', 'material_type', 'learning_speed', 'subject', 'gender', 'performance_label', 'achievement_status'}) and 31 missing columns ({'subject_History', 'subject_Mathematics', 'click_page_Home', 'efisiensi_belajar', 'click_page_Math', 'interaksi_total', 'click_page_Computer Science', 'hari_dalam_minggu', 'learning_style_Kinesthetic', 'engagement_rata2', 'rasio_penyelesaian', 'subject_Science', 'click_page_History', 'student_feedback_encoded', 'click_page_Science', 'jam_belajar', 'learning_style_Auditory', 'performance_label_encoded', 'subject_Computer Science', 'achievement_status_encoded', 'preferensi_materi', 'subject_English', 'click_page_English', 'akhir_pekan', 'jumlah_pengakses', 'is_assessment_encoded', 'learning_style_Visual', 'learning_speed_encoded', 'material_type_encoded', 'gender_Female', 'gender_Male'}).
This happened while the csv dataset builder was generating data using
hf://datasets/reennv/Datasets_LeagueOfVillain/personalized_education_data.csv (at revision cfc9bcfafb9acee0565f98eefe462973576daaab)
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
student_id string | grade float64 | tech_savvy int64 | timestamp string | duration_minutes float64 | engagement_score float64 | completion_rate float64 | quiz_score float64 | material_rating float64 | interaction_duration float64 | related_materials string | material_engagement_score float64 | feature_engagement float64 | jam_belajar float64 | hari_dalam_minggu int64 | akhir_pekan int64 | efisiensi_belajar float64 | rasio_penyelesaian float64 | interaksi_total float64 | material_type_encoded int64 | preferensi_materi float64 | jumlah_pengakses float64 | engagement_rata2 float64 | gender_Female float64 | gender_Male float64 | learning_style_Auditory float64 | learning_style_Kinesthetic float64 | learning_style_Visual float64 | subject_Computer Science float64 | subject_English float64 | subject_History float64 | subject_Mathematics float64 | subject_Science float64 | click_page_Computer Science float64 | click_page_English float64 | click_page_History float64 | click_page_Home float64 | click_page_Math float64 | click_page_Science float64 | performance_label_encoded int64 | learning_speed_encoded float64 | student_feedback_encoded float64 | achievement_status_encoded int64 | is_assessment_encoded int64 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
STU1000 | 0 | 1 | 2025-04-07 20:45:00 | 0.445455 | 0.444444 | 0.833333 | 0.625 | 1 | 0.666667 | Video Lesson World War | 0.875777 | 0.440032 | 0.714286 | 0 | 0 | 0.08389 | 0.833333 | 0.235642 | 2 | 1 | 1 | 1 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 2 | 0 | 1 | 0 |
STU1000 | 0 | 1 | 2025-05-22 17:00:00 | 0.909091 | 0.666667 | 0.777778 | 0.568184 | 0 | 0.666667 | Audio Lecture Chemistry | 0.860844 | 0.379674 | 0.285714 | 3 | 0 | 0.06043 | 0.777778 | 0.636824 | 0 | 0.296337 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 1 | 0 |
STU1000 | 0 | 1 | 2025-01-22 15:00:00 | 0.727273 | 0.666667 | 0.744444 | 0.625 | 0 | 0.2 | Interactive Exercise Ancient Civilizations | 0.163881 | 0.299049 | 0 | 2 | 0 | 0.076146 | 0.744444 | 0.518581 | 1 | 0.190899 | 0.653846 | 0.07066 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 1 | 2 | 1 | 0 |
STU1000 | 0 | 1 | 2025-05-02 20:30:00 | 0.163636 | 0.555556 | 0.844444 | 0.375 | 0.25 | 0.333333 | Video Lesson Algebra | 0.075982 | 0.871002 | 0.714286 | 4 | 0 | 0.22785 | 0.844444 | 0.128378 | 0 | 0.296337 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 2 | 0 | 1 | 0 |
STU1001 | 0.2 | 1 | 2025-06-09 18:45:00 | 0.290909 | 1 | 0.755556 | 0.584701 | 0.5 | 0.333333 | Video Lesson Programming | 0.44083 | 0.345196 | 0.428571 | 0 | 0 | 0.25431 | 0.755556 | 0.341216 | 2 | 0.405845 | 1 | 1 | 0 | 1 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 |
STU1001 | 0.2 | 1 | 2025-04-27 19:45:00 | 0.227273 | 0.888889 | 0.966667 | 0.625 | 0.75 | 0.733333 | Audio Lecture Modern History | 0.294133 | 0.699268 | 0.571429 | 6 | 1 | 0.275478 | 0.966667 | 0.252534 | 1 | 0.477987 | 0.653846 | 0.07066 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 1 | 2 | 1 | 0 |
STU1001 | 0.2 | 1 | 2025-04-25 15:45:00 | 0.9 | 0.555556 | 0.877778 | 0.591231 | 0.25 | 0.533333 | Audio Lecture Literature | 0.756482 | 0.767529 | 0 | 4 | 0 | 0.050884 | 0.877778 | 0.538851 | 2 | 0.405845 | 1 | 1 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 0 |
STU1001 | 0.2 | 1 | 2025-06-28 15:30:00 | 0.509091 | 0.222222 | 0.866667 | 0.375 | 0 | 0.6 | Interactive Exercise Algebra | 0.748339 | 0.175098 | 0 | 5 | 1 | 0.040225 | 0.866667 | 0.153716 | 1 | 0.477987 | 0.653846 | 0.07066 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 1 | 2 | 1 | 0 |
STU1001 | 0.2 | 1 | 2025-04-21 19:15:00 | 0.954545 | 1 | 1 | 0.584701 | 0.5 | 0.2 | Interactive Exercise Algorithms | 0.96499 | 0.140179 | 0.571429 | 0 | 0 | 0.086346 | 1 | 0.95777 | 1 | 0.477987 | 0.653846 | 0.07066 | 0 | 1 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 2 | 1 | 0 |
STU1002 | 0 | 1 | 2025-05-18 20:00:00 | 0.009091 | 0.666667 | 0.855556 | 0.387894 | 0.5 | 0.8 | Audio Lecture Modern History | 0.942259 | 0.107735 | 0.714286 | 6 | 1 | 0.696913 | 0.855556 | 0.05152 | 1 | 0.595265 | 0.653846 | 0.07066 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 2 | 2 | 1 | 1 |
STU1002 | 0 | 1 | 2025-06-19 20:15:00 | 0.072727 | 1 | 0.988889 | 0.584701 | 0.75 | 0.2 | Video Lesson Programming | 0.042167 | 0.036529 | 0.714286 | 3 | 0 | 0.607109 | 0.988889 | 0.138514 | 1 | 0.595265 | 0.653846 | 0.07066 | 1 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 2 | 1 | 1 | 0 |
STU1002 | 0 | 1 | 2025-05-26 17:45:00 | 0.427273 | 0.888889 | 0.866667 | 0.568184 | 0.75 | 0.2 | Interactive Exercise Biology | 0.615752 | 0.939285 | 0.285714 | 0 | 0 | 0.165181 | 0.866667 | 0.419764 | 1 | 0.595265 | 0.653846 | 0.07066 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 1 | 1 | 0 |
STU1002 | 0 | 1 | 2025-04-28 22:45:00 | 0.990909 | 0.777778 | 0.7 | 0.591231 | 1 | 0.733333 | Video Lesson Grammar | 0.396989 | 0.189281 | 1 | 0 | 0 | 0.064421 | 0.7 | 0.790541 | 2 | 0.304107 | 1 | 1 | 1 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 2 | 2 | 0 | 0 |
STU1002 | 0 | 1 | 2025-05-10 15:00:00 | 0.281818 | 0.444444 | 0.944444 | 0.568184 | 1 | 0.4 | Audio Lecture Chemistry | 0.213753 | 0.869857 | 0 | 5 | 1 | 0.125237 | 0.944444 | 0.159628 | 1 | 0.595265 | 0.653846 | 0.07066 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 1 | 1 | 0 |
STU1003 | 0.8 | 1 | 2025-06-08 19:15:00 | 0.763636 | 0.222222 | 0.711111 | 1 | 1 | 0.666667 | Video Lesson Physics | 0.171808 | 0.051732 | 0.571429 | 6 | 1 | 0.025178 | 0.711111 | 0.224662 | 2 | 0.421754 | 1 | 1 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 |
STU1003 | 0.8 | 1 | 2025-06-19 16:45:00 | 0.9 | 0.777778 | 0.844444 | 0.375 | 1 | 0.466667 | Audio Lecture Calculus | 0.040174 | 0.783301 | 0.142857 | 3 | 0 | 0.071275 | 0.844444 | 0.722973 | 1 | 0.870699 | 0.653846 | 0.07066 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 1 | 0 |
STU1003 | 0.8 | 1 | 2025-06-20 15:00:00 | 0.981818 | 0.888889 | 0.811111 | 0.625 | 0.75 | 0.133333 | Video Lesson World War | 0.320524 | 0.147764 | 0 | 4 | 0 | 0.074472 | 0.811111 | 0.883446 | 1 | 0.870699 | 0.653846 | 0.07066 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 2 | 1 | 0 |
STU1003 | 0.8 | 1 | 2025-06-24 20:45:00 | 0.609091 | 0.666667 | 0.822222 | 0.584701 | 0 | 0.2 | Audio Lecture Data Structures | 0.65122 | 0.769022 | 0.714286 | 1 | 0 | 0.090739 | 0.822222 | 0.441723 | 1 | 0.870699 | 0.653846 | 0.07066 | 0 | 1 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 1 | 0 |
STU1004 | 0.2 | 0 | 2024-12-19 20:45:00 | 0.481818 | 0.333333 | 0.777778 | 0.568184 | 0.5 | 0.733333 | Video Lesson Physics | 0.68733 | 0.474028 | 0.714286 | 3 | 0 | 0.06027 | 0.777778 | 0.199324 | 0 | 0.592952 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 2 | 2 | 1 | 0 |
STU1004 | 0.2 | 0 | 2025-05-29 20:15:00 | 0.063636 | 0.777778 | 0.9 | 0.334475 | 0.75 | 0.066667 | Interactive Exercise Ancient Civilizations | 0.600422 | 0.351282 | 0.714286 | 3 | 0 | 0.512684 | 0.9 | 0.101351 | 2 | 0.283759 | 1 | 1 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 2 | 0 | 1 | 1 |
STU1004 | 0.2 | 0 | 2024-02-25 22:15:00 | 0.4 | 0.777778 | 0.7 | 0.568184 | 0.25 | 0.866667 | Audio Lecture Chemistry | 0.976711 | 0.818536 | 1 | 6 | 1 | 0.15435 | 0.7 | 0.351351 | 1 | 0.47475 | 0.653846 | 0.07066 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
STU1004 | 0.2 | 0 | 2024-05-09 19:00:00 | 0.309091 | 0.666667 | 0.988889 | 0.584701 | 0.25 | 0.266667 | Audio Lecture Data Structures | 0.657684 | 0.068935 | 0.571429 | 3 | 0 | 0.166511 | 0.988889 | 0.246622 | 2 | 0.283759 | 1 | 1 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 2 | 0 | 1 | 0 |
STU1004 | 0.2 | 0 | 2025-01-09 18:45:00 | 0.527273 | 0.777778 | 0.722222 | 0.375 | 0.5 | 0.133333 | Video Lesson Algebra | 0.153034 | 0.754481 | 0.428571 | 3 | 0 | 0.120453 | 0.722222 | 0.445946 | 1 | 0.47475 | 0.653846 | 0.07066 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 2 | 2 | 1 | 0 |
STU1005 | 0.2 | 0 | 2024-09-12 22:45:00 | 0.245455 | 0.333333 | 0.788889 | 0.625 | 1 | 1 | Audio Lecture Modern History | 0.667529 | 0.044743 | 1 | 3 | 0 | 0.109853 | 0.788889 | 0.111486 | 0 | 0.314465 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 2 | 1 | 1 | 0 |
STU1005 | 0.2 | 0 | 2025-05-23 19:15:00 | 0.154545 | 0.666667 | 0.766667 | 0.375 | 0.75 | 0.866667 | Video Lesson Algebra | 0.126488 | 0.532402 | 0.571429 | 4 | 0 | 0.27783 | 0.766667 | 0.146115 | 2 | 0.096004 | 1 | 1 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 2 | 1 | 0 |
STU1005 | 0.2 | 0 | 2024-12-05 21:00:00 | 0.018182 | 1 | 0.988889 | 0.227637 | 0.75 | 0.8 | Audio Lecture Literature | 0.640383 | 0.289088 | 0.857143 | 3 | 0 | 0.915809 | 0.988889 | 0.087838 | 2 | 0.096004 | 1 | 1 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 1 | 1 | 1 | 1 |
STU1005 | 0.2 | 0 | 2024-06-10 22:30:00 | 0.5 | 0 | 0.033333 | 0.568184 | 1 | 0.133333 | Interactive Exercise Biology | 0.87209 | 0.745841 | 1 | 0 | 0 | 0.006807 | 0.033333 | 0.041385 | 1 | 0.276915 | 0.653846 | 0.07066 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 2 | 2 | 0 | 0 |
STU1006 | 0.2 | 1 | 2025-01-18 18:30:00 | 0.845455 | 0 | 0.044444 | 0.013961 | 0.25 | 0.266667 | Audio Lecture Calculus | 0.072346 | 0.951536 | 0.428571 | 5 | 1 | 0.0005 | 0.044444 | 0.07348 | 1 | 0.372179 | 0.653846 | 0.07066 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 1 |
STU1006 | 0.2 | 1 | 2025-06-09 22:30:00 | 0.363636 | 0.444444 | 0.822222 | 0.65499 | 0.5 | 0.533333 | Audio Lecture Data Structures | 0.053055 | 0.507131 | 1 | 0 | 0 | 0.100842 | 0.822222 | 0.197635 | 1 | 0.372179 | 0.653846 | 0.07066 | 1 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 1 | 1 | 1 |
STU1006 | 0.2 | 1 | 2024-08-31 20:30:00 | 0.745455 | 0.333333 | 0.877778 | 0.375 | 0.75 | 0.066667 | Interactive Exercise Algebra | 0.910837 | 0.571516 | 0.714286 | 5 | 1 | 0.038028 | 0.877778 | 0.297297 | 2 | 0.188679 | 1 | 1 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 2 | 1 | 0 |
STU1006 | 0.2 | 1 | 2025-03-10 17:00:00 | 0.118182 | 0.777778 | 0.911111 | 1 | 0 | 0.466667 | Audio Lecture Modern History | 0.436835 | 0.439147 | 0.285714 | 0 | 0 | 0.376256 | 0.911111 | 0.141892 | 1 | 0.372179 | 0.653846 | 0.07066 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 2 | 0 | 1 | 1 |
STU1007 | 0.6 | 0 | 2025-06-12 21:30:00 | 0.690909 | 0.222222 | 0.944444 | 0.591231 | 0 | 0.666667 | Video Lesson Grammar | 0.557731 | 0.386236 | 0.857143 | 3 | 0 | 0.028477 | 0.944444 | 0.204392 | 0 | 0.159822 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 1 | 1 | 0 |
STU1007 | 0.6 | 0 | 2025-04-24 20:00:00 | 0.763636 | 0.444444 | 0.988889 | 0.584701 | 0.75 | 0.266667 | Audio Lecture Data Structures | 0.70947 | 0.084084 | 0.714286 | 3 | 0 | 0.048823 | 0.988889 | 0.383446 | 2 | 0.31576 | 1 | 1 | 0 | 1 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 |
STU1007 | 0.6 | 0 | 2025-03-17 16:45:00 | 0.418182 | 0.222222 | 0.788889 | 0.591231 | 0.5 | 1 | Video Lesson Grammar | 0.224405 | 0.136984 | 0.142857 | 0 | 0 | 0.049245 | 0.788889 | 0.128378 | 2 | 0.31576 | 1 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 2 | 2 | 1 | 0 |
STU1007 | 0.6 | 0 | 2025-05-12 15:30:00 | 0.145455 | 0.888889 | 0.711111 | 1 | 0.25 | 0.933333 | Video Lesson Programming | 0.409781 | 0.676328 | 0 | 0 | 0 | 0.374397 | 0.711111 | 0.184122 | 1 | 0.146504 | 0.653846 | 0.07066 | 0 | 1 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 2 | 0 | 1 |
STU1007 | 0.6 | 0 | 2025-03-30 22:15:00 | 0.272727 | 0.666667 | 1 | 0.591231 | 0.25 | 0.733333 | Audio Lecture Literature | 0.949137 | 0.984718 | 1 | 6 | 1 | 0.184191 | 1 | 0.222973 | 1 | 0.146504 | 0.653846 | 0.07066 | 0 | 1 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 1 | 1 | 1 | 0 |
STU1008 | 0 | 1 | 2025-06-08 18:15:00 | 0.290909 | 0.222222 | 0.888889 | 0.625 | 1 | 0.2 | Audio Lecture Modern History | 0.847316 | 0.851309 | 0.428571 | 6 | 1 | 0.06909 | 0.888889 | 0.092905 | 2 | 0.075472 | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 2 | 1 | 1 | 0 |
STU1008 | 0 | 1 | 2024-05-04 17:45:00 | 0.254545 | 1 | 0.977778 | 0.591231 | 0.75 | 0.066667 | Interactive Exercise Vocabulary | 0.501454 | 0.235297 | 0.285714 | 5 | 1 | 0.282162 | 0.977778 | 0.307432 | 0 | 0.147059 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 2 | 2 | 1 | 0 |
STU1008 | 0 | 1 | 2025-04-28 16:30:00 | 0.163636 | 0.444444 | 0.677778 | 0.761828 | 0.25 | 1 | Interactive Exercise Algebra | 0.615447 | 0.906056 | 0.142857 | 0 | 0 | 0.18816 | 0.677778 | 0.10473 | 0 | 0.147059 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 2 | 0 | 1 |
STU1008 | 0 | 1 | 2025-04-20 21:00:00 | 0.327273 | 0.555556 | 0.766667 | 0.227637 | 1 | 0.933333 | Video Lesson Physics | 0.108055 | 0.905344 | 0.857143 | 6 | 1 | 0.134665 | 0.766667 | 0.219595 | 1 | 0.233074 | 0.653846 | 0.07066 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 2 | 0 | 1 | 1 |
STU1008 | 0 | 1 | 2024-08-15 18:15:00 | 0.490909 | 0.222222 | 0.877778 | 0.584701 | 0.75 | 0.333333 | Audio Lecture Data Structures | 0.668617 | 0.523295 | 0.428571 | 3 | 0 | 0.041803 | 0.877778 | 0.148649 | 1 | 0.233074 | 0.653846 | 0.07066 | 1 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 1 | 1 | 0 |
STU1009 | 0 | 0 | 2025-05-03 15:45:00 | 0.045455 | 0.888889 | 0.788889 | 0 | 0 | 0.733333 | Video Lesson Programming | 0.733716 | 0.628174 | 0 | 5 | 1 | 0.656501 | 0.788889 | 0.100507 | 1 | 0.114872 | 0.653846 | 0.07066 | 1 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 1 |
STU1009 | 0 | 0 | 2024-12-03 20:30:00 | 0.963636 | 1 | 0.911111 | 0.568184 | 0.25 | 0.133333 | Audio Lecture Chemistry | 0.777214 | 0.457423 | 0.714286 | 1 | 0 | 0.085513 | 0.911111 | 0.966216 | 2 | 0.513873 | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 2 | 1 | 1 | 0 |
STU1009 | 0 | 0 | 2025-05-26 20:30:00 | 0.454545 | 1 | 0.755556 | 1 | 0.5 | 0.733333 | Video Lesson Physics | 0.867337 | 0.331541 | 0.714286 | 0 | 0 | 0.17493 | 0.755556 | 0.493243 | 2 | 0.513873 | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 1 | 2 | 1 | 1 |
STU1009 | 0 | 0 | 2025-02-25 22:45:00 | 0.209091 | 1 | 0.911111 | 0.625 | 0.5 | 0.133333 | Audio Lecture Modern History | 0.4235 | 0.430323 | 1 | 1 | 0 | 0.326473 | 0.911111 | 0.265203 | 1 | 0.114872 | 0.653846 | 0.07066 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 1 | 2 | 1 | 0 |
STU1009 | 0 | 0 | 2025-02-03 16:30:00 | 0.354545 | 1 | 0.877778 | 0.591231 | 0.75 | 0.733333 | Interactive Exercise Vocabulary | 0.039158 | 0.870199 | 0.142857 | 0 | 0 | 0.21651 | 0.877778 | 0.400338 | 2 | 0.513873 | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 1 | 1 | 1 | 0 |
STU1010 | 1 | 1 | 2025-06-18 21:30:00 | 0.927273 | 0.444444 | 1 | 1 | 0.75 | 0.066667 | Video Lesson Algebra | 0.064179 | 0.778584 | 0.857143 | 2 | 0 | 0.039322 | 1 | 0.459459 | 2 | 0.414724 | 1 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 1 | 1 | 1 |
STU1010 | 1 | 1 | 2025-06-09 17:45:00 | 0.427273 | 1 | 0.933333 | 0 | 0.5 | 0.8 | Interactive Exercise Algorithms | 0.649856 | 0.249144 | 0.285714 | 0 | 0 | 0.184678 | 0.933333 | 0.467905 | 2 | 0.414724 | 1 | 1 | 0 | 1 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 2 | 0 | 1 |
STU1010 | 1 | 1 | 2025-06-02 21:00:00 | 0.9 | 0.666667 | 0.911111 | 0.568184 | 0.5 | 1 | Video Lesson Physics | 0.119902 | 0.852971 | 0.857143 | 0 | 0 | 0.061079 | 0.911111 | 0.630912 | 0 | 0.239734 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 1 | 1 | 0 |
STU1010 | 1 | 1 | 2025-07-01 20:30:00 | 0.072727 | 0.666667 | 0.977778 | 0 | 0.25 | 0.733333 | Audio Lecture Modern History | 0.222091 | 0.985411 | 0.714286 | 1 | 0 | 0.42189 | 0.977778 | 0.092905 | 2 | 0.414724 | 1 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 2 | 0 | 1 |
STU1011 | 0 | 0 | 2025-07-01 20:45:00 | 0.636364 | 0.444444 | 0.877778 | 0.584701 | 0.5 | 0.8 | Audio Lecture Data Structures | 0.719563 | 0.525508 | 0.714286 | 1 | 0 | 0.059167 | 0.877778 | 0.324324 | 1 | 0.354051 | 0.653846 | 0.07066 | 1 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 2 | 1 | 1 | 0 |
STU1011 | 0 | 0 | 2025-05-19 16:45:00 | 0.790909 | 0.777778 | 0.711111 | 0.568184 | 1 | 0.333333 | Video Lesson Physics | 0.431666 | 0.910915 | 0.142857 | 0 | 0 | 0.081365 | 0.711111 | 0.641892 | 0 | 0.438402 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 2 | 0 | 0 |
STU1011 | 0 | 0 | 2025-05-01 17:15:00 | 0.818182 | 0.555556 | 0.788889 | 0.568184 | 0.5 | 0.133333 | Interactive Exercise Biology | 0.19399 | 0.956601 | 0.285714 | 3 | 0 | 0.056389 | 0.788889 | 0.493243 | 0 | 0.438402 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 1 | 1 | 0 |
STU1011 | 0 | 0 | 2025-06-04 16:15:00 | 0.672727 | 0.444444 | 0.722222 | 0.591231 | 1 | 0.666667 | Audio Lecture Literature | 0.037991 | 0.863937 | 0.142857 | 2 | 0 | 0.05586 | 0.722222 | 0.341216 | 1 | 0.354051 | 0.653846 | 0.07066 | 1 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 2 | 1 | 0 |
STU1012 | 0.6 | 1 | 2025-05-06 18:45:00 | 0.736364 | 0.222222 | 0.833333 | 0.591231 | 0.5 | 0.6 | Interactive Exercise Vocabulary | 0.242846 | 0.807448 | 0.428571 | 1 | 0 | 0.026347 | 0.833333 | 0.217061 | 1 | 0.740954 | 0.653846 | 0.07066 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 1 | 1 | 1 | 0 |
STU1012 | 0.6 | 1 | 2025-02-04 15:15:00 | 0.481818 | 0.111111 | 0.177778 | 1 | 0.5 | 0.666667 | Audio Lecture Calculus | 0.990265 | 0.345 | 0 | 1 | 0 | 0.02499 | 0.177778 | 0.092905 | 1 | 0.740954 | 0.653846 | 0.07066 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 1 | 0 | 1 |
STU1012 | 0.6 | 1 | 2024-10-25 16:30:00 | 0.536364 | 0.333333 | 0.755556 | 0.584701 | 0 | 0.066667 | Interactive Exercise Algorithms | 0.947381 | 0.86432 | 0.142857 | 4 | 0 | 0.054134 | 0.755556 | 0.219595 | 1 | 0.740954 | 0.653846 | 0.07066 | 1 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 2 | 1 | 1 | 0 |
STU1012 | 0.6 | 1 | 2024-09-13 20:15:00 | 0.572727 | 1 | 0.833333 | 0.591231 | 0 | 0.133333 | Interactive Exercise Vocabulary | 0.504911 | 0.966947 | 0.714286 | 4 | 0 | 0.141945 | 0.833333 | 0.603041 | 1 | 0.740954 | 0.653846 | 0.07066 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 1 | 2 | 1 | 0 |
STU1012 | 0.6 | 1 | 2025-04-25 19:45:00 | 0.972727 | 1 | 0.766667 | 0.375 | 0.75 | 0.266667 | Interactive Exercise Algebra | 0.728251 | 0.763911 | 0.571429 | 4 | 0 | 0.084695 | 0.766667 | 0.974662 | 2 | 0.277469 | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 1 | 1 | 1 | 0 |
STU1012 | 0.6 | 1 | 2025-04-03 18:30:00 | 0.327273 | 0.333333 | 0.8 | 0.375 | 0.5 | 0.2 | Video Lesson Algebra | 0.97725 | 0.393583 | 0.428571 | 3 | 0 | 0.086346 | 0.8 | 0.141892 | 1 | 0.740954 | 0.653846 | 0.07066 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 1 | 1 | 1 | 0 |
STU1013 | 0.4 | 0 | 2023-10-01 21:00:00 | 0.036364 | 0.444444 | 0.911111 | 0.568184 | 1 | 0.933333 | Video Lesson Physics | 0.606307 | 0.515308 | 0.857143 | 6 | 1 | 0.38661 | 0.911111 | 0.045608 | 1 | 0.431373 | 0.653846 | 0.07066 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 1 | 1 | 1 | 0 |
STU1013 | 0.4 | 0 | 2025-01-16 19:30:00 | 0.963636 | 0.111111 | 0.033333 | 0.568184 | 0 | 0.733333 | Interactive Exercise Biology | 0.674241 | 0.980171 | 0.571429 | 3 | 0 | 0.008871 | 0.033333 | 0.182432 | 0 | 0.413984 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
STU1013 | 0.4 | 0 | 2025-06-17 22:30:00 | 0.909091 | 0.555556 | 0.922222 | 0.761828 | 1 | 0.8 | Video Lesson Algebra | 0.822946 | 0.241722 | 1 | 1 | 0 | 0.050327 | 0.922222 | 0.543919 | 1 | 0.431373 | 0.653846 | 0.07066 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 2 | 0 | 1 | 1 |
STU1013 | 0.4 | 0 | 2024-10-17 22:30:00 | 0.172727 | 0.888889 | 0.911111 | 1 | 0.75 | 0.066667 | Audio Lecture Chemistry | 0.135436 | 0.206831 | 1 | 3 | 0 | 0.334602 | 0.911111 | 0.206926 | 2 | 0.076582 | 1 | 1 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 1 | 1 | 1 | 1 |
STU1013 | 0.4 | 0 | 2024-11-28 20:15:00 | 0.618182 | 0.777778 | 0.855556 | 0.584701 | 0.5 | 1 | Video Lesson Programming | 0.959403 | 0.278569 | 0.714286 | 3 | 0 | 0.103691 | 0.855556 | 0.513514 | 0 | 0.413984 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 1 | 1 | 0 |
STU1013 | 0.4 | 0 | 2024-07-05 18:45:00 | 0.554545 | 0.777778 | 0.855556 | 0.591231 | 0.5 | 0.6 | Video Lesson Grammar | 0.573334 | 0.543021 | 0.428571 | 4 | 0 | 0.114929 | 0.855556 | 0.466216 | 1 | 0.431373 | 0.653846 | 0.07066 | 1 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 2 | 1 | 1 | 0 |
STU1014 | 0.8 | 1 | 2025-05-01 16:30:00 | 0.754545 | 0.666667 | 0.922222 | 0.591231 | 1 | 0.533333 | Audio Lecture Literature | 0.696734 | 0.136692 | 0.142857 | 3 | 0 | 0.073358 | 0.922222 | 0.536318 | 1 | 0.210877 | 0.653846 | 0.07066 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 0 |
STU1014 | 0.8 | 1 | 2025-06-20 15:15:00 | 0.263636 | 0.222222 | 0.7 | 0.568184 | 0.75 | 0.2 | Audio Lecture Chemistry | 0.771758 | 0.004466 | 0 | 4 | 0 | 0.075196 | 0.7 | 0.085304 | 2 | 0.311321 | 1 | 1 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 |
STU1014 | 0.8 | 1 | 2025-03-31 18:30:00 | 0.327273 | 0.222222 | 0.988889 | 0.625 | 1 | 0.466667 | Audio Lecture Modern History | 0.739494 | 0.850475 | 0.428571 | 0 | 0 | 0.062187 | 0.988889 | 0.103041 | 0 | 0.084351 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 2 | 1 | 0 |
STU1014 | 0.8 | 1 | 2025-02-24 21:45:00 | 0.863636 | 0.666667 | 0.977778 | 0.174218 | 1 | 0.2 | Interactive Exercise Biology | 0.282758 | 0.989382 | 0.857143 | 0 | 0 | 0.063798 | 0.977778 | 0.607264 | 2 | 0.311321 | 1 | 1 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 |
STU1015 | 0.6 | 1 | 2025-01-05 22:30:00 | 0.936364 | 0.333333 | 0.777778 | 0.708409 | 0.5 | 0.333333 | Video Lesson Physics | 0.737414 | 0.790849 | 1 | 6 | 1 | 0.029049 | 0.777778 | 0.368243 | 1 | 0.803996 | 0.653846 | 0.07066 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 2 | 0 | 1 | 1 |
STU1015 | 0.6 | 1 | 2025-06-19 21:45:00 | 0.372727 | 0.333333 | 0.8 | 0.568184 | 0.25 | 1 | Interactive Exercise Biology | 0.937767 | 0.006116 | 0.857143 | 3 | 0 | 0.076872 | 0.8 | 0.158784 | 1 | 0.803996 | 0.653846 | 0.07066 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 1 | 1 | 1 | 0 |
STU1015 | 0.6 | 1 | 2025-02-09 19:00:00 | 0.754545 | 0.777778 | 0.911111 | 1 | 0.75 | 0.6 | Video Lesson Grammar | 0.404308 | 0.50231 | 0.571429 | 6 | 1 | 0.085307 | 0.911111 | 0.614865 | 0 | 0.213097 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 1 |
STU1015 | 0.6 | 1 | 2025-01-20 19:30:00 | 0.254545 | 0.444444 | 0.833333 | 1 | 0.5 | 0.866667 | Audio Lecture Calculus | 0.548953 | 0.470585 | 0.571429 | 0 | 0 | 0.135936 | 0.833333 | 0.146959 | 1 | 0.803996 | 0.653846 | 0.07066 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 2 | 0 | 1 | 1 |
STU1015 | 0.6 | 1 | 2025-06-26 16:45:00 | 0.818182 | 0.777778 | 0.688889 | 0.568184 | 0 | 0.4 | Audio Lecture Chemistry | 0.536306 | 0.163983 | 0.142857 | 3 | 0 | 0.078616 | 0.688889 | 0.662162 | 1 | 0.803996 | 0.653846 | 0.07066 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 2 | 0 | 0 | 0 |
STU1015 | 0.6 | 1 | 2025-06-17 22:00:00 | 0.518182 | 0.222222 | 0.822222 | 0.548151 | 1 | 0.066667 | Audio Lecture Chemistry | 0.461597 | 0.807013 | 1 | 1 | 0 | 0.039471 | 0.822222 | 0.15625 | 1 | 0.803996 | 0.653846 | 0.07066 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 1 | 1 |
STU1016 | 0 | 0 | 2025-06-02 18:00:00 | 0.490909 | 0 | 0.011111 | 0 | 0.75 | 0.066667 | Interactive Exercise Algebra | 0.407778 | 0.769031 | 0.428571 | 0 | 0 | 0.007074 | 0.011111 | 0.040541 | 1 | 0.153163 | 0.653846 | 0.07066 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 |
STU1016 | 0 | 0 | 2025-06-24 21:45:00 | 0.436364 | 0.333333 | 0.9 | 0.625 | 0.25 | 0.733333 | Video Lesson World War | 0.176059 | 0.537083 | 0.857143 | 1 | 0 | 0.066353 | 0.9 | 0.182432 | 0 | 0.106548 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 |
STU1016 | 0 | 0 | 2025-06-29 15:30:00 | 0.781818 | 0.888889 | 0.855556 | 0.568184 | 0.25 | 0.933333 | Interactive Exercise Biology | 0.152573 | 0.187951 | 0 | 6 | 1 | 0.093896 | 0.855556 | 0.716216 | 2 | 0.218646 | 1 | 1 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 2 | 0 | 1 | 0 |
STU1016 | 0 | 0 | 2025-06-13 15:15:00 | 0.072727 | 0.333333 | 0.877778 | 1 | 0 | 0.466667 | Audio Lecture Modern History | 0.041051 | 0.438687 | 0 | 4 | 0 | 0.23667 | 0.877778 | 0.047297 | 1 | 0.153163 | 0.653846 | 0.07066 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 2 | 0 | 1 | 1 |
STU1017 | 0.4 | 0 | 2025-01-27 20:30:00 | 0.345455 | 0.444444 | 0.9 | 0.591231 | 0.5 | 0.533333 | Video Lesson Grammar | 0.556479 | 0.591547 | 0.714286 | 0 | 0 | 0.105472 | 0.9 | 0.189189 | 2 | 0.09323 | 1 | 1 | 1 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 |
STU1017 | 0.4 | 0 | 2025-02-24 22:00:00 | 0.745455 | 0.888889 | 0.944444 | 0.625 | 0.75 | 0.866667 | Video Lesson World War | 0.298173 | 0.183345 | 1 | 0 | 0 | 0.098426 | 0.944444 | 0.685811 | 1 | 0.330189 | 0.653846 | 0.07066 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 2 | 0 | 1 | 0 |
STU1017 | 0.4 | 0 | 2024-12-12 17:45:00 | 0.645455 | 0.888889 | 1 | 0.568184 | 0.25 | 0.8 | Video Lesson Physics | 0.253022 | 0.329877 | 0.285714 | 3 | 0 | 0.11319 | 1 | 0.602196 | 0 | 0.18535 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 1 | 2 | 1 | 0 |
STU1017 | 0.4 | 0 | 2025-02-04 18:00:00 | 0.436364 | 0.222222 | 0.966667 | 1 | 1 | 0.4 | Interactive Exercise Algebra | 0.20665 | 0.907232 | 0.428571 | 1 | 0 | 0.047192 | 0.966667 | 0.133446 | 1 | 0.330189 | 0.653846 | 0.07066 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 2 | 1 | 1 | 1 |
STU1018 | 1 | 0 | 2025-05-14 22:15:00 | 0.7 | 0.555556 | 0.8 | 0.375 | 0.5 | 0.6 | Interactive Exercise Algebra | 0.465491 | 0.648659 | 1 | 2 | 0 | 0.066353 | 0.8 | 0.427365 | 1 | 0.354606 | 0.653846 | 0.07066 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 1 | 1 | 1 | 0 |
STU1018 | 1 | 0 | 2025-05-27 22:00:00 | 0.545455 | 0.777778 | 0.988889 | 0.494732 | 0 | 0.466667 | Audio Lecture Data Structures | 0.143321 | 0.260318 | 1 | 1 | 0 | 0.116718 | 0.988889 | 0.459459 | 0 | 0.308546 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 1 |
STU1018 | 1 | 0 | 2024-11-07 17:15:00 | 0.263636 | 0.888889 | 0.866667 | 0.625 | 1 | 0.666667 | Interactive Exercise Ancient Civilizations | 0.76431 | 0.488396 | 0.285714 | 3 | 0 | 0.246168 | 0.866667 | 0.282939 | 0 | 0.308546 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 |
STU1018 | 1 | 0 | 2024-08-17 17:30:00 | 0.154545 | 1 | 0.722222 | 0.625 | 0 | 0.066667 | Video Lesson World War | 0.947183 | 0.668173 | 0.285714 | 5 | 1 | 0.40131 | 0.722222 | 0.214527 | 0 | 0.308546 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 2 | 2 | 1 | 0 |
STU1018 | 1 | 0 | 2024-09-11 17:00:00 | 0.581818 | 1 | 0.788889 | 1 | 1 | 1 | Audio Lecture Chemistry | 0.487219 | 0.005899 | 0.285714 | 2 | 0 | 0.139888 | 0.788889 | 0.611486 | 2 | 0.18535 | 1 | 1 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 2 | 0 | 1 | 1 |
STU1018 | 1 | 0 | 2024-05-31 19:30:00 | 0.581818 | 0.888889 | 0.944444 | 0.375 | 0 | 0.2 | Audio Lecture Calculus | 0.146313 | 0.191406 | 0.571429 | 4 | 0 | 0.12487 | 0.944444 | 0.548986 | 1 | 0.354606 | 0.653846 | 0.07066 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 1 | 0 | 1 | 0 |
STU1019 | 0.4 | 0 | 2025-02-17 20:45:00 | 0.654545 | 0.555556 | 0.911111 | 1 | 0 | 0.133333 | Interactive Exercise Ancient Civilizations | 0.378005 | 0.552541 | 0.714286 | 0 | 0 | 0.071026 | 0.911111 | 0.402027 | 2 | 0.686644 | 1 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 2 | 2 | 1 | 1 |
STU1019 | 0.4 | 0 | 2025-04-06 22:45:00 | 0.909091 | 0.777778 | 0.866667 | 0.568184 | 1 | 0.066667 | Video Lesson Physics | 0.209192 | 0.868277 | 1 | 6 | 1 | 0.070533 | 0.866667 | 0.72973 | 2 | 0.686644 | 1 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 1 | 0 | 1 | 0 |
STU1019 | 0.4 | 0 | 2024-12-07 19:00:00 | 0.981818 | 0.777778 | 0.666667 | 0.375 | 0.25 | 0.8 | Video Lesson Algebra | 0.297557 | 0.56381 | 0.571429 | 5 | 1 | 0.065054 | 0.666667 | 0.783784 | 2 | 0.686644 | 1 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
STU1019 | 0.4 | 0 | 2025-05-13 21:15:00 | 0.8 | 0.333333 | 0.844444 | 0.584701 | 0 | 0.2 | Interactive Exercise Algorithms | 0.230038 | 0.075375 | 0.857143 | 1 | 0 | 0.03507 | 0.844444 | 0.317568 | 0 | 0.192009 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 1 | 0 |
STU1020 | 0.8 | 1 | 2025-03-05 19:45:00 | 0.263636 | 0.777778 | 0.855556 | 0.591231 | 0.25 | 0.8 | Video Lesson Grammar | 0.773168 | 0.294959 | 0.571429 | 2 | 0 | 0.217673 | 0.855556 | 0.25 | 2 | 0.267481 | 1 | 1 | 1 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 2 | 2 | 1 | 0 |
STU1020 | 0.8 | 1 | 2025-06-26 17:45:00 | 0.909091 | 0.444444 | 0.922222 | 0.375 | 0 | 0.133333 | Video Lesson Algebra | 0.944943 | 0.444466 | 0.285714 | 3 | 0 | 0.040225 | 0.922222 | 0.451014 | 0 | 0.224195 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 2 | 1 | 1 | 0 |
STU1020 | 0.8 | 1 | 2025-04-08 21:45:00 | 0.645455 | 0.888889 | 0.7 | 0.334475 | 0 | 0.666667 | Interactive Exercise Algebra | 0.008971 | 0.413509 | 0.857143 | 1 | 0 | 0.11319 | 0.7 | 0.602196 | 2 | 0.267481 | 1 | 1 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 2 | 0 | 1 |
STU1020 | 0.8 | 1 | 2024-09-21 17:45:00 | 0.154545 | 0.666667 | 0.766667 | 0 | 0.25 | 0.866667 | Interactive Exercise Biology | 0.420084 | 0.484002 | 0.285714 | 5 | 1 | 0.27783 | 0.766667 | 0.146115 | 1 | 0.104883 | 0.653846 | 0.07066 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 2 | 0 | 1 |
STU1020 | 0.8 | 1 | 2025-02-16 22:15:00 | 0.118182 | 0.444444 | 0.766667 | 0.494732 | 1 | 0.8 | Interactive Exercise Biology | 0.439314 | 0.430332 | 1 | 6 | 1 | 0.231301 | 0.766667 | 0.083615 | 1 | 0.104883 | 0.653846 | 0.07066 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 2 | 0 | 1 | 1 |
STU1021 | 0.8 | 1 | 2025-05-10 18:45:00 | 0.2 | 0 | 0.144444 | 0.584701 | 0.75 | 0.466667 | Interactive Exercise Algorithms | 0.374777 | 0.816602 | 0.428571 | 5 | 1 | 0.024439 | 0.144444 | 0.013514 | 1 | 0.355161 | 0.653846 | 0.07066 | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 1 | 0 | 0 |
End of preview.