Skip to content

Commit 98bf586

Browse files
authored
Merge pull request #110 from imsdev/102-ims-arcade
Question content updates
2 parents f053026 + 29876b8 commit 98bf586

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.DS_Store

0 Bytes
Binary file not shown.

h5p-player/.DS_Store

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
6 KB
Binary file not shown.
-63.4 KB
Loading

interactive-activities/multi-choice-set/multi-choice-set.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ const questions = [
3131
},
3232
{
3333
question:
34-
"Data Language/One (DL/I) is a data management facility that serves as an interface between what two items?",
34+
"Each segment that is defined to an IMS database must contain which of these items?",
3535
answers: [
36-
{ text: "An application program and Java applications", correct: false },
37-
{ text: "An application program and an IMS database", correct: true },
38-
{ text: "An IMS database and the z/OS operating system", correct: false },
36+
{ text: "Segment name", correct: false },
37+
{ text: "Segment size", correct: false },
38+
{ text: "Fields", correct: false },
3939
{
40-
text: "An application program and IMS Transaction Manager",
41-
correct: false,
40+
text: "All of these",
41+
correct: true,
4242
},
4343
],
4444
},

0 commit comments

Comments
 (0)