Skip to content

Commit b6db0a5

Browse files
committed
update activity descriptions
1 parent 980552a commit b6db0a5

9 files changed

Lines changed: 102 additions & 88 deletions

File tree

h5p-player/.DS_Store

2 KB
Binary file not shown.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,5 @@
7474
"retry": "Retry the task. Reset all responses and start the task over again.",
7575
"yourResult": "You got @score out of @total points"
7676
},
77-
"taskDescription": "<p>Fill in the correct IMS database.</p>"
77+
"taskDescription": ""
7878
}
Lines changed: 79 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,79 @@
1-
{"mode":"normal","dialogs":[{"text":"<p>What is another term for an IMS region on z/OS?</p>","answer":"<p>z/OS address space</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>","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>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>","tips":{},"image":{"path":"images/e7363a0e89e50fa9b6ac62534ae8423c.png","mime":"image/png","copyright":{"license":"U"},"width":559,"height":367}}],"behaviour":{"enableRetry":true,"disableBackwardsNavigation":false,"scaleTextNotCard":false,"randomCards":true,"maxProficiency":5,"quickProgression":false},"answer":"Turn","next":"Next","prev":"Previous","retry":"Retry","correctAnswer":"I got it right!","incorrectAnswer":"I got it wrong","round":"Round @round","cardsLeft":"Cards left: @number","nextRound":"Proceed to round @round","startOver":"Start over","showSummary":"Next","summary":"Summary","summaryCardsRight":"Cards you got right:","summaryCardsWrong":"Cards you got wrong:","summaryCardsNotShown":"Cards in pool not shown:","summaryOverallScore":"Overall Score","summaryCardsCompleted":"Cards you have completed learning:","summaryCompletedRounds":"Completed rounds:","summaryAllDone":"Well done! You have mastered all @cards cards by getting them correct @max times!","progressText":"Card @card of @total","cardFrontLabel":"Card front","cardBackLabel":"Card back","tipButtonLabel":"Show tip","audioNotSupported":"Your browser does not support this audio","confirmStartingOver":{"header":"Start over?","body":"All progress will be lost. Are you sure you want to start over?","cancelLabel":"Cancel","confirmLabel":"Start over"},"title":"<p>IMS Regions</p>","description":"<p>Test your knowledge of IMS regions. When you're ready to check your answer, flip the card.</p>"}
1+
{
2+
"mode": "normal",
3+
"dialogs": [
4+
{
5+
"text": "<p>What is another term for an IMS region on z/OS?</p>",
6+
"answer": "<p>z/OS address space</p>",
7+
"tips": {}
8+
},
9+
{
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>",
12+
"tips": {}
13+
},
14+
{
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+
}
25+
},
26+
{
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>",
29+
"tips": {},
30+
"image": {
31+
"path": "images/e7363a0e89e50fa9b6ac62534ae8423c.png",
32+
"mime": "image/png",
33+
"copyright": { "license": "U" },
34+
"width": 559,
35+
"height": 367
36+
}
37+
}
38+
],
39+
"behaviour": {
40+
"enableRetry": true,
41+
"disableBackwardsNavigation": false,
42+
"scaleTextNotCard": false,
43+
"randomCards": true,
44+
"maxProficiency": 5,
45+
"quickProgression": false
46+
},
47+
"answer": "Turn",
48+
"next": "Next",
49+
"prev": "Previous",
50+
"retry": "Retry",
51+
"correctAnswer": "I got it right!",
52+
"incorrectAnswer": "I got it wrong",
53+
"round": "Round @round",
54+
"cardsLeft": "Cards left: @number",
55+
"nextRound": "Proceed to round @round",
56+
"startOver": "Start over",
57+
"showSummary": "Next",
58+
"summary": "Summary",
59+
"summaryCardsRight": "Cards you got right:",
60+
"summaryCardsWrong": "Cards you got wrong:",
61+
"summaryCardsNotShown": "Cards in pool not shown:",
62+
"summaryOverallScore": "Overall Score",
63+
"summaryCardsCompleted": "Cards you have completed learning:",
64+
"summaryCompletedRounds": "Completed rounds:",
65+
"summaryAllDone": "Well done! You have mastered all @cards cards by getting them correct @max times!",
66+
"progressText": "Card @card of @total",
67+
"cardFrontLabel": "Card front",
68+
"cardBackLabel": "Card back",
69+
"tipButtonLabel": "Show tip",
70+
"audioNotSupported": "Your browser does not support this audio",
71+
"confirmStartingOver": {
72+
"header": "Start over?",
73+
"body": "All progress will be lost. Are you sure you want to start over?",
74+
"cancelLabel": "Cancel",
75+
"confirmLabel": "Start over"
76+
},
77+
"title": "",
78+
"description": "<p>Flip the card to reveal the answer.</p>"
79+
}

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

Lines changed: 0 additions & 64 deletions
This file was deleted.

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

Lines changed: 0 additions & 17 deletions
This file was deleted.
Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,17 @@
1-
{"title":"ims-central-dec2025","language":"en","mainLibrary":"H5P.Dialogcards","license":"U","defaultLanguage":"en","embedTypes":["div"],"preloadedDependencies":[{"machineName":"FontAwesome","majorVersion":4,"minorVersion":5},{"machineName":"H5P.Transition","majorVersion":1,"minorVersion":0},{"machineName":"H5P.FontIcons","majorVersion":1,"minorVersion":0},{"machineName":"H5P.JoubelUI","majorVersion":1,"minorVersion":3},{"machineName":"H5P.Audio","majorVersion":1,"minorVersion":5},{"machineName":"H5P.Dialogcards","minorVersion":9,"majorVersion":1}],"extraTitle":"ims-central-dec2025"}
1+
{
2+
"title": "ims-central-dec2025",
3+
"language": "en",
4+
"mainLibrary": "H5P.Dialogcards",
5+
"license": "U",
6+
"defaultLanguage": "en",
7+
"embedTypes": ["div"],
8+
"preloadedDependencies": [
9+
{ "machineName": "FontAwesome", "majorVersion": 4, "minorVersion": 5 },
10+
{ "machineName": "H5P.Transition", "majorVersion": 1, "minorVersion": 0 },
11+
{ "machineName": "H5P.FontIcons", "majorVersion": 1, "minorVersion": 0 },
12+
{ "machineName": "H5P.JoubelUI", "majorVersion": 1, "minorVersion": 3 },
13+
{ "machineName": "H5P.Audio", "majorVersion": 1, "minorVersion": 5 },
14+
{ "machineName": "H5P.Dialogcards", "minorVersion": 9, "majorVersion": 1 }
15+
],
16+
"extraTitle": "ims-central-dec2025"
17+
}

h5p-player/h5p-libraries/H5P.Flashcards-1.7/css/flashcards.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
padding: 1.5em 0;
3737
margin: 0 2em;
3838
text-align: center;
39-
font-size: 1.3em;
39+
font-size: 1.125em;
4040
}
4141

4242
.h5p-flashcards.h5p-standalone .h5p-description {

h5p-player/h5p-libraries/H5P.Question-1.5/styles/question.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -206,9 +206,9 @@
206206
display: flex;
207207
flex-flow: row nowrap;
208208
width: calc(100% - 1.5em);
209-
margin-left: 1em;
210-
margin-right: 0.5em;
211-
margin-bottom: 1em;
209+
margin: 1.5em 0.5em 1em 1em;
210+
align-items: center;
211+
justify-content: center;
212212
}
213213
.h5p-question-buttons .h5p-joubelui-button,
214214
.h5p-question-buttons .h5p-joubelui-button:first-child:last-child {

ims-arcade.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ <h2>Crossword</h2>
208208
<section id="drag-and-drop" class="light-gray-bg card-section">
209209
<h2>Drag and Drop</h2>
210210
<div class="game-container">
211+
<p><strong>Drag the terms to match their definitions.</strong></p>
211212
<ol>
212213
<li class="sentence">
213214
Allows IMS to provide present database data in different ways

0 commit comments

Comments
 (0)