Literacy Project/Matching day1: Difference between revisions

From OLPC
Jump to navigation Jump to search
(Created page with '<pre> cjb@owl:/home/ethiopia/richard/wonchi_2012-05-15$ vi /home/cjb/matching.results cjb@owl:/home/ethiopia/richard/wonchi_2012-05-15$ for i in *; do echo -n "tablet $i "; perl …')
 
No edit summary
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<poem style="font-family:courier;">
<pre>
</poem>
cjb@owl:/home/ethiopia/richard/wonchi_2012-05-15$ vi /home/cjb/matching.results cjb@owl:/home/ethiopia/richard/wonchi_2012-05-15$ for i in *; do echo -n "tablet $i "; perl -le '$inside=0; $questions=0; while (<>) { if (m/START OF NEW QUESTION/) { $questions++; $inside = 1; next; } if ($inside == 1) { if (m/ANSWER CORRECT/) { $correct++; } $inside = 0; } } $percent = int($correct/$questions * 100); print "answered $correct out of $questions questions correctly, which is $percent%"' < $i/edu*/csv_$i/Matching.csv; done > ~/matching.results
= Data and analysis code =
https://github.com/cscott/wonchi-2012-05-15 -- cd src && ./process-matching.sh


= Results =
cjb@owl:/home/ethiopia/richard/wonchi_2012-05-15$ cat /home/cjb/matching.results
<pre>
tablet 01 answered 12 out of 43 questions correctly, which is 27%
tablet 02 answered 21 out of 86 questions correctly, which is 24%
tablet 01 answered 12 out of 38 questions correctly, which is 31%, with longest correct streak 3 and longest wrong streak 5
tablet 03 answered 1 out of 4 questions correctly, which is 25%
tablet 02 answered 21 out of 73 questions correctly, which is 28%, with longest correct streak 2 and longest wrong streak 7
tablet 04 answered 3 out of 13 questions correctly, which is 23%
tablet 03 answered 1 out of 3 questions correctly, which is 33%, with longest correct streak 1 and longest wrong streak 1
tablet 05 answered 1 out of 6 questions correctly, which is 16%
tablet 04 answered 3 out of 12 questions correctly, which is 25%, with longest correct streak 2 and longest wrong streak 3
tablet 05 answered 1 out of 4 questions correctly, which is 25%, with longest correct streak 1 and longest wrong streak 1
tablet 06 didn't launch Matching
No data for tablet 06
tablet 07 answered 6 out of 25 questions correctly, which is 24%
tablet 08 answered 14 out of 50 questions correctly, which is 28%
tablet 07 answered 6 out of 22 questions correctly, which is 27%, with longest correct streak 2 and longest wrong streak 4
tablet 09 answered 11 out of 65 questions correctly, which is 16%
tablet 08 answered 14 out of 42 questions correctly, which is 33%, with longest correct streak 3 and longest wrong streak 8
tablet 10 answered 19 out of 120 questions correctly, which is 15%
tablet 09 answered 11 out of 58 questions correctly, which is 18%, with longest correct streak 3 and longest wrong streak 13
tablet 11 answered 19 out of 75 questions correctly, which is 25%
tablet 10 answered 19 out of 97 questions correctly, which is 19%, with longest correct streak 2 and longest wrong streak 13
tablet 12 answered 95 out of 484 questions correctly, which is 19%
tablet 11 answered 19 out of 63 questions correctly, which is 30%, with longest correct streak 3 and longest wrong streak 6
tablet 13 answered 20 out of 106 questions correctly, which is 18%
tablet 12 answered 95 out of 413 questions correctly, which is 23%, with longest correct streak 3 and longest wrong streak 14
tablet 14 answered 12 out of 52 questions correctly, which is 23%
tablet 13 answered 20 out of 90 questions correctly, which is 22%, with longest correct streak 3 and longest wrong streak 16
tablet 15 answered 6 out of 26 questions correctly, which is 23%
tablet 14 answered 12 out of 45 questions correctly, which is 26%, with longest correct streak 3 and longest wrong streak 8
tablet 16 answered 22 out of 88 questions correctly, which is 25%
tablet 15 answered 6 out of 22 questions correctly, which is 27%, with longest correct streak 2 and longest wrong streak 4
tablet 17 answered 9 out of 34 questions correctly, which is 26%
tablet 16 answered 22 out of 78 questions correctly, which is 28%, with longest correct streak 2 and longest wrong streak 14
tablet 18 answered 16 out of 62 questions correctly, which is 25%
tablet 17 answered 9 out of 30 questions correctly, which is 30%, with longest correct streak 3 and longest wrong streak 7
tablet 19 answered 5 out of 26 questions correctly, which is 19%
tablet 18 answered 16 out of 52 questions correctly, which is 30%, with longest correct streak 3 and longest wrong streak 8
tablet 20 answered 1 out of 17 questions correctly, which is 5%
tablet 19 answered 5 out of 23 questions correctly, which is 21%, with longest correct streak 2 and longest wrong streak 8
tablet 20 answered 1 out of 16 questions correctly, which is 6%, with longest correct streak 1 and longest wrong streak 5
</pre>
</pre>

= Scatterplots =
https://github.com/cscott/wonchi-2012-05-15/blob/master/matching.pdf?raw=true

Latest revision as of 02:59, 22 May 2012

<poem style="font-family:courier;"> </poem>

Data and analysis code

https://github.com/cscott/wonchi-2012-05-15 -- cd src && ./process-matching.sh

Results

tablet 01 answered 12 out of 38 questions correctly, which is 31%, with longest correct streak 3 and longest wrong streak 5
tablet 02 answered 21 out of 73 questions correctly, which is 28%, with longest correct streak 2 and longest wrong streak 7
tablet 03 answered 1 out of 3 questions correctly, which is 33%, with longest correct streak 1 and longest wrong streak 1
tablet 04 answered 3 out of 12 questions correctly, which is 25%, with longest correct streak 2 and longest wrong streak 3
tablet 05 answered 1 out of 4 questions correctly, which is 25%, with longest correct streak 1 and longest wrong streak 1
No data for tablet 06
tablet 07 answered 6 out of 22 questions correctly, which is 27%, with longest correct streak 2 and longest wrong streak 4
tablet 08 answered 14 out of 42 questions correctly, which is 33%, with longest correct streak 3 and longest wrong streak 8
tablet 09 answered 11 out of 58 questions correctly, which is 18%, with longest correct streak 3 and longest wrong streak 13
tablet 10 answered 19 out of 97 questions correctly, which is 19%, with longest correct streak 2 and longest wrong streak 13
tablet 11 answered 19 out of 63 questions correctly, which is 30%, with longest correct streak 3 and longest wrong streak 6
tablet 12 answered 95 out of 413 questions correctly, which is 23%, with longest correct streak 3 and longest wrong streak 14
tablet 13 answered 20 out of 90 questions correctly, which is 22%, with longest correct streak 3 and longest wrong streak 16
tablet 14 answered 12 out of 45 questions correctly, which is 26%, with longest correct streak 3 and longest wrong streak 8
tablet 15 answered 6 out of 22 questions correctly, which is 27%, with longest correct streak 2 and longest wrong streak 4
tablet 16 answered 22 out of 78 questions correctly, which is 28%, with longest correct streak 2 and longest wrong streak 14
tablet 17 answered 9 out of 30 questions correctly, which is 30%, with longest correct streak 3 and longest wrong streak 7
tablet 18 answered 16 out of 52 questions correctly, which is 30%, with longest correct streak 3 and longest wrong streak 8
tablet 19 answered 5 out of 23 questions correctly, which is 21%, with longest correct streak 2 and longest wrong streak 8
tablet 20 answered 1 out of 16 questions correctly, which is 6%, with longest correct streak 1 and longest wrong streak 5

Scatterplots

https://github.com/cscott/wonchi-2012-05-15/blob/master/matching.pdf?raw=true