-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathplacement_pack_ja_sample.json
More file actions
78 lines (78 loc) · 2.41 KB
/
Copy pathplacement_pack_ja_sample.json
File metadata and controls
78 lines (78 loc) · 2.41 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"pack_id": "placement_ja_v1",
"title": "Japanese app placement pack",
"license": "MIT — synthetic prompts; no third-party copyrighted content",
"language": "ja",
"n_items": 4,
"overall": 59.86,
"cefr": "B1",
"items": [
{
"prompt_id": "ja_p1",
"skill": "writing",
"prompt": "毎日の生活について、2〜3文で書いてください。",
"answer": "朝早く起きてコーヒーを飲みます。そのあと勉強をして、夕方は少し散歩します。",
"score": 61.64,
"cefr": "B1",
"skills": {
"vocabulary": 76.97,
"grammar": 48.87,
"reading": 55.22,
"writing": 58.12,
"listening": 52.31,
"speaking": 79.06
}
},
{
"prompt_id": "ja_p2",
"skill": "speaking",
"prompt": "新しいクラスメイトに自己紹介するとしたら、何と言いますか。",
"answer": "こんにちは。私はユキです。日本語を勉強していて、旅行が好きです。",
"score": 58.36,
"cefr": "B1",
"skills": {
"vocabulary": 75.25,
"grammar": 41.33,
"reading": 52.26,
"writing": 55.01,
"listening": 49.51,
"speaking": 77.5
}
},
{
"prompt_id": "ja_p3",
"skill": "reading",
"prompt": "掲示に図書館は金曜日の午後6時に閉まるとあります。6時10分に来た学生にとって何を意味するか、一文で説明してください。",
"answer": "すでに閉まっているので、その学生は入れません。",
"score": 60.81,
"cefr": "B1",
"skills": {
"vocabulary": 76.45,
"grammar": 47.56,
"reading": 54.32,
"writing": 57.18,
"listening": 51.46,
"speaking": 78.59
}
},
{
"prompt_id": "ja_p4",
"skill": "grammar",
"prompt": "適切な語で完成させてください:昨日市場へ___、果物を___。",
"answer": "昨日市場へ行って、果物を買いました。",
"score": 58.63,
"cefr": "B1",
"skills": {
"vocabulary": 75.26,
"grammar": 42.93,
"reading": 52.27,
"writing": 55.02,
"listening": 49.52,
"speaking": 77.51
}
}
],
"ready_for_ui": true,
"sample_report": true,
"source": "/Users/sawko/Documents/Projekty/SideJob/bounties/NokaMan/data/placement/ja.json"
}