Dataset Preview
Duplicate
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 11 new columns ({'range_end', 'ctrl_key', 'range_start', 'meta_key', 'key_code', 'shift_key', 'is_repeat', 'alt_key', 'type', 'text', 'key'}) and 36 missing columns ({'mark_a0', 'cefrlevel', 'countryres', 'task2_words', 'prompt_id', 'answer', 'layoutnow', 'task1_words', 'navigator_language', 'cefrself', 'cefrwhen', 'englishyears', 'mark_h2', 'mark_h1', 'cefr_a0', 'englishcountrymonths', 'task2_events', 'englishexposure', 'cefr_h2', 'cefr_h1', 'task1_time', 'comphours', 'task2_time', 'comptype', 'educ', 'handedness', 'layoutcomf', 'cohort', 'nativelang', 'prompt', 'otherlanguages', 'mark_h3', 'cefr_h3', 'navigator_useragent', 'task1_events', 'age'}).

This happened while the csv dataset builder was generating data using

hf://datasets/ALTACambridge/KUPA-KEYS/KUPA-KEYS-TASK-1.csv (at revision fa80c93fd9b9270e8b2bff473d7ce7a41478b0f0)

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 2011, in _prepare_split_single
                  writer.write_table(table)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 585, 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 2302, in table_cast
                  return cast_table_to_schema(table, schema)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2256, in cast_table_to_schema
                  raise CastError(
              datasets.table.CastError: Couldn't cast
              id: string
              time: double
              type: string
              key: string
              key_code: string
              alt_key: double
              ctrl_key: bool
              meta_key: double
              shift_key: bool
              is_repeat: bool
              range_start: double
              range_end: double
              text: string
              -- schema metadata --
              pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 1731
              to
              {'id': Value(dtype='string', id=None), 'navigator_useragent': Value(dtype='string', id=None), 'navigator_language': Value(dtype='string', id=None), 'age': Value(dtype='int64', id=None), 'handedness': Value(dtype='string', id=None), 'comphours': Value(dtype='int64', id=None), 'layoutcomf': Value(dtype='string', id=None), 'layoutnow': Value(dtype='string', id=None), 'comptype': Value(dtype='string', id=None), 'countryres': Value(dtype='string', id=None), 'nativelang': Value(dtype='string', id=None), 'englishyears': Value(dtype='float64', id=None), 'englishcountrymonths': Value(dtype='float64', id=None), 'englishexposure': Value(dtype='float64', id=None), 'otherlanguages': Value(dtype='string', id=None), 'cefrself': Value(dtype='string', id=None), 'cefrlevel': Value(dtype='string', id=None), 'cefrwhen': Value(dtype='float64', id=None), 'educ': Value(dtype='string', id=None), 'time': Value(dtype='int64', id=None), 'task1_time': Value(dtype='float64', id=None), 'task2_time': Value(dtype='float64', id=None), 'task1_events': Value(dtype='int64', id=None), 'task2_events': Value(dtype='int64', id=None), 'task1_words': Value(dtype='int64', id=None), 'task2_words': Value(dtype='int64', id=None), 'cohort': Value(dtype='int64', id=None), 'prompt_id': Value(dtype='int64', id=None), 'prompt': Value(dtype='string', id=None), 'answer': Value(dtype='string', id=None), 'mark_a0': Value(dtype='int64', id=None), 'mark_h1': Value(dtype='int64', id=None), 'mark_h2': Value(dtype='int64', id=None), 'mark_h3': Value(dtype='int64', id=None), 'cefr_a0': Value(dtype='string', id=None), 'cefr_h1': Value(dtype='string', id=None), 'cefr_h2': Value(dtype='string', id=None), 'cefr_h3': Value(dtype='string', id=None)}
              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 1321, 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 935, in convert_to_parquet
                  builder.download_and_prepare(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1027, in download_and_prepare
                  self._download_and_prepare(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1122, 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 1882, 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 2013, 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 11 new columns ({'range_end', 'ctrl_key', 'range_start', 'meta_key', 'key_code', 'shift_key', 'is_repeat', 'alt_key', 'type', 'text', 'key'}) and 36 missing columns ({'mark_a0', 'cefrlevel', 'countryres', 'task2_words', 'prompt_id', 'answer', 'layoutnow', 'task1_words', 'navigator_language', 'cefrself', 'cefrwhen', 'englishyears', 'mark_h2', 'mark_h1', 'cefr_a0', 'englishcountrymonths', 'task2_events', 'englishexposure', 'cefr_h2', 'cefr_h1', 'task1_time', 'comphours', 'task2_time', 'comptype', 'educ', 'handedness', 'layoutcomf', 'cohort', 'nativelang', 'prompt', 'otherlanguages', 'mark_h3', 'cefr_h3', 'navigator_useragent', 'task1_events', 'age'}).
              
              This happened while the csv dataset builder was generating data using
              
              hf://datasets/ALTACambridge/KUPA-KEYS/KUPA-KEYS-TASK-1.csv (at revision fa80c93fd9b9270e8b2bff473d7ce7a41478b0f0)
              
              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.

id
string
navigator_useragent
string
navigator_language
string
age
int64
handedness
string
comphours
int64
layoutcomf
string
layoutnow
string
comptype
string
countryres
string
nativelang
string
englishyears
float64
englishcountrymonths
float64
englishexposure
float64
otherlanguages
string
cefrself
string
cefrlevel
string
cefrwhen
float64
educ
string
time
int64
task1_time
float64
task2_time
float64
task1_events
int64
task2_events
int64
task1_words
int64
task2_words
int64
cohort
int64
prompt_id
int64
prompt
string
answer
string
mark_a0
int64
mark_h1
int64
mark_h2
int64
mark_h3
int64
cefr_a0
string
cefr_h1
string
cefr_h2
string
cefr_h3
string
R_2EGIsZARLydD3Uc
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36
en-GB
25
Right-handed
10
QWERTY
QWERTY
Desktop
Italy
Italian
20
1
5
French
Advanced (C1, C2)
My CEFR level is C1 or C2
2,017
Master's Degree (e.g., MSc, MEng, MRes, etc.)
1,294
441.5417
621.0259
6,309
6,756
302
278
1
8
If you could be any animal you choose for one day, what animal would you choose? Why?
If I could be any animal, any at all, I would surely pick a bird. As to which one, I would probably wish to be an eagle. I would love to see the world from up above. Soaring the skies, feeling the winds and currents gently pushing me to one side or the other. Eagles live where mountains are, don't they? That is probabl...
10
11
7
10
C1.ii
C2.i
B2.i
C1.ii
R_1obCaysaZCWZXoG
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:104.0) Gecko/20100101 Firefox/104.0
es-CL
22
Right-handed
6
QWERTY
QWERTY
Laptop
Chile
Spanish
6
0
4
Portuguese
Intermediate (B1, B2)
My CEFR level is B1 or B2
2,019
High School
1,517
488.516
765.346
5,780
6,059
302
253
1
8
If you could be any animal you choose for one day, what animal would you choose? Why?
I would like to be a bear. "But why? why would you like to be a bear?", that's an excellent question, I must say, well, physically, i have a lot of hair on my body: From the legs to my face: I'm very hairy. Another reason is that I'm big, I mean, I am smaller than, Lebron or Henry Cavill or Haaland, but I am still 1.81...
9
6
5
8
C1.i
B1.ii
B1.i
B2.ii
R_3fqTek829k38iCk
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36
pl-PL
22
Right-handed
7
QWERTY
QWERTY
Laptop
Poland
Polish
12
3
4
null
Intermediate (B1, B2)
My CEFR level is B1 or B2
2,020
Bachelor's Degree (e.g., BSc, BA, MB, etc.)
2,315
710.3919
857.4238
6,158
5,677
302
257
1
8
If you could be any animal you choose for one day, what animal would you choose? Why?
If I could be an animal for one day, I would definitely chose dog. Its because I also have my own dog. The dog called Nela and she is maltase. In my opinion dog's life was amazing. I tell only about the dog, who have the owner, because the rest of them actually don't have such a great life. If I could be a dog, I will ...
8
6
5
7
B2.ii
B1.ii
B1.i
B2.i
R_brxD7Q5ZnPW8Gn7
Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36
en-US
43
Right-handed
6
QWERTY
QWERTY
Laptop
United Kingdom
English
null
null
null
null
null
My CEFR level is B1 or B2
2,000
High School
1,220
507.925
437.1335
5,459
4,534
301
249
1
8
If you could be any animal you choose for one day, what animal would you choose? Why?
If I could choose to be any animal for day I would choose to be a domestic housecat. I have 2 cats of my own and I often find myself thinking that it would be such a chilled out and easy life to be a cat. Quite often cats will spend the vast majority of their day sleeping, waking only to go in search for food, treats...
10
9
9
10
C1.ii
C1.i
C1.i
C1.ii
R_1k1RE78cBbZyZMA
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/109.0
pl
23
Right-handed
4
QWERTY
AZERTY
Desktop
Poland
Polish
16
0
4
null
Intermediate (B1, B2)
My CEFR level is B1 or B2
2,018
High School
3,355
677.659
1,966.441
5,686
6,522
274
263
1
8
If you could be any animal you choose for one day, what animal would you choose? Why?
If I could be any animal I choose for one day I would probably be a bird. My choice would be obvious for a simple reason - birds can fly. It is something that we as a humanity dreamed since forever, to be able to conquer the sky. Leonardo da Vinci few centuries back then made a sketch about flying machine and in tod...
10
8
7
9
C1.ii
B2.ii
B2.i
C1.i
R_2zUd3XOFkwN8n67
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36
hu-HU
32
Right-handed
8
QWERTY
QWERTY
Laptop
Hungary
Hungarian
5
0
1
null
Advanced (C1, C2)
I have not taken an English language exam
null
High School
4,014
1,237.9545
2,142.4108
5,929
4,550
300
253
1
8
If you could be any animal you choose for one day, what animal would you choose? Why?
It' a very difficult and interesting question, but I'll try to get my thoughts together. I think I would be a dog. It's not an easy decisin because thre are a lot of animals that have a good life. A dog , for example, has a very good life it has a good owner. He brings a lot of joy to other people and he has a lot of j...
7
7
5
6
B2.i
B2.i
B1.i
B1.ii
R_1NwuZMzRkVIR0WT
Mozilla/5.0 (X11; CrOS x86_64 15183.78.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36
en-US
32
Right-handed
4
QWERTY
QWERTY
Laptop
United States of America
English
null
null
null
null
null
I have not taken an English language exam
null
Bachelor's Degree (e.g., BSc, BA, MB, etc.)
1,270
346.0423
507.2708
5,639
4,724
302
257
1
8
If you could be any animal you choose for one day, what animal would you choose? Why?
If I could be an animal for a day, I would choose to be a golden retriever. I think it would be fun to have the ability to run and play and to put a smile on the face's of people around me. I also think it would be nice to take a break from human worries and to just follow where my instincts take me. I would want to be...
10
9
7
9
C1.ii
C1.i
B2.i
C1.i
R_2t8LOS9nQDBQPA8
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36
es-ES
24
Right-handed
16
QWERTY
QWERTY
Laptop
Mexico
Spanish
20
0
10
null
Advanced (C1, C2)
My CEFR level is B1 or B2
2,014
Bachelor's Degree (e.g., BSc, BA, MB, etc.)
3,167
1,063.3269
1,443.6569
6,262
6,928
302
250
1
8
If you could be any animal you choose for one day, what animal would you choose? Why?
It is a very hard question for me, because I daily see how all kinds of animals suffer everyday caused by humans. But after analyzing it I think I would choose to be an eagle for a day, the reason is that I feel eagles have less contact with humans, so I would feel a little bit more protective, also eagles are hunters ...
8
7
7
8
B2.ii
B2.i
B2.i
B2.ii
R_239Q0X5YLwB7U6Z
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36
en-US
28
Right-handed
10
QWERTY
QWERTY
Desktop
United Kingdom
English
null
null
null
null
null
I have not taken an English language exam
null
High School
1,074
265.5916
567.0564
5,395
5,832
300
259
1
8
If you could be any animal you choose for one day, what animal would you choose? Why?
It's hard to choose something specific because I think what I would value most would be safety, and the animal kingdom fundamentally isn't a safe place to be as you are always on some predator's hit-list. I think considering that I would only be the animal for one day, I would want to be an animal that lives or is ab...
10
10
9
11
C1.ii
C1.ii
C1.i
C2.i
R_10xbkjEmnsusfb1
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36
en-US
32
Right-handed
10
QWERTY
QWERTY
Desktop
Poland
Polish
8
3
3
null
Intermediate (B1, B2)
I have not taken an English language exam
null
High School
1,326
500.321
568.996
5,976
4,871
304
249
1
8
If you could be any animal you choose for one day, what animal would you choose? Why?
If i coult choose what animal i would be for one day i think i would be a delphin. I always wanted to dive but i cannot swim so water is only a mystery for me, so while i could swim i will use it to see all fauna of ocean. I will also squick a little, because it is really funny. I would also come to shore to see if the...
5
5
5
6
B1.i
B1.i
B1.i
B1.ii
R_10CbLBzAnYKgWxB
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36
pl
21
Right-handed
8
QWERTY
QWERTY
Desktop
Poland
Polish
15
0
2
Russian
Intermediate (B1, B2)
My CEFR level is B1 or B2
2,017
High School
1,567
369.6677
797.8807
5,728
4,308
282
255
1
8
If you could be any animal you choose for one day, what animal would you choose? Why?
I would like to be an indoor cat. I wouldn't have to do anything. I could cuddle with my ownres, they would give me good food and I wouldn't have to get my own food. In addition, I could sleep as much as I want ald play whenever I want with my toys they would buy for me. If there were more of us cats I would have a sup...
8
7
7
8
B2.ii
B2.i
B2.i
B2.ii
R_1NlbUxZcpNCVrx5
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36
en-US
57
Right-handed
8
QWERTY
QWERTY
Laptop
United Kingdom
English
null
null
null
null
null
I have not taken an English language exam
null
Bachelor's Degree (e.g., BSc, BA, MB, etc.)
2,127
965.7739
681.4783
5,527
4,632
302
268
1
8
If you could be any animal you choose for one day, what animal would you choose? Why?
If I could choose to be an animal then I would want to be an elephant as they are such a big, beautiful animal that is strong and steady. I love elephants and have always wanted to spend time with them and over 3 years ago I was able to do just that and loved the whole experience. The mother and baby were just so ama...
10
9
7
10
C1.ii
C1.i
B2.i
C1.ii
R_3fH0Mi9mCBQSRU0
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36
lv-LV
21
Right-handed
4
QWERTY
QWERTY
Laptop
Latvia
Latvian
19
2
5
Russian
Advanced (C1, C2)
My CEFR level is C1 or C2
2,020
High School
2,654
570.1165
1,626.6462
5,782
6,170
302
258
1
8
If you could be any animal you choose for one day, what animal would you choose? Why?
If I could be any animal for one day, I would choose to be the king of the jungle himself. I would choose to be a lion, one of the strongest and fastest predators in the world. Being this beautiful animal for the day I would be able to explore African landscapes without any fear of the wildlife. As beautiful and gracio...
10
9
7
9
C1.ii
C1.i
B2.i
C1.i
R_1K0ZJyEUObi0zc7
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36
en-US
30
Right-handed
4
QWERTY
QWERTY
Laptop
United Kingdom
English
null
null
null
null
null
I have not taken an English language exam
null
High School
1,591
472.7446
746.7429
5,507
4,463
302
251
1
8
If you could be any animal you choose for one day, what animal would you choose? Why?
If I could be any animal for just one day I would be a shark because they are one of the kings of the ocean and so nothing would probably eat me. I would be able to travel far because they are fast swimmers and explore deep in the ocean, seeing places that are unknown to humans and also see lots of cool sea life creatu...
10
9
7
9
C1.ii
C1.i
B2.i
C1.i
R_1FEx2T10BWa0c6J
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36
en-GB
34
Right-handed
12
QWERTY
QWERTY
Desktop
United Kingdom
English
null
null
null
null
null
I have not taken an English language exam
null
Master's Degree (e.g., MSc, MEng, MRes, etc.)
1,887
419.2513
1,183.0943
5,770
14,941
302
674
1
8
If you could be any animal you choose for one day, what animal would you choose? Why?
With this question I am assuming that I would maintain the counsciousness, memories, and self-awareness that I currently have as a human, or at least remember the experience once I returned to human form. With this in mind I think that I would want to be an animal that was vastly different than my current form. Tha...
12
9
9
11
C2.ii
C1.i
C1.i
C2.i
R_sbsnXSfYqFZ9oxX
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Safari/605.1.15
pt-PT
23
Right-handed
3
QWERTY
QWERTY
Laptop
Portugal
Portuguese
10
6
5
French
Advanced (C1, C2)
My CEFR level is B1 or B2
2,020
Bachelor's Degree (e.g., BSc, BA, MB, etc.)
2,096
813.732
779.351
6,114
5,618
301
258
1
8
If you could be any animal you choose for one day, what animal would you choose? Why?
If i could be an animal, i would be a lion, once he's the king of the jungle. I consider myself as a strong person that always fights for the objectives I want to achieve. During my professional path, I have a clear notion that all the goals I propose myself to achieve were achieved, for example, I wanted to apply to t...
10
7
7
8
C1.ii
B2.i
B2.i
B2.ii
R_2uTCH9KkMRaOUPX
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/109.0
it-IT
32
Right-handed
8
QWERTY
QWERTY
Desktop
Italy
Italian
18
1
12
Spanish
Intermediate (B1, B2)
I have not taken an English language exam
null
Bachelor's Degree (e.g., BSc, BA, MB, etc.)
2,934
738.683
1,808.87
5,630
5,190
283
294
1
8
If you could be any animal you choose for one day, what animal would you choose? Why?
I would love to be a bird because flying has always given me a strange feeling like suspension, kind of like time slowing down. So if I get that feeling when I fly in an airplane I imagine what the feeling might be to be a bird and be able to fly for real, flying over whole countries and being able to see them from abo...
10
10
9
11
C1.ii
C1.ii
C1.i
C2.i
R_1LLi8eIGazWAYTA
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36
pl-PL
29
Right-handed
4
QWERTY
QWERTY
Desktop
Poland
Polish
10
1
8
German
Intermediate (B1, B2)
I have not taken an English language exam
null
Master's Degree (e.g., MSc, MEng, MRes, etc.)
1,401
282.66
829.7309
5,788
9,530
298
361
1
8
If you could be any animal you choose for one day, what animal would you choose? Why?
If i could be any animal for one day, that i can choose. I will probably choose to be a dog. I will choose a dog, because I'm a really dog-lover. I have 2 dogs and i really love them. They are my best friends, one of my dog is 9 years older than second dog and he is male when younger dog is female, but returning to the...
6
6
5
5
B1.ii
B1.ii
B1.i
B1.i
R_2qdWv3rmKaYpowO
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36
el-GR
28
Right-handed
12
QWERTY
QWERTY
Laptop
Greece
Greek
17
12
5
German
Advanced (C1, C2)
I have not taken an English language exam
null
Master's Degree (e.g., MSc, MEng, MRes, etc.)
1,659
503.725
734.6715
5,576
7,659
302
358
1
8
If you could be any animal you choose for one day, what animal would you choose? Why?
I've never really thought about transforming into an animal for just one day. That being told, my answer does not entail a great amount of thinking into it. However, if I really had to pick I would probably choose to be a whale. Then you would ask me, why would you like to be one of the most heavy weights animal in the...
12
8
7
10
C2.ii
B2.ii
B2.i
C1.ii
R_3LXNC1oloyifnSd
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36
en-GB
34
Right-handed
7
QWERTY
QWERTY
Desktop
United Kingdom
English
null
null
null
null
null
I have not taken an English language exam
null
Doctoral Degree or higher (e.g., PhD, MPhil, etc.)
800
278.9874
359.3294
5,616
5,393
302
256
1
8
If you could be any animal you choose for one day, what animal would you choose? Why?
I think my answer comes in two parts. Firstly, as a recreational gymnast, I've always admired big jungle cats for their combination of speed, agility and stealth. So I think being able to explore a jungle environment as an apex predator, along with the enhanced senses would be of great interest. Perhaps something like ...
12
9
9
11
C2.ii
C1.i
C1.i
C2.i
R_3oECSi57YP8BpdN
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/109.0
en-US
27
Right-handed
10
QWERTY
QWERTY
Laptop
Slovenia
Slovene
7
0
4
Croatian
Intermediate (B1, B2)
My CEFR level is B1 or B2
2,013
Bachelor's Degree (e.g., BSc, BA, MB, etc.)
1,535
529.093
666.026
5,829
5,262
302
250
1
8
If you could be any animal you choose for one day, what animal would you choose? Why?
If I could be any animal I choose for one day, I would be a cat. They get as much snuggle as they want and almost everybody likes them. I would eat and sleep all day. I think it would be a very relaxing experience. I'm under a lot of stress lately at my job and I feel like a day as a cat would give me much needed rest....
8
8
7
9
B2.ii
B2.ii
B2.i
C1.i
R_2U6ffEdcz13GEhD
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36
en-US
45
Right-handed
4
QWERTY
QWERTY
Laptop
United Kingdom
English
null
null
null
null
null
My CEFR level is A1 or A2
2,000
Bachelor's Degree (e.g., BSc, BA, MB, etc.)
1,955
469.2291
892.8919
5,800
8,274
302
268
1
8
If you could be any animal you choose for one day, what animal would you choose? Why?
If I could be any animal for the day I think that I would choose to be a bald eagle. One of the main reasons I have chosen to be an eagle is that it would give me the opportunity to fly which obviously is not something I am currently able to do! It would be incredible to understand how the mechanics of flying works, an...
10
9
9
11
C1.ii
C1.i
C1.i
C2.i
R_3ESfOUrwA20mGy5
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/109.0
pl
20
Right-handed
6
QWERTY
QWERTY
Desktop
Poland
Polish
10
0
6
German
Intermediate (B1, B2)
I have not taken an English language exam
null
High School
3,972
282.715
2,476.463
5,096
6,682
272
261
1
8
If you could be any animal you choose for one day, what animal would you choose? Why?
If I had to choose what animal I would like to be for a one day it would probably be an eagle. He's fearless, self-sufficent and can fly. In my opinion an eagle is a symbol of loyalty, bravery and victory (That's probably why they are used in so many logos, it reminds me of the 101st Airborne Division from II World War...
9
9
7
9
C1.i
C1.i
B2.i
C1.i
R_2EAdrOl8BnZOt3a
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36
en-US
31
Right-handed
10
QWERTY
QWERTY
Laptop
South Africa
English
null
null
null
null
null
My CEFR level is B1 or B2
2,010
Bachelor's Degree (e.g., BSc, BA, MB, etc.)
5,565
725.0655
902.8177
5,606
5,426
299
262
1
8
If you could be any animal you choose for one day, what animal would you choose? Why?
That is truely an interesting question. I have thought of this question a few years ago. If i could be any animal for a day, I would definitely be a puppy. Reason being, I have noticed how carefree they are and how everything is super fascinating to them. They do not put too much thought into things. For instance, when...
10
7
7
11
C1.ii
B2.i
B2.i
C2.i
R_3MtVJsiRayvcdsp
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36
en-US
55
Right-handed
4
IDK
IDK
Laptop
Mexico
English
null
null
null
null
null
I have not taken an English language exam
null
Bachelor's Degree (e.g., BSc, BA, MB, etc.)
2,425
942.3954
916.9761
5,766
5,594
302
280
1
8
If you could be any animal you choose for one day, what animal would you choose? Why?
If I could choose to be an animal for a day, I think I would choose to be a lizard. It might sound sort of strange, but lizards seem to have a good life. They live in warm or outright hot weather, and I love hot, sunny weather. In fact, I hate cold weather. I am very sensitive to the cold, as it affects me not only in ...
12
9
7
11
C2.ii
C1.i
B2.i
C2.i
R_3QGkW4pFz1X6Irf
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36
en-US
30
Right-handed
7
QWERTY
QWERTY
Desktop
United Kingdom
English
null
null
null
null
null
I have not taken an English language exam
null
Bachelor's Degree (e.g., BSc, BA, MB, etc.)
1,477
699.9572
584.0066
6,074
4,947
302
265
1
8
If you could be any animal you choose for one day, what animal would you choose? Why?
If I were to choose an animal I would choose to be a dog. Dogs are universally loved by all types of people across the world. Dogs have the capability of loving all sorts of different kinds of animals as well as humans. Most dogs have enough cognitive ability to be able to understand the world around them. Those kinds ...
11
7
7
11
C2.i
B2.i
B2.i
C2.i
R_pPKsvYDQq98sNA5
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36
pl-PL
24
Right-handed
3
QWERTY
QWERTY
Desktop
Poland
Polish
12
2
3
German
Advanced (C1, C2)
I have not taken an English language exam
null
Bachelor's Degree (e.g., BSc, BA, MB, etc.)
1,934
568.4919
1,041.3999
6,094
5,342
302
256
1
8
If you could be any animal you choose for one day, what animal would you choose? Why?
Well, just for one day? That's a hard nut to crack to answer this question but I will do my best! So let's begin! If I could be any animal for the one and only day, I would choose to be a bird. Being a bird would allow me to experience the world from a different perspective, no more "boots on the ground" and moving jus...
10
8
7
9
C1.ii
B2.ii
B2.i
C1.i
R_25MYROZBV5FOXwl
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/109.0
en-GB
42
Right-handed
11
QWERTY
QWERTY
Laptop
United Kingdom
English
null
null
null
null
null
I have not taken an English language exam
null
Vocational qualifications
2,124
693.585
594.967
5,887
5,481
301
261
1
8
If you could be any animal you choose for one day, what animal would you choose? Why?
If I could be any animal for a day I think I would like to be a monkey. I think they are fun creatures and they seem to live their lives in quite a care-free way. I would like to be living in a place that were cool, but warm; perhaps somewhere like South Africa. I remember going to Cape Point and the monkies there seem...
10
8
7
8
C1.ii
B2.ii
B2.i
B2.ii
R_1LA5WTyCA34npEV
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36
en-US
59
Right-handed
3
QWERTY
QWERTY
Desktop
Chile
Spanish
10
0
6
null
Advanced (C1, C2)
I have not taken an English language exam
null
Master's Degree (e.g., MSc, MEng, MRes, etc.)
1,244
305.8866
451.5127
5,460
6,030
302
314
1
8
If you could be any animal you choose for one day, what animal would you choose? Why?
If I could be an animal for one day, I would be a cat. The reasons why are many: One, they are a pet, and almost all pets in the world get treated very well and are loved by their family. Two, wild animals have a very rough life, they constantly have to survive and there's many who have natural predators. Three, I coul...
12
8
9
9
C2.ii
B2.ii
C1.i
C1.i
R_25QP6qzCJW0aG1G
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36
en-US
29
Right-handed
13
QWERTY
QWERTY
Desktop
United Kingdom
English
null
null
null
null
null
I have not taken an English language exam
null
Bachelor's Degree (e.g., BSc, BA, MB, etc.)
1,263
426.5299
644.9415
5,459
7,660
300
371
1
8
If you could be any animal you choose for one day, what animal would you choose? Why?
If I could be any animal I choose for a day then I think I would choose to be a whale. Some sort of big whale, maybe a blue whale. I mean, whales fall under the category of animal right? I can't remember biological phylogenetic trees or whatever it's called, but I think every living creature from bird to spider is an a...
12
9
9
9
C2.ii
C1.i
C1.i
C1.i
R_1dpmlkvn9V8uVqK
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36
en-GB
41
Right-handed
8
QWERTY
QWERTY
Laptop
United Kingdom
English
null
null
null
null
null
My CEFR level is C1 or C2
2,002
Bachelor's Degree (e.g., BSc, BA, MB, etc.)
1,597
503.7697
544.6505
5,275
4,957
282
254
1
8
If you could be any animal you choose for one day, what animal would you choose? Why?
If I could be any animal for a day, I would probably choose to be a lion. A lion is strong and powerful, and is known as king of the jungle, for me that would be the animal I would choose to be. I admire Lions in their natural habitat and is my favourite animal of all the animals out there, so this would be my choi...
9
8
7
9
C1.i
B2.ii
B2.i
C1.i
R_XSRWf9zlWq8ePAJ
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/109.0
it
39
Right-handed
8
QWERTY
QWERTY
Desktop
Italy
Italian
25
0
1
null
Intermediate (B1, B2)
I have not taken an English language exam
null
High School
1,892
676.193
836.584
5,443
5,215
302
251
1
8
If you could be any animal you choose for one day, what animal would you choose? Why?
This is a very interesting question, a question someone makes on job interviews to explore psicological things or during a casual meeting for example at a party or somewhere else. But I don't think this is a very psicological question. Normally no one thinks of himself as an animal. This is the typical question with mu...
9
7
7
8
C1.i
B2.i
B2.i
B2.ii
R_2TQO8KS7p0wlmwA
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36
hu-HU
29
Right-handed
10
QWERTZ
QWERTZ
Desktop
Hungary
Hungarian
20
0
8
null
Advanced (C1, C2)
My CEFR level is C1 or C2
2,015
High School
1,622
476.8471
678.4876
5,453
5,273
302
268
1
8
If you could be any animal you choose for one day, what animal would you choose? Why?
That is a most interesting question! Cat would seem an obvious answer, as I share a lot of their attribute; love of comfort, laziness, being a night owl, and having a fairly good sight in the dark, which is ironic considering my miopia. However, being a cat would be somewhat familiar, I would chose a bird instead, let'...
12
9
7
10
C2.ii
C1.i
B2.i
C1.ii
R_1rB0506hb4YBFOb
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36
en-US
29
Right-handed
5
QWERTY
QWERTY
Laptop
United Kingdom
English
null
null
null
null
null
I have not taken an English language exam
null
Bachelor's Degree (e.g., BSc, BA, MB, etc.)
1,159
363.8354
449.467
5,488
5,239
301
285
1
8
If you could be any animal you choose for one day, what animal would you choose? Why?
I think that if I could be any animal for one day, I would like to be some sort of migratory bird that is able to fly high and far for hours at a time, so that I could experience what it would be like to see the world from such a height (under my own steam, not trapped inside an airplane) as well as experience the feel...
10
10
9
10
C1.ii
C1.ii
C1.i
C1.ii
R_25BKOSk03wyxUVg
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36
it-IT
27
Right-handed
1
QWERTY
QWERTY
Desktop
Italy
Italian
5
0
3
Other
Intermediate (B1, B2)
I have not taken an English language exam
null
middle school
1,584
593.339
714.817
5,769
5,188
302
269
1
8
If you could be any animal you choose for one day, what animal would you choose? Why?
This is actually a very deep question, after meditating about it for a bit I came to a conclusion: an eagle. Since I can be this chosen animal for just a day, I would like to anjoy this 24 hours without any worries. Being an eagle I am a top predator on the trofic chain, meaning ther is no animal that lives off of my m...
9
7
9
9
C1.i
B2.i
C1.i
C1.i
R_3KIutploWsAGYDz
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36 OPR/93.0.0.0
hu-HU
23
Right-handed
8
QWERTZ
QWERTZ
Desktop
Hungary
Hungarian
13
0
4
null
Intermediate (B1, B2)
My CEFR level is B1 or B2
2,020
High School
1,606
316.403
748.3076
5,352
5,316
302
268
1
8
If you could be any animal you choose for one day, what animal would you choose? Why?
To be honest, beeing an animal would be a cool thing, because the animals don't have to do things what the don't want to. They don't have to work, don't have to get up early. If I have to choose an animal, maybe it would be an eagle. Why the eagle? Because the eagle is a very beautiful animal. The feathers of the eag...
8
7
7
7
B2.ii
B2.i
B2.i
B2.i
R_3EHd90nmiSav5pJ
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36
pt-PT
28
Left-handed
5
QWERTY
QWERTY
Desktop
Portugal
Portuguese
14
3
6
French
Advanced (C1, C2)
My CEFR level is C1 or C2
2,012
High School
2,233
463.237
1,557.312
6,587
6,465
330
252
1
8
If you could be any animal you choose for one day, what animal would you choose? Why?
I would probably choose to be a dog, i would love the experience of being a dog for one day, they're smart, supportive and the bestman friend.I always loved dogs fo my whole life and that's the answer that makes more sense to me but i would enjoy to experience other animals as well, like a monkey, or a dolphin. Dogs us...
10
6
5
6
C1.ii
B1.ii
B1.i
B1.ii
R_1gFSXx6DmmZ4QMS
Mozilla/5.0 (X11; CrOS x86_64 15183.78.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36
en-GB
72
Right-handed
5
QWERTY
QWERTY
Laptop
United Kingdom
English
null
null
null
null
null
I have not taken an English language exam
null
High School
2,817
878.9325
1,340.7957
6,132
6,099
302
262
1
8
If you could be any animal you choose for one day, what animal would you choose? Why?
I would most definitely choose a Bird. In particular, a Dove. I would choose a Dove because they seem so angelic and heavenly and free. Furthemore, being able to fly high, above in the sky and to feel the wind beneath my wings would be the most incredible feeling. The feeling of being safe and protected as you could ju...
12
8
9
9
C2.ii
B2.ii
C1.i
C1.i
R_XTGFkxKAWng0C5j
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36
en-ZA
26
Right-handed
8
QWERTY
QWERTY
Laptop
South Africa
English
null
null
null
null
null
I have not taken an English language exam
null
Bachelor's Degree (e.g., BSc, BA, MB, etc.)
3,442
928.9696
1,893.0558
5,286
5,412
282
268
1
8
If you could be any animal you choose for one day, what animal would you choose? Why?
I would choose to be a lion because it is one of the most dominant and powerful animals in the animal kingdom. They are known to be the "King of the Jungle", and they have a charming trait that allows them to move swiftly. Lions are brave, courageous, and vicious, but most importantly, they are leaders. They guide thei...
10
9
9
11
C1.ii
C1.i
C1.i
C2.i
R_1rvpxP1EqG25UXb
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36
en-PL
21
Right-handed
3
QWERTY
QWERTY
Desktop
Poland
Polish
15
0
7
German
Intermediate (B1, B2)
My CEFR level is B1 or B2
2,022
High School
1,686
530.3952
631.1866
5,955
5,363
301
282
1
8
If you could be any animal you choose for one day, what animal would you choose? Why?
I would want to be a gorilla. For some time now, I've been obssesed with gorillas and I've watched over hundred videos of them. I think they are funny and I love the way they walk, it always makes me laugh. The way they act make me want to be one of them. It is not just that they are cool, but I love watching funny thi...
8
7
7
7
B2.ii
B2.i
B2.i
B2.i
R_YYNT3yFzxhTwVax
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36
en-GB
22
Right-handed
2
QWERTY
QWERTY
Laptop
Poland
Polish
12
0
6
null
Advanced (C1, C2)
I have not taken an English language exam
null
Bachelor's Degree (e.g., BSc, BA, MB, etc.)
2,478
789.5973
1,117.6007
5,467
5,257
302
275
1
8
If you could be any animal you choose for one day, what animal would you choose? Why?
If I could be any animal for one day I would be a lion. Not a lioness, but a male lion. The reason is very easy. They do nothing all day. They just lie on a grass field, under a shade of a big tree watching as lionessess hunt for him, while he does absolutly nothing. The only thing he has to do is fight another lions w...
9
8
7
8
C1.i
B2.ii
B2.i
B2.ii
R_23f4LxjgHkE0Zni
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.33
en-US
28
Right-handed
10
QWERTY
QWERTY
Desktop
Mexico
Spanish
20
1
10
null
Advanced (C1, C2)
My CEFR level is C1 or C2
2,016
Bachelor's Degree (e.g., BSc, BA, MB, etc.)
1,348
376.2339
632.0023
6,078
5,916
302
276
1
20
Your friend wants to improve their English reading skills. Write an email to your friend: remember not to reveal personal information (so just use a first name, for instance). Write about what you find difficult about reading in English and give some ideas for how to practise and improve English reading.
Hey Pal! You know, I've been thinking about what you said the other day about trying to improve your English reading skills and I started thinking about how I could help you in some way. Maybe this won't be super useful, but I think you might find some of my experiences as, at least, good 'you shoud know' material. F...
12
9
6
10
C2.ii
C1.i
B1.ii
C1.ii
R_2EgiQ6rqJkr6O52
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:104.0) Gecko/20100101 Firefox/104.0
hu
46
Right-handed
4
QWERTZ
QWERTZ
Desktop
Hungary
Hungarian
10
0
2
null
Intermediate (B1, B2)
My CEFR level is B1 or B2
2,000
High School
2,271
672.155
1,184.291
6,572
6,538
299
293
1
20
Your friend wants to improve their English reading skills. Write an email to your friend: remember not to reveal personal information (so just use a first name, for instance). Write about what you find difficult about reading in English and give some ideas for how to practise and improve English reading.
Dear Frank! I've heard about your problem with reading in English. I had this problem in the past and had a difficult time to get over it. Mostly I had problem to pronounce classic words like family names, names of places. Luckily today I much easier to practice and improve. Of course you can start with a simple dicti...
10
6
6
11
C1.ii
B1.ii
B1.ii
C2.i
R_1PUAWLMxjvndZKX
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36
pl-PL
25
Right-handed
3
QWERTY
QWERTY
Laptop
Poland
Polish
15
0
2
German
Intermediate (B1, B2)
I have not taken an English language exam
null
Master's Degree (e.g., MSc, MEng, MRes, etc.)
3,041
827.2392
1,870.9006
5,580
6,773
281
281
1
20
Your friend wants to improve their English reading skills. Write an email to your friend: remember not to reveal personal information (so just use a first name, for instance). Write about what you find difficult about reading in English and give some ideas for how to practise and improve English reading.
Hi Jack, How are yoy? I hope you're fine. I'm writting because I heard that you want to improve your English reading skills. I understand you because it is also difficult for me. I find that reading in English is problematic because we don't know every word in English. I lost a lot of time to chcek in paper dictionary...
9
6
5
8
C1.i
B1.ii
B1.i
B2.ii
R_2sR8jtEtUznvOW5
Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/109.0
pt-PT
23
Right-handed
9
QWERTY
QWERTY
Laptop
Portugal
Portuguese
13
0
5
Spanish
Advanced (C1, C2)
I have not taken an English language exam
null
Master's Degree (e.g., MSc, MEng, MRes, etc.)
1,214
306.566
640.564
5,783
8,741
301
363
1
20
Your friend wants to improve their English reading skills. Write an email to your friend: remember not to reveal personal information (so just use a first name, for instance). Write about what you find difficult about reading in English and give some ideas for how to practise and improve English reading.
Hi mate, hope you are doing well. I understand your point. Though your English reading skills are good enough for you to get by, you still want to become more proficient because it may bring you benefits both in personal and professional matters. I feel the same way. Though I often read stuff in English, both in terms...
12
10
9
11
C2.ii
C1.ii
C1.i
C2.i
R_2YazP1o2wdEYFfH
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36
el-GR
26
Right-handed
9
QWERTY
QWERTY
Desktop
Greece
Greek
18
10
5
German
Advanced (C1, C2)
My CEFR level is C1 or C2
2,012
Master's Degree (e.g., MSc, MEng, MRes, etc.)
1,927
801.812
817.3076
6,481
6,359
302
257
1
20
Your friend wants to improve their English reading skills. Write an email to your friend: remember not to reveal personal information (so just use a first name, for instance). Write about what you find difficult about reading in English and give some ideas for how to practise and improve English reading.
Hello Mark, I'm writing this message in order to help you improve your English reading skills. I persinally know how difficult this is, but you have to try even harder. You have to spend time practising and reading as many books as you can in English. I tried to highlight some words that were really hard for me to rem...
9
7
6
9
C1.i
B2.i
B1.ii
C1.i
R_AurQSBdbX74X0rL
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36
pt-PT
50
Right-handed
2
QWERTY
QWERTY
Laptop
Portugal
Portuguese
7
0
2
Spanish
Intermediate (B1, B2)
I have not taken an English language exam
null
Master's Degree (e.g., MSc, MEng, MRes, etc.)
2,616
763.0939
1,014.3454
5,486
6,532
299
307
1
20
Your friend wants to improve their English reading skills. Write an email to your friend: remember not to reveal personal information (so just use a first name, for instance). Write about what you find difficult about reading in English and give some ideas for how to practise and improve English reading.
Hi Marlon. As you've asked, I will try to my best to give you some advice on how to improve your english reading skills. As you know, I never had difficulties reading and understanding english. I don't really know why, never could explain it to myself... Tha fact is that i've been exposed to english from an early age, ...
9
7
5
9
C1.i
B2.i
B1.i
C1.i
R_12F4UPzeZSHpwmB
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36
en-GB
30
Right-handed
12
QWERTY
QWERTY
Desktop
United Kingdom
English
null
null
null
null
null
I have not taken an English language exam
null
High School
1,842
358.8833
1,116.4029
5,433
7,041
302
250
1
20
Your friend wants to improve their English reading skills. Write an email to your friend: remember not to reveal personal information (so just use a first name, for instance). Write about what you find difficult about reading in English and give some ideas for how to practise and improve English reading.
Hi there friend, I have become aware that you have a desire to improve your English reading skills. I would like to take this opportunity to perhaps share some of my personal experience of reading the English language and some common issues I think you may encounter. Hopefully this will be of some help and interest to ...
10
9
7
11
C1.ii
C1.i
B2.i
C2.i
R_2uJnM6g3ytxldQv
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36
es-419
26
Right-handed
6
QWERTY
QWERTY
Laptop
Chile
Spanish
15
0
3
null
Advanced (C1, C2)
My CEFR level is C1 or C2
2,022
High School
2,417
590.3366
1,399.7442
5,874
6,697
301
254
1
20
Your friend wants to improve their English reading skills. Write an email to your friend: remember not to reveal personal information (so just use a first name, for instance). Write about what you find difficult about reading in English and give some ideas for how to practise and improve English reading.
Dear friend, I know that you've been having problems with learning English, so I tought I would give you some advice on how to improve your reading skills. When I was at your level I struggled a lot with long sentences, I would try to read fast like in my native language and skip words or read the wrong word completely...
9
9
5
10
C1.i
C1.i
B1.i
C1.ii
R_2ALppS6HAsKLyMY
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/109.0
es-ES
26
Right-handed
5
QWERTY
QWERTY
Laptop
Mexico
Spanish
11
0
3
null
Intermediate (B1, B2)
I have not taken an English language exam
null
Bachelor's Degree (e.g., BSc, BA, MB, etc.)
5,519
794.849
3,459.785
6,166
7,758
303
286
1
20
Your friend wants to improve their English reading skills. Write an email to your friend: remember not to reveal personal information (so just use a first name, for instance). Write about what you find difficult about reading in English and give some ideas for how to practise and improve English reading.
My dear friend Someone told that you want to improve your english reading skills, that is awesome, english is a wonderful language, you will learn many things once you become fluent in the language (btw why i am writing this in english if you struggle reading english? Oh anyway...). I want to help you with some practi...
9
9
5
10
C1.i
C1.i
B1.i
C1.ii
R_3oRP8A121rXqPsS
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36
en-US
22
Right-handed
10
QWERTY
QWERTY
Laptop
United Kingdom
English
null
null
null
null
null
My CEFR level is B1 or B2
2,018
Master's Degree (e.g., MSc, MEng, MRes, etc.)
6,876
4,279.29
1,443.0839
6,122
5,844
296
271
1
20
Your friend wants to improve their English reading skills. Write an email to your friend: remember not to reveal personal information (so just use a first name, for instance). Write about what you find difficult about reading in English and give some ideas for how to practise and improve English reading.
hello Jane, i know you want to improve your reading skills in english, english is not really somthing tough atleast not like mathematics and some other thins to learn. English is an essential language which everyone needs to know or rather learn if it not a native language, English is not only neccesary but also compul...
7
6
5
9
B2.i
B1.ii
B1.i
C1.i
R_3IbYJd8CnTW2ZjV
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36
en-US
30
Right-handed
12
QWERTY
QWERTY
Desktop
United Kingdom
English
null
null
null
null
null
I have not taken an English language exam
null
High School
1,151
296.2559
695.8784
5,699
5,778
302
253
1
20
Your friend wants to improve their English reading skills. Write an email to your friend: remember not to reveal personal information (so just use a first name, for instance). Write about what you find difficult about reading in English and give some ideas for how to practise and improve English reading.
English can be a very difficult language, especially with how many words are spelt the same yet read differently. One word for example, I have just used, read. The best advice is to first get used to the context of the sentence and try to understand which pronunciation should then be used. For example; She read the boo...
12
9
7
10
C2.ii
C1.i
B2.i
C1.ii
R_302cVAfFhImWsFP
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36 Edg/109.0.1518.70
de
24
Left-handed
10
QWERTZ
QWERTZ
Laptop
France
German
10
2
4
French
Advanced (C1, C2)
My CEFR level is C1 or C2
2,019
Bachelor's Degree (e.g., BSc, BA, MB, etc.)
1,752
269.0117
433.5787
5,451
6,454
302
303
1
20
Your friend wants to improve their English reading skills. Write an email to your friend: remember not to reveal personal information (so just use a first name, for instance). Write about what you find difficult about reading in English and give some ideas for how to practise and improve English reading.
Dear Jon, I have been thinking about ways you could improve your English reading skills. In this email, I will send you some of the suggestions I have on the matter. Personally, I think that reading is all about practice. English as a language, unlike French, does not have an incredibly complex set of rules concerning...
12
10
9
11
C2.ii
C1.ii
C1.i
C2.i
R_24O9wskOz32PqvH
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36
en-ZA
24
Right-handed
8
QWERTY
QWERTY
Desktop
South Africa
English
null
null
null
null
null
My CEFR level is C1 or C2
2,019
Master's Degree (e.g., MSc, MEng, MRes, etc.)
2,299
828.4216
803.8598
5,115
4,917
268
257
1
20
Your friend wants to improve their English reading skills. Write an email to your friend: remember not to reveal personal information (so just use a first name, for instance). Write about what you find difficult about reading in English and give some ideas for how to practise and improve English reading.
mostly english have the same words but with different meanings, so it is very difficulty to define or to understand very well the words that are written down, other difficult part is that phrases and verbs carries more weigh thab menaing, meaning that mos of the phrases used, either grammatical inncorrent or that the m...
9
5
4
9
C1.i
B1.i
A2.ii
C1.i
R_3dRrTXy5SZZr18J
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36
es-ES
35
Right-handed
7
QWERTY
QWERTY
Laptop
Spain
Spanish
10
4
2
null
Intermediate (B1, B2)
My CEFR level is B1 or B2
2,018
Bachelor's Degree (e.g., BSc, BA, MB, etc.)
3,393
467.854
2,152.0727
5,545
5,437
300
264
1
20
Your friend wants to improve their English reading skills. Write an email to your friend: remember not to reveal personal information (so just use a first name, for instance). Write about what you find difficult about reading in English and give some ideas for how to practise and improve English reading.
Hi dear; I so sorry to hear that you are having trouble learning to read English properly. I know that it is difficult reading English because the phonetics it is totally different to your mother langauge. I think taht it is a good idea use a videos of Youtube with subtitles and put the speed 0,5x. This way you will be...
10
7
7
10
C1.ii
B2.i
B2.i
C1.ii
R_3GcW2YrAw3w6NF5
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/109.0
en-GB
30
Right-handed
9
QWERTY
QWERTY
Desktop
United Kingdom
English
null
null
null
null
null
I have not taken an English language exam
null
Bachelor's Degree (e.g., BSc, BA, MB, etc.)
1,069
338.916
471.866
5,373
5,344
302
292
1
20
Your friend wants to improve their English reading skills. Write an email to your friend: remember not to reveal personal information (so just use a first name, for instance). Write about what you find difficult about reading in English and give some ideas for how to practise and improve English reading.
Dear Mike, I think it's wonderful that you want to improve your English reading skills. It will allows us to communicate more clearly and it will open up a load of new opportunites for you. I suppose I have been lucky to be born in an English-speaking country and haven't really struggled to read the language. Although...
12
10
10
11
C2.ii
C1.ii
C1.ii
C2.i
R_OO7LRoqzbHHCiVb
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36
es-ES
31
Right-handed
8
QWERTY
QWERTY
Laptop
Chile
Spanish
19
0
14
Other
Advanced (C1, C2)
My CEFR level is C1 or C2
2,022
Bachelor's Degree (e.g., BSc, BA, MB, etc.)
1,616
446.4158
832.9468
6,094
6,145
301
257
1
20
Your friend wants to improve their English reading skills. Write an email to your friend: remember not to reveal personal information (so just use a first name, for instance). Write about what you find difficult about reading in English and give some ideas for how to practise and improve English reading.
Dear friend: How have you been? I hope you're doing well. Your sister told me yesterday that you want to improve your English reading skills and asked me if I could help you out in some way. First of all, if you want to improve in another language what you need to do is to really inmerse in said language. Choose a bo...
9
9
9
11
C1.i
C1.i
C1.i
C2.i
R_3n0p2Srv7gUGqyQ
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36
en-GB
31
Right-handed
8
QWERTY
QWERTY
Laptop
United Kingdom
English
null
null
null
null
null
I have not taken an English language exam
null
Bachelor's Degree (e.g., BSc, BA, MB, etc.)
2,010
533.053
812.308
5,603
5,929
289
255
1
20
Your friend wants to improve their English reading skills. Write an email to your friend: remember not to reveal personal information (so just use a first name, for instance). Write about what you find difficult about reading in English and give some ideas for how to practise and improve English reading.
Hey buddy! So you say you want to improve your English reading skills? Well, there are a lot of ways you can do that. Firstly, you could try watching English children's shows on TV. The shows are designed to teach young children new words in English and often they come with subtitles so you can hear how the words soun...
12
8
8
10
C2.ii
B2.ii
B2.ii
C1.ii
R_2ro975xzfflXS4b
Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36
en-US
42
Right-handed
1
QWERTY
QWERTY
Laptop
United Kingdom
English
null
null
null
null
null
I have not taken an English language exam
null
High School
3,571
723.0724
1,906.3213
5,640
7,494
301
259
1
20
Your friend wants to improve their English reading skills. Write an email to your friend: remember not to reveal personal information (so just use a first name, for instance). Write about what you find difficult about reading in English and give some ideas for how to practise and improve English reading.
Hi Frendolina, The English language can be very confusing to read sometimes so do not worry. One of the main reasons I think is due to inconsistencies in the phonetic sounds of certain letters. For example; the words 'threw' and 'through' are phonetically identical in English, meaning that they sound the same. When rea...
12
11
9
10
C2.ii
C2.i
C1.i
C1.ii
R_1qeqm550InJleVa
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36
en-ZA
34
Right-handed
15
QWERTY
QWERTY
Laptop
South Africa
English
null
null
null
null
null
I have not taken an English language exam
null
High School
4,139
999.85
1,407.6487
5,862
6,921
302
297
1
20
Your friend wants to improve their English reading skills. Write an email to your friend: remember not to reveal personal information (so just use a first name, for instance). Write about what you find difficult about reading in English and give some ideas for how to practise and improve English reading.
Dear Jack I find that when coming to reading English, that there can be some challenges or difficulties that a person can face. Firstly , it can be that the proununciation of certain English words can be problematic to read. Secondly, it can be that a person does not have the knowlegde of how they should use punctuatio...
9
7
7
10
C1.i
B2.i
B2.i
C1.ii
R_2UY2HIFEPQZzxDb
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36
pl-PL
23
Right-handed
6
QWERTY
QWERTY
Laptop
Poland
Polish
17
0
10
null
Advanced (C1, C2)
I have not taken an English language exam
null
Bachelor's Degree (e.g., BSc, BA, MB, etc.)
2,253
743.0373
947.79
5,944
6,107
299
280
1
20
Your friend wants to improve their English reading skills. Write an email to your friend: remember not to reveal personal information (so just use a first name, for instance). Write about what you find difficult about reading in English and give some ideas for how to practise and improve English reading.
Hi Nick, how are you, I hope you good, I received your last email about your difficulties with learning English, so I wanted to write to you with some advice and tips that helped me. As you know English is not my first language, I started learning in school when I was six years old but the school system didn't really w...
10
8
6
10
C1.ii
B2.ii
B1.ii
C1.ii
R_29bGCa7bxoRVEIv
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36 Edg/109.0.1518.70
it
28
Right-handed
4
QWERTY
QWERTY
Laptop
Italy
Italian
16
0
1
null
Intermediate (B1, B2)
My CEFR level is B1 or B2
2,017
Master's Degree (e.g., MSc, MEng, MRes, etc.)
1,871
422.1853
882.173
5,712
7,736
302
355
1
20
Your friend wants to improve their English reading skills. Write an email to your friend: remember not to reveal personal information (so just use a first name, for instance). Write about what you find difficult about reading in English and give some ideas for how to practise and improve English reading.
Dear Friend, How are you? I'm fine thanks. I'm writing this email for answer your question about how to improve your English reading skills. I'm glad you asked me for these suggestions but I have to remember to you that I'm probably worst than you in this subject. I find English language really easy to learn compared...
12
8
6
10
C2.ii
B2.ii
B1.ii
C1.ii
R_d4l5yRNXVDWuS0p
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36
en-GB
59
Right-handed
7
QWERTY
QWERTY
Laptop
United Kingdom
English
null
null
null
null
null
I have not taken an English language exam
null
Bachelor's Degree (e.g., BSc, BA, MB, etc.)
1,949
697.1444
962.3344
5,608
5,149
300
254
1
20
Your friend wants to improve their English reading skills. Write an email to your friend: remember not to reveal personal information (so just use a first name, for instance). Write about what you find difficult about reading in English and give some ideas for how to practise and improve English reading.
Reading English can be difficult as the grammar and punctuation is not always logical in their use. One way to help with this would be to read a book while listening to an audio version of the book so you can follow the words in the book while listening to them being spoken. Join a spoken class to practise speaking whi...
10
8
6
10
C1.ii
B2.ii
B1.ii
C1.ii
R_qVDLthcx0KPWCQN
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/109.0
pl
20
Right-handed
10
QWERTY
QWERTY
Desktop
Poland
Polish
13
0
4
German
Advanced (C1, C2)
I have not taken an English language exam
null
High School
2,709
389.099
1,217.284
5,196
5,546
273
273
1
20
Your friend wants to improve their English reading skills. Write an email to your friend: remember not to reveal personal information (so just use a first name, for instance). Write about what you find difficult about reading in English and give some ideas for how to practise and improve English reading.
Hello, Michael! I heard you've been learning English lately and you need to learn to read the language better. I am writing this email to help you with that. I've been learning English for a long time, so I think I can give you a lot of advice. Like me, it's probably hard for you to get used to the way some words are ...
12
9
7
9
C2.ii
C1.i
B2.i
C1.i
R_NVbR7hl9HBM04IF
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36
es-419
52
Right-handed
10
QWERTY
QWERTY
Laptop
Chile
English
null
null
null
null
null
My CEFR level is C1 or C2
2,005
Bachelor's Degree (e.g., BSc, BA, MB, etc.)
5,655
1,487.3232
1,505.1965
5,545
5,281
301
263
1
20
Your friend wants to improve their English reading skills. Write an email to your friend: remember not to reveal personal information (so just use a first name, for instance). Write about what you find difficult about reading in English and give some ideas for how to practise and improve English reading.
Hello Pancho. I know that you want to improve your english skills, both read and write in english. But, for my own experience you must learn first to read in english. That will help you to undestand the most of words, sentences and phrases. Don´t give up if at the begining you see that your rhythmn is slow or not have ...
8
7
6
8
B2.ii
B2.i
B1.ii
B2.ii
R_1jDGMu1jIhJ4GaU
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36
en-US
22
Right-handed
9
QWERTY
QWERTY
Desktop
United Kingdom
English
null
null
null
null
null
My CEFR level is C1 or C2
2,017
High School
1,266
291.9839
724.9512
5,643
9,571
302
318
1
20
Your friend wants to improve their English reading skills. Write an email to your friend: remember not to reveal personal information (so just use a first name, for instance). Write about what you find difficult about reading in English and give some ideas for how to practise and improve English reading.
Hi there Andrew, I was really pleased to recieve your email regarding you wanting to improve your English reading skills. After living in the United Kingdom for all of my life I would like to think I am quite knowledgeable on the English language. When I first started learning to read, I used to struggle with understa...
10
7
10
9
C1.ii
B2.i
C1.ii
C1.i
R_3kImcMSWzbbZnbu
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36 OPR/93.0.0.0
pl-PL
22
Right-handed
12
QWERTY
QWERTY
Desktop
Poland
Polish
17
0
6
German
Intermediate (B1, B2)
I have not taken an English language exam
null
Bachelor's Degree (e.g., BSc, BA, MB, etc.)
1,433
459.9175
562.5749
5,642
6,221
303
265
1
20
Your friend wants to improve their English reading skills. Write an email to your friend: remember not to reveal personal information (so just use a first name, for instance). Write about what you find difficult about reading in English and give some ideas for how to practise and improve English reading.
Hi xyz I've heard that you want to improve your English reading skills. Honestly that's a geniune idea from you. I've got a couple tips&tricks to help you to become more succesfull with achievieng your goals. First of all as somebody would say "Practice is the key", so naturally you need to read more, i know it's kinda...
8
6
6
9
B2.ii
B1.ii
B1.ii
C1.i
R_1MXHi1QDEUYDSc8
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36 OPR/94.0.0.0
pt-PT
21
Right-handed
16
QWERTY
QWERTY
Laptop
Portugal
Portuguese
7
0
2
null
Intermediate (B1, B2)
I have not taken an English language exam
null
High School
1,463
488.1756
698.5861
5,970
6,791
302
266
1
20
Your friend wants to improve their English reading skills. Write an email to your friend: remember not to reveal personal information (so just use a first name, for instance). Write about what you find difficult about reading in English and give some ideas for how to practise and improve English reading.
Hello Paulo. I know you want to improve your English reading skills, I'm writing this Email to try to help you improve it, I'll try to explain how I improve my reading and my English skills. I know going to the English class insn't enough, wans't enough for me either, what help me a lot was wathing movies with the or...
6
5
7
7
B1.ii
B1.i
B2.i
B2.i
R_xreu4JnTrrfJX4R
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36
es-ES
29
Right-handed
4
QWERTY
QWERTY
Laptop
Chile
Spanish
23
0
4
Other
Advanced (C1, C2)
My CEFR level is A1 or A2
2,010
Bachelor's Degree (e.g., BSc, BA, MB, etc.)
1,653
511.863
639.0968
6,065
6,121
303
266
1
20
Your friend wants to improve their English reading skills. Write an email to your friend: remember not to reveal personal information (so just use a first name, for instance). Write about what you find difficult about reading in English and give some ideas for how to practise and improve English reading.
Hi, friend: You have asked me about what to do to improve your English reading skills, so I'll start by writing about what I find difficult about reading in this language, and how to overcome that. First, the problem I remember having the most was that the order of words in a sentence was very different from Spanish t...
10
9
9
11
C1.ii
C1.i
C1.i
C2.i
R_56jIwXfGPWTuJQR
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36 OPR/93.0.0.0
pl-PL
21
Right-handed
3
QWERTY
QWERTY
Laptop
Poland
Polish
10
1
2
Dutch
Intermediate (B1, B2)
My CEFR level is B1 or B2
2,021
High School
2,003
612.4203
1,090.1159
5,760
5,310
301
254
1
20
Your friend wants to improve their English reading skills. Write an email to your friend: remember not to reveal personal information (so just use a first name, for instance). Write about what you find difficult about reading in English and give some ideas for how to practise and improve English reading.
Hi Damian, I heard that you want to improve your English reading skills. That is great idea and I am proud of that you want to improve your English. So you know that my english is better than yours and you will listen my advices. For me the best option to improve your english reading skills is to read a lot of texts w...
8
6
5
8
B2.ii
B1.ii
B1.i
B2.ii
R_1KkTxwBxq4ltsNm
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/109.0
pl
33
Right-handed
5
QWERTY
QWERTY
Desktop
Poland
Polish
10
0
2
null
Intermediate (B1, B2)
I have not taken an English language exam
null
Master's Degree (e.g., MSc, MEng, MRes, etc.)
3,747
863.631
1,661.606
5,339
5,311
289
256
1
20
Your friend wants to improve their English reading skills. Write an email to your friend: remember not to reveal personal information (so just use a first name, for instance). Write about what you find difficult about reading in English and give some ideas for how to practise and improve English reading.
Hello! I know how much you want to improve your reading skills in English. Well, the most important thing is practice, I know it's from my own experience. You must read a lot, even if it's difficult for you at the beginning. Try to buy some English newspapers several times a week and read all the articles several times...
9
9
7
9
C1.i
C1.i
B2.i
C1.i
R_2SjXF2wNE125rsi
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36
en-GB
46
Right-handed
8
QWERTY
QWERTY
Laptop
United Kingdom
English
null
null
null
null
null
I have not taken an English language exam
null
Bachelor's Degree (e.g., BSc, BA, MB, etc.)
1,216
380.87
445.5137
5,777
5,658
301
264
1
20
Your friend wants to improve their English reading skills. Write an email to your friend: remember not to reveal personal information (so just use a first name, for instance). Write about what you find difficult about reading in English and give some ideas for how to practise and improve English reading.
Hi Friend, I was so pleased to find out that you want to improve your English reading skills. I can imagine this is a scary thought at how you will manage this as your age. I guess when you think of learning to read its just something you do as a child starting with picture book and then moving on to books with word w...
10
8
5
9
C1.ii
B2.ii
B1.i
C1.i
R_29h9L4RpcvbZLyS
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36
pl-PL
21
Right-handed
7
QWERTY
QWERTY
Desktop
Poland
Polish
11
3
6
German
Advanced (C1, C2)
I have not taken an English language exam
null
Bachelor's Degree (e.g., BSc, BA, MB, etc.)
1,537
366.3788
882.9777
5,931
8,013
302
258
1
20
Your friend wants to improve their English reading skills. Write an email to your friend: remember not to reveal personal information (so just use a first name, for instance). Write about what you find difficult about reading in English and give some ideas for how to practise and improve English reading.
Dear X, You said you want to improve your English reading skills. I think I can help you with it. First of all, if you want to improve reading skills you have to read a lot of books/articles written in English. Everyday practice will make you read faster and faster with better understanding of what you are reading! Sec...
10
8
7
10
C1.ii
B2.ii
B2.i
C1.ii
R_10AE2HcSqmPLsLY
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15
en-gb
37
Right-handed
1
QWERTY
QWERTY
Laptop
United Kingdom
English
null
null
null
null
null
I have not taken an English language exam
null
High School
1,827
629.148
818.141
5,331
5,169
301
264
1
20
Your friend wants to improve their English reading skills. Write an email to your friend: remember not to reveal personal information (so just use a first name, for instance). Write about what you find difficult about reading in English and give some ideas for how to practise and improve English reading.
Hi, so that main parts of English that I find difficuly when reading is that I still don't know when certain grammatical rules are used. Obviously I am ok with the easy ones liked; full stops, comma's and speech marks nut many of the other's confuse me and to be honest I don't really know when I should be using certain...
10
8
6
9
C1.ii
B2.ii
B1.ii
C1.i
R_2zCuwzDFeH2WWc0
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36
pl-PL
22
Right-handed
3
QWERTY
QWERTY
Laptop
Poland
Polish
14
1
1
German
Intermediate (B1, B2)
My CEFR level is B1 or B2
2,018
High School
3,084
982.9414
1,644.2168
6,002
7,432
293
317
1
20
Your friend wants to improve their English reading skills. Write an email to your friend: remember not to reveal personal information (so just use a first name, for instance). Write about what you find difficult about reading in English and give some ideas for how to practise and improve English reading.
Dear Mark When we were talking last time , you mentioned that you often find it difficult to read fluently in English. Honestly , You should not feel ashamed because of that, it takes some time for people that ause English as second language to have similar reading skills as native speakers. I'd like to give you some ...
11
7
6
9
C2.i
B2.i
B1.ii
C1.i
End of preview.

This repository hosts the dataset collected during the project, 'Deep Learning for Language Assessment', as detailed in the paper "Logging Keystrokes in Writing by English Learners", to appear in the proceedings of LREC-COLING 2024.

The dataset is named KUPA-KEYS (King's College London & Université Paris Cité Keys). It contains texts written by 1,006 participants in our crowdsourcing study, recruited on Prolific. Task 1 involved a text-copy task; Task 2 involved essay writing in response to a 'Just for Fun' prompt from Write & Improve (W&I), used with permission. Keystroke data for these texts are included in the dataset, as well as metadata and CEFR level grades for the free-text essays. Further details about the data collection process, annotation and analysis may be found in our LREC-COLING paper.

Contents:

  • KUPA-KEYS-META.csv : information about each participant, including computing environment & keyboard layout, education & level of English, task 1 and task 2 statistics, the essay prompt for task 2, the final form of their task 2 essay, and the scores / CEFR levels received from human markers (h1, h2, h3) and the W&I automarker (a0).
  • KUPA-KEYS-TASK-1.csv : all keystroke events for each participant undertaking task 1, the text-copy task.
  • KUPA-KEYS-TASK-2.csv : all keystroke events for each participant undertaking task 2, the essay writing task.

For more information about the contents of the files, see our paper forthcoming at LREC-COLING 2024, or the DatasetDescription page.

Georgios Velentzas, Andrew Caines, Rita Borgo, Erin Pacquetet, Clive Hamilton, Taylor Arnold, Diane Nicholls, Paula Buttery, Thomas Gaillat, Nicolas Ballier and Helen Yannakoudakis

Downloads last month
15

Collection including ALTACambridge/KUPA-KEYS