Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ A major property of EdNet is that the questions come in *bundles*. That is, a co

#### Description
* `timestamp` is the moment the question was given, represented as **Unix timestamp in milliseconds**.
* `solving_id` represents each learning session of students corresponds to each bunle. It is a form of single **integer**, starting from `1`.
* `solving_id` represents each learning session of students corresponds to each bundle. It is a form of single **integer**, starting from `1`.
* `question_id` is the ID of the question that given to student, which is a form of `q{integer}`.
* `user_answer` is the answer that the student submitted, recorded as a character between `a` and `d` inclusively.
* `elapsed_time` is the time that the students spends on each question in **milliseconds**.
Expand Down