161161 <!-- =========================== Quiz=========================== -->
162162 < section id ="quiz " class ="white-bg card-section ">
163163 < h2 > Quiz</ h2 >
164- < h3 > IMS topic</ h3 >
165164 < div class ="activity-container ">
166165 < div class ="activity ">
167166 < h3 id ="feedback "> </ h3 >
@@ -174,7 +173,6 @@ <h3 id="feedback"></h3>
174173 <!-- =========================== Flip Cards =========================== -->
175174 < section id ="flip-cards " class ="light-gray-bg card-section ">
176175 < h2 > Flip cards</ h2 >
177- < h3 > IMS Regions</ h3 >
178176 < div id ="h5p-container-flipc " style ="width: 100% "> </ div >
179177 < script >
180178 document . addEventListener ( "DOMContentLoaded" , function ( ) {
@@ -190,9 +188,8 @@ <h3>IMS Regions</h3>
190188 </ section >
191189
192190 <!-- =========================== Crossword =========================== -->
193- < section id ="crossword " class ="light-gray -bg card-section ">
191+ < section id ="crossword " class ="white -bg card-section ">
194192 < h2 > Crossword</ h2 >
195- < h3 > IMS topics</ h3 >
196193 < div id ="h5p-container-cw " style ="width: 100% "> </ div >
197194 < script >
198195 document . addEventListener ( "DOMContentLoaded" , function ( ) {
@@ -208,22 +205,42 @@ <h3>IMS topics</h3>
208205 </ section >
209206
210207 <!-- =========================== Drag-and-drop =========================== -->
211- < section id ="drag-and-drop " class ="white -bg card-section ">
208+ < section id ="drag-and-drop " class ="light-gray -bg card-section ">
212209 < h2 > Drag and Drop</ h2 >
213- < h3 > IMS topic</ h3 >
214210 < div class ="game-container ">
215- < p class ="sentence ">
216- The < span class ="drop-zone "> </ span > stores application and
217- database metadata when IMS managed ACBs are implemented.
218- </ p >
219- < p class ="sentence ">
220- The < span class ="drop-zone "> </ span > stores ACB blocks when IMS
221- managed ACBs are implemented.
222- </ p >
223- < p class ="sentence ">
224- The IMS directory is a < span class ="drop-zone "> </ span > that
225- automatically reclaims space with dynamic space allocation.
226- </ p >
211+ < ol >
212+ < li class ="sentence ">
213+ Allows IMS to provide present database data in different ways
214+ and to have any data redundancy be managed by IMS software:
215+ < span class ="drop-zone "> </ span >
216+ </ li >
217+ < li class ="sentence ">
218+ Provides an alternate route into the database:
219+ < span class ="drop-zone "> </ span >
220+ </ li >
221+ < li class ="sentence ">
222+ The only types of segments in the secondary index database where
223+ the content of specified fields in the source segment is
224+ duplicated:
225+ < span class ="drop-zone "> </ span >
226+ </ li >
227+ < li class ="sentence ">
228+ Suppresses certain index entries based on the content of the
229+ designated field of a source segments:
230+ < span class ="drop-zone "> </ span >
231+ </ li >
232+ < li class ="sentence ">
233+ Segments that are used to store data that are intended to vary
234+ in length over time such as text fields:
235+ < span class ="drop-zone "> </ span >
236+ </ li >
237+ < li class ="sentence ">
238+ Allows applications to see only specific fields within a segment
239+ but cannot be allowed to see other information within the same
240+ segment:
241+ < span class ="drop-zone "> </ span >
242+ </ li >
243+ </ ol >
227244 < div id ="word-bank " class ="word-bank ">
228245 <!-- Draggable words will be added here by JavaScript -->
229246 </ div >
@@ -236,9 +253,8 @@ <h3>IMS topic</h3>
236253 </ section >
237254
238255 <!-- =========================== Flashcards =========================== -->
239- < section id ="flashcards " class ="light-gray -bg card-section ">
256+ < section id ="flashcards " class ="white -bg card-section ">
240257 < h2 > Flashcards</ h2 >
241- < h3 > IMS topics</ h3 >
242258 < div id ="h5p-container-fc " style ="width: 100% "> </ div >
243259 < script >
244260 document . addEventListener ( "DOMContentLoaded" , function ( ) {
0 commit comments