Skip to content

Commit 615a796

Browse files
authored
Merge pull request #121 from imsdev/arcade-updates-mar26
Updates to IMS Arcade page
2 parents 02d1b67 + e24e7c6 commit 615a796

File tree

14 files changed

+175
-129
lines changed

14 files changed

+175
-129
lines changed

.DS_Store

0 Bytes
Binary file not shown.

h5p-player/.DS_Store

0 Bytes
Binary file not shown.

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

Lines changed: 35 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,22 @@
44
"extraClue": { "params": {} },
55
"fixWord": false,
66
"orientation": "across",
7-
"clue": "This IMS feature uses DEDBs and MSDBs to achieve superior performance compared to full-function databases",
8-
"answer": "Fastpath"
7+
"clue": "It’s the I in a PHIDAM database organization.",
8+
"answer": "Indexed"
99
},
1010
{
1111
"extraClue": { "params": {} },
1212
"fixWord": false,
1313
"orientation": "across",
14-
"clue": "This IMS database type can be partitioned into multiple data set groups for improved availability and performance",
15-
"answer": "HALDB"
14+
"clue": "A subset of a data entry database (DEDB).",
15+
"answer": "Area"
1616
},
1717
{
1818
"extraClue": { "params": {} },
1919
"fixWord": false,
2020
"orientation": "across",
21-
"clue": "This IMS hierarchic database physical organization type relates segments by physical adjacency",
22-
"answer": "Sequential"
21+
"clue": "When the database manager records internal status information about the log.",
22+
"answer": "Checkpoint"
2323
},
2424
{
2525
"extraClue": { "params": {} },
@@ -32,29 +32,50 @@
3232
"extraClue": { "params": {} },
3333
"fixWord": false,
3434
"orientation": "across",
35-
"clue": "The position of a segment in relation to the root",
36-
"answer": "Level"
35+
"clue": "To apply all the changes made during the current unit of recovery (UOR) or unit of work (UOW).",
36+
"answer": "Commit"
3737
},
3838
{
3939
"extraClue": { "params": {} },
4040
"fixWord": false,
4141
"orientation": "across",
42-
"clue": "The first part of a segment",
43-
"answer": "Prefix"
42+
"clue": "A dialog between a terminal and a message processing program.",
43+
"answer": "Conversation"
4444
},
4545
{
4646
"extraClue": { "params": {} },
4747
"fixWord": false,
4848
"orientation": "across",
49-
"clue": "It maintains information required for database recoveries",
50-
"answer": "DBRC"
49+
"clue": "An IMS system that does not use IMS Transaction Manager.",
50+
"answer": "DBCTL"
5151
},
5252
{
5353
"extraClue": { "params": {} },
5454
"fixWord": false,
5555
"orientation": "across",
56-
"clue": "A time at which the database manager records internal status information about the log",
57-
"answer": "Checkpoint"
56+
"clue": "A repository for indirect pointers.",
57+
"answer": "ILDS"
58+
},
59+
{
60+
"extraClue": { "params": {} },
61+
"fixWord": false,
62+
"orientation": "across",
63+
"clue": "A set of systems in an IMS network that work together as a unit.",
64+
"answer": "IMSplex"
65+
},
66+
{
67+
"extraClue": { "params": {} },
68+
"fixWord": false,
69+
"orientation": "across",
70+
"clue": "A method (abbreviated) for managing multiple subsystems as if they were one system.",
71+
"answer": "SPOC"
72+
},
73+
{
74+
"extraClue": { "params": {} },
75+
"fixWord": false,
76+
"orientation": "across",
77+
"clue": "A tree-like arrangement of segments in a database.",
78+
"answer": "Hierarchy"
5879
}
5980
],
6081
"overallFeedback": [{ "from": 0, "to": 100 }],
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

h5p-player/h5p-content-flipcards/content/content.json

Lines changed: 12 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,37 +2,30 @@
22
"mode": "normal",
33
"dialogs": [
44
{
5-
"text": "<p>What is another term for an IMS region on z/OS?</p>",
6-
"answer": "<p>z/OS address space</p>",
5+
"text": "<p>What status code would you receive if you issued a Get Unique (GU) call with the following SSA, and the NAME segment occurrence of SMITH did not exist in the IMS hierarchy?<br/>COURSEbb(CODE=U4200)<br/>NAMEbbbb(LASTNM=SMITH)</p>",
6+
"answer": "<p>GE status</p>",
77
"tips": {}
88
},
99
{
10-
"text": "<p>In a DBCTL environment, what is the only main IMS component?&nbsp;</p>",
11-
"answer": "<p>IMS Database Manager (or IMS DB)</p>",
10+
"text": "<p>If an application programmer wants to restart an application from a specific commit point, what is the first DLI service call the application should make?</p>",
11+
"answer": "<p>XRST</p>",
1212
"tips": {}
1313
},
1414
{
15-
"text": "<p>What two region types are missing in this diagram?</p>",
16-
"answer": "<p>IFP and JBP</p>",
17-
"tips": {},
18-
"image": {
19-
"path": "images/395a5c14ed134ca0a0542fd8e04a5807.png",
20-
"mime": "image/png",
21-
"copyright": { "license": "U" },
22-
"width": 981,
23-
"height": 491
24-
}
15+
"text": "<p>How many partitions can be defined for a HALDB?</p>",
16+
"answer": "<p>1001</p>",
17+
"tips": {}
2518
},
2619
{
27-
"text": "<p>What is the correct sequence of the numbers and letters that these segments will be accessed by a sequential \"get-next\" function?</p>",
28-
"answer": "<p>1-11-X-Y-12-U-V-W-13-X1-X2-X3-2</p>",
20+
"text": "<p>All of the items under the root segment in this illustration are multiple occurrences of the same segment type under the same parent occurrence. What’s the short name for these segments?</p>",
21+
"answer": "<p>Twins</p>",
2922
"tips": {},
3023
"image": {
31-
"path": "images/e7363a0e89e50fa9b6ac62534ae8423c.png",
24+
"path": "images/b5e0d9b8-983e-411c-8346-77d5c604973f.png",
3225
"mime": "image/png",
3326
"copyright": { "license": "U" },
34-
"width": 559,
35-
"height": 367
27+
"width": 981,
28+
"height": 491
3629
}
3730
}
3831
],
Binary file not shown.
56.7 KB
Loading
Binary file not shown.

h5p-player/h5p-libraries/H5P.Dialogcards-1.9/dist/h5p-dialogcards.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,6 @@
227227
.h5p-dialogcards .h5p-dialogcards-card-text {
228228
display: inline-block;
229229
margin: 0.5em 0;
230-
height: 4.5em;
231230
line-height: 1.5;
232231
width: 100%;
233232
}

0 commit comments

Comments
 (0)