jussikarlgren commited on
Commit
80ca3ae
1 Parent(s): 8da60cd

Sample topics for Topical Quiz Task

Browse files
Files changed (1) hide show
  1. task1.sample.json +48 -0
task1.sample.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "topicaltesttopics": {
3
+ "language": "en",
4
+ "date": "2023",
5
+ "type": "example",
6
+ "source": "eloquent organisers",
7
+ "prompt": "Create a set of questions that can be used to assess if someone knows about the following topic: ",
8
+ "topics": [
9
+ {
10
+ "id": "001",
11
+ "title": "e-scooters",
12
+ "objective": "inspecific",
13
+ "description": "Electric scooters are a popular new vehicle found in many cities around the world, often available through scooter-sharing services."
14
+ },
15
+ {
16
+ "id": "002",
17
+ "title": "dietary advice",
18
+ "objective": "inspecific",
19
+ "description": "Diet advice has traditionally focussed on weight management and weight loss. Today, dietary advice is about a much broader range of effects, both on the individual and on broader society."
20
+ },
21
+ {
22
+ "id": "003",
23
+ "title": "beekeeping",
24
+ "objective": "finding someone to write a feature article for a gardening magazine",
25
+ "description": "Beekeeping can be both professional or a hobby and there are controversies as to its environmental impact. We need to check if a candidate author is knowledgeable about the various aspects of beekeeping before hiring them to write a feature article about it."
26
+ },
27
+ {
28
+ "id": "004",
29
+ "title": "audio technology",
30
+ "objective": "finding a new employee for a company that develops digital sound processing ",
31
+ "description": "Audio processing involves a broad range of technologies, both new and established. We need to hire someone who can make the right choices for our customer-facing operations, balancing quality, convenience, and market value. "
32
+ },
33
+ {
34
+ "id": "005",
35
+ "title": "recycling",
36
+ "objective": "recruiting an administrator for a city agency with new responsibilities for recycling processes",
37
+ "description": "Our city has reorganised its agencies and we will need to make a new ten-year plan for recycling, taking environmental, economic, administrative, and oversight effects into account."
38
+ },
39
+ {
40
+ "id": "006",
41
+ "title": "stenography",
42
+ "objective": "recruiting a teacher for a business college",
43
+ "description": "In spite of transcription systems, shorthand reporting or stenography retains value for some specific use cases. We need to have a teacher who has a broad understanding of where stenography is useful and what systems are the most convenient for those use cases."
44
+ }
45
+ ]
46
+ }
47
+ }
48
+