Skip to content

Commit b89a668

Browse files
committed
crossword activity questions
1 parent b6db0a5 commit b89a668

1 file changed

Lines changed: 20 additions & 6 deletions

File tree

h5p-player/h5p-content-crossword-02/content/content.json

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,36 @@
44
"extraClue": { "params": {} },
55
"fixWord": false,
66
"orientation": "across",
7-
"clue": "This database is a HALDB variation of a HIDAM with greater storage capacity",
8-
"answer": "PHIDAM"
7+
"clue": "This IMS feature uses DEDBs and MSDBs to achieve superior performance compared to full-function databases",
8+
"answer": "Fastpath"
99
},
1010
{
1111
"extraClue": { "params": {} },
1212
"fixWord": false,
1313
"orientation": "across",
14-
"clue": "This database is ideal for applications with sequential and direct access requirements",
15-
"answer": "HIDAM"
14+
"clue": "This IMS database type can be partitioned into multiple data set groups for improved availability and performance",
15+
"answer": "HALDB"
1616
},
1717
{
1818
"extraClue": { "params": {} },
1919
"fixWord": false,
2020
"orientation": "across",
21-
"clue": "This database accesses segments using two VSAM data sets, KSDS and ESDS",
22-
"answer": "HISAM"
21+
"clue": "This IMS hierarchic database physical organization type relates segments by physical adjacency",
22+
"answer": "Sequential"
23+
},
24+
{
25+
"extraClue": { "params": {} },
26+
"fixWord": false,
27+
"orientation": "across",
28+
"clue": "This IMS hierarchic database physical organization type relates segments by pointers",
29+
"answer": "Direct"
30+
},
31+
{
32+
"extraClue": { "params": {} },
33+
"fixWord": false,
34+
"orientation": "across",
35+
"clue": "The position of a segment in relation to the root",
36+
"answer": "Level"
2337
}
2438
],
2539
"overallFeedback": [{ "from": 0, "to": 100 }],

0 commit comments

Comments
 (0)