Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified .DS_Store
Binary file not shown.
Binary file modified h5p-player/.DS_Store
Binary file not shown.
49 changes: 35 additions & 14 deletions h5p-player/h5p-content-crossword-02/content/content.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,22 @@
"extraClue": { "params": {} },
"fixWord": false,
"orientation": "across",
"clue": "This IMS feature uses DEDBs and MSDBs to achieve superior performance compared to full-function databases",
"answer": "Fastpath"
"clue": "It’s the I in a PHIDAM database organization.",
"answer": "Indexed"
},
{
"extraClue": { "params": {} },
"fixWord": false,
"orientation": "across",
"clue": "This IMS database type can be partitioned into multiple data set groups for improved availability and performance",
"answer": "HALDB"
"clue": "A subset of a data entry database (DEDB).",
"answer": "Area"
},
{
"extraClue": { "params": {} },
"fixWord": false,
"orientation": "across",
"clue": "This IMS hierarchic database physical organization type relates segments by physical adjacency",
"answer": "Sequential"
"clue": "When the database manager records internal status information about the log.",
"answer": "Checkpoint"
},
{
"extraClue": { "params": {} },
Expand All @@ -32,29 +32,50 @@
"extraClue": { "params": {} },
"fixWord": false,
"orientation": "across",
"clue": "The position of a segment in relation to the root",
"answer": "Level"
"clue": "To apply all the changes made during the current unit of recovery (UOR) or unit of work (UOW).",
"answer": "Commit"
},
{
"extraClue": { "params": {} },
"fixWord": false,
"orientation": "across",
"clue": "The first part of a segment",
"answer": "Prefix"
"clue": "A dialog between a terminal and a message processing program.",
"answer": "Conversation"
},
{
"extraClue": { "params": {} },
"fixWord": false,
"orientation": "across",
"clue": "It maintains information required for database recoveries",
"answer": "DBRC"
"clue": "An IMS system that does not use IMS Transaction Manager.",
"answer": "DBCTL"
},
{
"extraClue": { "params": {} },
"fixWord": false,
"orientation": "across",
"clue": "A time at which the database manager records internal status information about the log",
"answer": "Checkpoint"
"clue": "A repository for indirect pointers.",
"answer": "ILDS"
},
{
"extraClue": { "params": {} },
"fixWord": false,
"orientation": "across",
"clue": "A set of systems in an IMS network that work together as a unit.",
"answer": "IMSplex"
},
{
"extraClue": { "params": {} },
"fixWord": false,
"orientation": "across",
"clue": "A method (abbreviated) for managing multiple subsystems as if they were one system.",
"answer": "SPOC"
},
{
"extraClue": { "params": {} },
"fixWord": false,
"orientation": "across",
"clue": "A tree-like arrangement of segments in a database.",
"answer": "Hierarchy"
}
],
"overallFeedback": [{ "from": 0, "to": 100 }],
Expand Down
Binary file modified h5p-player/h5p-content-flipcards/.DS_Store
Binary file not shown.
Binary file modified h5p-player/h5p-content-flipcards/content/.DS_Store
Binary file not shown.
31 changes: 12 additions & 19 deletions h5p-player/h5p-content-flipcards/content/content.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,37 +2,30 @@
"mode": "normal",
"dialogs": [
{
"text": "<p>What is another term for an IMS region on z/OS?</p>",
"answer": "<p>z/OS address space</p>",
"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>",
"answer": "<p>GE status</p>",
"tips": {}
},
{
"text": "<p>In a DBCTL environment, what is the only main IMS component?&nbsp;</p>",
"answer": "<p>IMS Database Manager (or IMS DB)</p>",
"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>",
"answer": "<p>XRST</p>",
"tips": {}
},
{
"text": "<p>What two region types are missing in this diagram?</p>",
"answer": "<p>IFP and JBP</p>",
"tips": {},
"image": {
"path": "images/395a5c14ed134ca0a0542fd8e04a5807.png",
"mime": "image/png",
"copyright": { "license": "U" },
"width": 981,
"height": 491
}
"text": "<p>How many partitions can be defined for a HALDB?</p>",
"answer": "<p>1001</p>",
"tips": {}
},
{
"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>",
"answer": "<p>1-11-X-Y-12-U-V-W-13-X1-X2-X3-2</p>",
"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>",
"answer": "<p>Twins</p>",
"tips": {},
"image": {
"path": "images/e7363a0e89e50fa9b6ac62534ae8423c.png",
"path": "images/b5e0d9b8-983e-411c-8346-77d5c604973f.png",
"mime": "image/png",
"copyright": { "license": "U" },
"width": 559,
"height": 367
"width": 981,
"height": 491
}
}
],
Expand Down
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,6 @@
.h5p-dialogcards .h5p-dialogcards-card-text {
display: inline-block;
margin: 0.5em 0;
height: 4.5em;
line-height: 1.5;
width: 100%;
}
Expand Down
Loading