.sync()
when uploading,
as this performs a bi-directional sync,
and uploads/downloads data to achieve the superset both locally and upstream.
.sync()
was equivalent to calling .upload()
.
The full script for uploading this dataset (and the ones mentioned below) can be found
here.
Dataset
Tab in our interface,
and set the context of the entire tab to Datasets
such that all tables will only have access to this context.
The only datasets, Users
, is then loaded into the table automatically.
Expand
Expand
Expand
Expand
Expand
correctly_parsed
(example full parsed paper)correctly_parsed
(example full parsed markscheme)Expand
"text-only": false
):
N+1
candidate answers which are expected to receive [0, 1, ..., N]
marks,
where N
is the total number of available marks.
Let’s verify this is correct,
by adding the available_marks_total
column,
and verifying that the group sizes are all equal to available_marks_total + 1
.
Expand