Spaces:
Sleeping
Sleeping
Upload 4 files
Browse files- Data/misconception_mapping.csv +0 -0
- Data/sample_submission.csv +10 -0
- Data/test.csv +13 -0
- Data/train.csv +0 -0
Data/misconception_mapping.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
Data/sample_submission.csv
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
QuestionId_Answer,MisconceptionId
|
2 |
+
1869_B,1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
3 |
+
1869_C,1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
4 |
+
1869_D,1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
5 |
+
1870_A,1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
6 |
+
1870_B,1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
7 |
+
1870_C,1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
8 |
+
1871_A,1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
9 |
+
1871_C,1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
10 |
+
1871_D,1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
Data/test.csv
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
QuestionId,ConstructId,ConstructName,SubjectId,SubjectName,CorrectAnswer,QuestionText,AnswerAText,AnswerBText,AnswerCText,AnswerDText
|
2 |
+
1869,856,Use the order of operations to carry out calculations involving powers,33,BIDMAS,A,"\[
|
3 |
+
3 \times 2+4-5
|
4 |
+
\]
|
5 |
+
Where do the brackets need to go to make the answer equal \( 13 \) ?",\( 3 \times(2+4)-5 \),\( 3 \times 2+(4-5) \),\( 3 \times(2+4-5) \),Does not need brackets
|
6 |
+
1870,1612,Simplify an algebraic fraction by factorising the numerator,1077,Simplifying Algebraic Fractions,D,"Simplify the following, if possible: \( \frac{m^{2}+2 m-3}{m-3} \)",\( m+1 \),\( m+2 \),\( m-1 \),Does not simplify
|
7 |
+
1871,2774,Calculate the range from a list of data,339,Range and Interquartile Range from a List of Data,B,"Tom and Katie are discussing the \( 5 \) plants with these heights:
|
8 |
+
\( 24 \mathrm{~cm}, 17 \mathrm{~cm}, 42 \mathrm{~cm}, 26 \mathrm{~cm}, 13 \mathrm{~cm} \)
|
9 |
+
Tom says if all the plants were cut in half, the range wouldn't change.
|
10 |
+
Katie says if all the plants grew by \( 3 \mathrm{~cm} \) each, the range wouldn't change.
|
11 |
+
Who do you agree with?","Only
|
12 |
+
Tom","Only
|
13 |
+
Katie",Both Tom and Katie,Neither is correct
|
Data/train.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|