Commit c530c0c9be17a2d544c28ff2be159848c700718c
1 parent
a2e4f15a
change json files
Showing
18 changed files
with
294 additions
and
130 deletions
400-SOURCECODE/AIAHTML5.Web/AIAHTML5.Web.csproj
... | ... | @@ -43333,6 +43333,7 @@ |
43333 | 43333 | <Content Include="libs\video_4_12_11\css\font\vjs.eot" /> |
43334 | 43334 | <Content Include="libs\video_4_12_11\css\font\vjs.ttf" /> |
43335 | 43335 | <Content Include="libs\video_4_12_11\css\font\vjs.woff" /> |
43336 | + <Content Include="content\data\json\le\qz_dat_ss.json" /> | |
43336 | 43337 | <None Include="Web.Debug.config"> |
43337 | 43338 | <DependentUpon>Web.config</DependentUpon> |
43338 | 43339 | </None> | ... | ... |
400-SOURCECODE/AIAHTML5.Web/app/views/LabExerc/lab-exercises-detail.html
... | ... | @@ -26,7 +26,7 @@ |
26 | 26 | </div> |
27 | 27 | <div class="panel-body" style="padding:2px;overflow:scroll"> |
28 | 28 | <div id="textblock" style="margin:20px;"> |
29 | - <div style="margin:14px;" ng-repeat="optionbox in LabExerciseModules.OptionBox" droppable="true" class="droppable ui-droppable options" id="blockbox-{{optionbox.BoxName}}"> | |
29 | + <div style="margin: 20px;" ng-repeat="optionbox in LabExerciseModules.OptionBox" droppable="true" class="droppable ui-droppable options" id="blockbox-{{optionbox.BoxName}}"> | |
30 | 30 | <div ng-bind-html="deliberatelyTrustDangerousSnippet(optionbox.QuizText)"></div> |
31 | 31 | </div> |
32 | 32 | <!--<ul> |
... | ... | @@ -38,7 +38,7 @@ |
38 | 38 | <div draggable="true" ng-repeat="option in LabExerciseModules.Options | filter:{'textalign':'left'}" ng-style="{'width': '150px', 'height':'40px','font-size':'8px;','valign':'middle','text-align':'center', 'vertical-align:middle','background-color': '#808080','margin':'10px !important','float':'{{option.textalign}}'} " style="margin-bottom: 10px !important; width: 180px;" class="thumbnail caption col-sm-2 col-lg-3 ui-draggable marginR5 " id="block-{{option.OptionNumber}}">{{option.OptionTitle}}</div> |
39 | 39 | </div> |
40 | 40 | <div class="col-sm-9"> |
41 | - <div style="position: relative; margin-left: 70px;" id="imgdiv"> | |
41 | + <div style="position: relative; margin-left: 120px;" id="imgdiv"> | |
42 | 42 | <div id="imgblock"> |
43 | 43 | <img id="droppable" ng-src="content/images/LE/{{Imagepath}}" alt="" ng-click="onClick()" imageonload /> |
44 | 44 | </div> |
... | ... | @@ -47,7 +47,7 @@ |
47 | 47 | <div draggable="true" ng-repeat="ans in DraggedList" droppable="true" class="droppable ui-droppable answerdroppable" id="blockans-{{ans.id}}" ng-style="{'top':{{ans.topcoord}}, 'left':{{ans.leftcoord}},'position': 'absolute', 'width': '158px', 'height':'30px', 'border':'0px solid #333', 'background': 'transparent','font-size': '12px','border-color':'#FF0000','padding-top':'5px'}">{{ans.Value}}</div> |
48 | 48 | </div> |
49 | 49 | |
50 | - <div class="col-sm-12" style="margin-left: 200px; margin-top: 10px; height:80px;" id="divoptions" droppable="true" > | |
50 | + <div class="col-sm-12" style="margin-left: 215px; margin-top: 10px; height:80px;" id="divoptions" droppable="true" > | |
51 | 51 | <!--<div class="col-sm-3 col-lg-3 ui-draggable" >--> |
52 | 52 | <div draggable="true" ng-repeat="option in LabExerciseModules.Options | filter:{'textalign':'bottom'}" ng-style="{'width': '150px', 'height':'40px','font-size':'8px;','valign':'middle','text-align':'center', 'vertical-align:middle','background-color': '#808080','margin':'5px !important','float':'{{option.textalign}}'} " style="margin-bottom: 5px !important; width: 180px;" class="thumbnail caption col-sm-2 col-lg-3 ui-draggable marginR5 " id="block-{{option.OptionNumber}}">{{option.OptionTitle}}</div> |
53 | 53 | <!--</div>--> | ... | ... |
400-SOURCECODE/AIAHTML5.Web/content/data/json/le/qz_dat_ca.json
... | ... | @@ -10,9 +10,9 @@ |
10 | 10 | "Title": "Drag the labels to the correct location on the image.", |
11 | 11 | "activityTitle": "Heart & Great Vessels I", |
12 | 12 | "ImagePath":"CS-01.JPG", |
13 | - "OptionBox": [{"BoxName": "T1","topcoord":"121","leftcoord":"23","Answervalue":"","QuizText":""},{"BoxName": "T2","topcoord":"112","leftcoord":"960","Answervalue":"","QuizText":""}, | |
14 | - {"BoxName": "T3","topcoord":"194","leftcoord":"23","Answervalue":"","QuizText":""},{"BoxName": "T4","topcoord":"168","leftcoord":"960","Answervalue":"","QuizText":""}, | |
15 | - {"BoxName": "T5","topcoord":"252","leftcoord":"23","Answervalue":"","QuizText":""},{"BoxName": "T6","topcoord":"210","leftcoord":"960","Answervalue":"","QuizText":""}, | |
13 | + "OptionBox": [{"BoxName": "T1","topcoord":"121","leftcoord":"24","Answervalue":"","QuizText":""},{"BoxName": "T2","topcoord":"112","leftcoord":"960","Answervalue":"","QuizText":""}, | |
14 | + {"BoxName": "T3","topcoord":"194","leftcoord":"24","Answervalue":"","QuizText":""},{"BoxName": "T4","topcoord":"168","leftcoord":"960","Answervalue":"","QuizText":""}, | |
15 | + {"BoxName": "T5","topcoord":"252","leftcoord":"24","Answervalue":"","QuizText":""},{"BoxName": "T6","topcoord":"210","leftcoord":"960","Answervalue":"","QuizText":""}, | |
16 | 16 | {"BoxName": "T7","topcoord":"250","leftcoord":"960","Answervalue":"","QuizText":""},{"BoxName": "T8","topcoord":"292","leftcoord":"960","Answervalue":"","QuizText":""}], |
17 | 17 | "Options": [{"OptionNumber": "A","OptionTitle": "Right brachiocephalic vein","textalign":"bottom"},{"OptionNumber": "B","OptionTitle": "Brachiocephalic artery","textalign":"bottom"}, |
18 | 18 | {"OptionNumber": "C","OptionTitle": "Superior vena cava","textalign":"bottom"},{"OptionNumber": "D","OptionTitle": "Pulmonary trunk","textalign":"bottom"}, |
... | ... | @@ -26,9 +26,9 @@ |
26 | 26 | "Title": "Drag the labels to the correct location on the image.", |
27 | 27 | "ImagePath":"CS-02.JPG", |
28 | 28 | "activityTitle": "Heart & Great Vessels II", |
29 | - "OptionBox": [{"BoxName": "T1","topcoord":"45","leftcoord":"23","Answervalue":"","QuizText":""},{"BoxName": "T2","topcoord":"83","leftcoord":"23","Answervalue":"","QuizText":""}, | |
30 | - {"BoxName": "T3","topcoord":"214","leftcoord":"23","Answervalue":"","QuizText":""},{"BoxName": "T4","topcoord":"256","leftcoord":"23","Answervalue":"","QuizText":""}, | |
31 | - {"BoxName": "T5","topcoord":"412","leftcoord":"23","Answervalue":"","QuizText":""},{"BoxName": "T6","topcoord":"9","leftcoord":"612","Answervalue":"","QuizText":""}, | |
29 | + "OptionBox": [{"BoxName": "T1","topcoord":"45","leftcoord":"24","Answervalue":"","QuizText":""},{"BoxName": "T2","topcoord":"83","leftcoord":"24","Answervalue":"","QuizText":""}, | |
30 | + {"BoxName": "T3","topcoord":"214","leftcoord":"24","Answervalue":"","QuizText":""},{"BoxName": "T4","topcoord":"256","leftcoord":"24","Answervalue":"","QuizText":""}, | |
31 | + {"BoxName": "T5","topcoord":"412","leftcoord":"24","Answervalue":"","QuizText":""},{"BoxName": "T6","topcoord":"9","leftcoord":"612","Answervalue":"","QuizText":""}, | |
32 | 32 | {"BoxName": "T7","topcoord":"101","leftcoord":"612","Answervalue":"","QuizText":""},{"BoxName": "T8","topcoord":"190","leftcoord":"612","Answervalue":"","QuizText":""}], |
33 | 33 | "Options": [{"OptionNumber": "A","OptionTitle": "Left common carotid artery","textalign":"left"},{"OptionNumber": "B","OptionTitle": "Brachiocephalic trunk","textalign":"left"}, |
34 | 34 | {"OptionNumber": "C","OptionTitle": "Left subclavian artery","textalign":"left"},{"OptionNumber": "D","OptionTitle": "Left brachiocephalic vein","textalign":"left"}, |
... | ... | @@ -137,7 +137,7 @@ |
137 | 137 | "activityTitle": "Arteries of Lower Limb", |
138 | 138 | "OptionBox": [{"BoxName": "T1","topcoord":"98","leftcoord":"12","Answervalue":"","QuizText":""},{"BoxName": "T2","topcoord":"231","leftcoord":"12","Answervalue":"","QuizText":""}, |
139 | 139 | {"BoxName": "T3","topcoord":"311","leftcoord":"12","Answervalue":"","QuizText":""},{"BoxName": "T4","topcoord":"41","leftcoord":"580","Answervalue":"","QuizText":""}, |
140 | - {"BoxName": "T5","topcoord":"94","leftcoord":"580","Answervalue":"","QuizText":""},{"BoxName": "T6","topcoord":"404","leftcoord":"580","Answervalue":"","QuizText":""}], | |
140 | + {"BoxName": "T5","topcoord":"94","leftcoord":"580","Answervalue":"","QuizText":""},{"BoxName": "T6","topcoord":"403","leftcoord":"580","Answervalue":"","QuizText":""}], | |
141 | 141 | "Options": [{"OptionNumber": "A","OptionTitle": "Common iliac artery","textalign":"left"},{"OptionNumber": "B","OptionTitle": "Internal iliac artery","textalign":"left"}, |
142 | 142 | {"OptionNumber": "C","OptionTitle": "External iliac artery","textalign":"left"},{"OptionNumber": "D","OptionTitle": "Lateral circumflex femoral artery","textalign":"right"}, |
143 | 143 | {"OptionNumber": "E","OptionTitle": "Deep femoral artery","textalign":"right"},{"OptionNumber": "F","OptionTitle": "Femoral artery","textalign":"right"}], |
... | ... | @@ -209,7 +209,7 @@ |
209 | 209 | "OptionBox": [{"BoxName": "T1","topcoord":"62","leftcoord":"8","Answervalue":"","QuizText":""},{"BoxName": "T2","topcoord":"123","leftcoord":"8","Answervalue":"","QuizText":""}, |
210 | 210 | {"BoxName": "T3","topcoord":"173","leftcoord":"8","Answervalue":""},{"BoxName": "T4","topcoord":"287","leftcoord":"8","Answervalue":"","QuizText":""}, |
211 | 211 | {"BoxName": "T5","topcoord":"375","leftcoord":"8","Answervalue":"","QuizText":""},{"BoxName": "T6","topcoord":"17","leftcoord":"618","Answervalue":"","QuizText":""}, |
212 | - {"BoxName": "T7","topcoord":"295","leftcoord":"618","Answervalue":"","QuizText":""},{"BoxName": "T8","topcoord":"387","leftcoord":"618","Answervalue":"","QuizText":""}], | |
212 | + {"BoxName": "T7","topcoord":"296","leftcoord":"618","Answervalue":"","QuizText":""},{"BoxName": "T8","topcoord":"388","leftcoord":"618","Answervalue":"","QuizText":""}], | |
213 | 213 | "Options": [{"OptionNumber": "A","OptionTitle": "Ulnar vein","textalign":"left"},{"OptionNumber": "B","OptionTitle": "Superficial palmar venous arch","textalign":"left"}, |
214 | 214 | {"OptionNumber": "C","OptionTitle": "Deep palmar venous arch","textalign":"left"},{"OptionNumber": "D","OptionTitle": "Radial vein","textalign":"left"}, |
215 | 215 | {"OptionNumber": "E","OptionTitle": "Brachial vein","textalign":"right"},{"OptionNumber": "F","OptionTitle": "Basilic vein","textalign":"right"} |
... | ... | @@ -265,10 +265,10 @@ |
265 | 265 | "Title": "Complete the statements below.", |
266 | 266 | "ImagePath":"", |
267 | 267 | "activityTitle": "Chambers of the Heart", |
268 | - "OptionBox": [{"BoxName": "T1","topcoord":"-156","leftcoord":"-91","Answervalue":"","QuizText":"The _________________________ receives oxygenated blood from the lungs."}, | |
269 | - {"BoxName": "T2","topcoord":"-122","leftcoord":"-91","Answervalue":"","QuizText":"The _________________________ receives deoxygenated blood from the body systems."}, | |
270 | - {"BoxName": "T3","topcoord":"-88","leftcoord":"-91","Answervalue":"","QuizText":"The _________________________ ejects deoxygenated blood to the lungs."}, | |
271 | - {"BoxName": "T4","topcoord":"-54","leftcoord":"-91","Answervalue":"","QuizText":"The _________________________ ejects oxygenated blood into the aorta."}], | |
268 | + "OptionBox": [{"BoxName": "T1","topcoord":"-162","leftcoord":"-168","Answervalue":"","QuizText":"The <span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:154px;' id='blockbox-T1' droppable='true' ></span>----------------------------------- receives oxygenated blood from the lungs."}, | |
269 | + {"BoxName": "T2","topcoord":"-123","leftcoord":"-168","Answervalue":"","QuizText":"The <span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:192px;' id='blockbox-T2' droppable='true'></span>----------------------------------- receives deoxygenated blood from the body systems."}, | |
270 | + {"BoxName": "T3","topcoord":"-84","leftcoord":"-168","Answervalue":"","QuizText":"The <span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:233px;' id='blockbox-T3' droppable='true'></span>----------------------------------- ejects deoxygenated blood to the lungs."}, | |
271 | + {"BoxName": "T4","topcoord":"-46","leftcoord":"-168","Answervalue":"","QuizText":"The <span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:271px;' id='blockbox-T4' droppable='true'></span>----------------------------------- ejects oxygenated blood into the aorta."}], | |
272 | 272 | "Options": [{"OptionNumber": "A","OptionTitle": "left atrium","textalign":"bottom"},{"OptionNumber": "B","OptionTitle": "right atrium","textalign":"bottom"}, |
273 | 273 | {"OptionNumber": "C","OptionTitle": "right ventricle","textalign":"bottom"},{"OptionNumber": "D","OptionTitle": "left ventricle","textalign":"bottom"}], |
274 | 274 | "correctResponse": [{"OptionBox": "T1","Answer": "A"},{"OptionBox": "T2","Answer": "B"},{"OptionBox": "T3","Answer": "C"}, | ... | ... |
400-SOURCECODE/AIAHTML5.Web/content/data/json/le/qz_dat_di.json
... | ... | @@ -155,73 +155,69 @@ |
155 | 155 | "Title": "Complete the statements below.", |
156 | 156 | "activityTitle": "Digestive Process", |
157 | 157 | "ImagePath":"", |
158 | - "OptionBox": [{"BoxName": "T1","topcoord":"-224","leftcoord":"-51","Answervalue":"","QuizText":"_________________________ is the introduction of food into the GI tract."}, | |
159 | - {"BoxName": "T2","topcoord":"-190","leftcoord":"-51","Answervalue":"","QuizText":"_________________________ is the moving of food along the GI tract with alternating muscle contractions."}, | |
160 | - {"BoxName": "T3","topcoord":"-156","leftcoord":"-51","Answervalue":"","QuizText":"_________________________ is the mixing and breaking down food into smaller fragments without disrupting chemical bonds."}, | |
161 | - {"BoxName": "T4","topcoord":"-122","leftcoord":"-51","Answervalue":"","QuizText":"_________________________ is the breaking down large food molecules to their building blocks by enzymes."}, | |
162 | - {"BoxName": "T5","topcoord":"-88","leftcoord":"-51","Answervalue":"","QuizText":"_________________________ is the transport of digested end products from the GI tract into the blood or lymph."}, | |
163 | - {"BoxName": "T6","topcoord":"-54","leftcoord":"-51","Answervalue":"","QuizText":"_________________________ is the elimination of indigestible residues from the GI tract via the anus."}], | |
158 | + "OptionBox": [{"BoxName": "T1","topcoord":"-240","leftcoord":"-94","Answervalue":"","QuizText":"<span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:154px;' id='blockbox-T1' droppable='true' ></span>----------------------------------- is the introduction of food into the GI tract."}, | |
159 | + {"BoxName": "T2","topcoord":"-201","leftcoord":"-94","Answervalue":"","QuizText":"<span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:192px;' id='blockbox-T2' droppable='true'></span>----------------------------------- is the moving of food along the GI tract with alternating muscle contractions."}, | |
160 | + {"BoxName": "T3","topcoord":"-161","leftcoord":"-94","Answervalue":"","QuizText":"<span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:233px;' id='blockbox-T3' droppable='true'></span>----------------------------------- is the mixing and breaking down food into smaller fragments without disrupting chemical bonds."}, | |
161 | + {"BoxName": "T4","topcoord":"-124","leftcoord":"-94","Answervalue":"","QuizText":"<span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:271px;' id='blockbox-T4' droppable='true'></span>----------------------------------- is the breaking down large food molecules to their building blocks by enzymes."}, | |
162 | + {"BoxName": "T5","topcoord":"-82","leftcoord":"-94","Answervalue":"","QuizText":"<span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:311px;' id='blockbox-T5' droppable='true'></span>----------------------------------- is the transport of digested end products from the GI tract into the blood or lymph."}, | |
163 | + {"BoxName": "T6","topcoord":"-44","leftcoord":"-94","Answervalue":"","QuizText":"<span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:350px;' id='blockbox-T6' droppable='true'></span>----------------------------------- is the elimination of indigestible residues from the GI tract via the anus."}], | |
164 | 164 | "Options": [{"OptionNumber": "A","OptionTitle": "Ingestion","textalign":"bottom"},{"OptionNumber": "B","OptionTitle": "Propulsion","textalign":"bottom"}, |
165 | 165 | {"OptionNumber": "C","OptionTitle": "Mechanical digestion","textalign":"bottom"},{"OptionNumber": "D","OptionTitle": "Chemical digestion","textalign":"bottom"}, |
166 | 166 | {"OptionNumber": "E","OptionTitle": "Absorption","textalign":"bottom"},{"OptionNumber": "F","OptionTitle": "Defecation","textalign":"bottom"}], |
167 | 167 | "correctResponse": [{"OptionBox": "T1","Answer": "A"},{"OptionBox": "T2","Answer": "B"},{"OptionBox": "T3","Answer": "C"},{"OptionBox": "T4","Answer": "D"}, |
168 | - {"OptionBox": "T5","Answer": "E"},{"OptionBox": "T6","Answer": "F"}] | |
168 | + {"OptionBox": "T5","Answer": "E"},{"OptionBox": "T6","Answer": "F"}] | |
169 | 169 | }, |
170 | 170 | { |
171 | 171 | "Number": "12", |
172 | 172 | "Title": "Complete the statements below.", |
173 | 173 | "activityTitle": "Anatomy I", |
174 | 174 | "ImagePath":"", |
175 | - "OptionBox": [{"BoxName": "T1","topcoord":"-156","leftcoord":"-51","Answervalue":"","QuizText":"_________________________ is the initial site for carbohydrate digestion."}, | |
176 | - {"BoxName": "T2","topcoord":"-122","leftcoord":"-51","Answervalue":"","QuizText":"_________________________ is the initial site for protein digestion."}, | |
177 | - {"BoxName": "T3","topcoord":"-88","leftcoord":"-51","Answervalue":"","QuizText":"_________________________ is the primary site for fat digestion."}, | |
178 | - {"BoxName": "T4","topcoord":"-54","leftcoord":"-51","Answervalue":"","QuizText":"_________________________ has both exocrine and endocrine functions."}], | |
175 | + "OptionBox": [{"BoxName": "T1","topcoord":"-162","leftcoord":"-94","Answervalue":"","QuizText":"<span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:154px;' id='blockbox-T1' droppable='true' ></span>----------------------------------- is the initial site for carbohydrate digestion."}, | |
176 | + {"BoxName": "T2","topcoord":"-123","leftcoord":"-94","Answervalue":"","QuizText":"<span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:192px;' id='blockbox-T2' droppable='true'></span>----------------------------------- is the initial site for protein digestion."}, | |
177 | + {"BoxName": "T3","topcoord":"-84","leftcoord":"-94","Answervalue":"","QuizText":"<span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:233px;' id='blockbox-T3' droppable='true'></span>----------------------------------- is the primary site for fat digestion."}, | |
178 | + {"BoxName": "T4","topcoord":"-46","leftcoord":"-94","Answervalue":"","QuizText":"<span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:271px;' id='blockbox-T4' droppable='true'></span>----------------------------------- has both exocrine and endocrine functions."}], | |
179 | 179 | "Options": [{"OptionNumber": "A","OptionTitle": "mouth","textalign":"bottom"},{"OptionNumber": "B","OptionTitle": "stomach","textalign":"bottom"}, |
180 | 180 | {"OptionNumber": "C","OptionTitle": "small intestine","textalign":"bottom"},{"OptionNumber": "D","OptionTitle": "pancreas","textalign":"bottom"}], |
181 | - "correctResponse": [{"OptionBox": "T1","Answer": "A"},{"OptionBox": "T2","Answer": "B"},{"OptionBox": "T3","Answer": "C"}, | |
182 | - {"OptionBox": "T4","Answer": "D"}] | |
181 | + "correctResponse": [{"OptionBox": "T1","Answer": "A"},{"OptionBox": "T2","Answer": "B"},{"OptionBox": "T3","Answer": "C"},{"OptionBox": "T4","Answer": "D"}] | |
183 | 182 | }, |
184 | 183 | { |
185 | 184 | "Number": "13", |
186 | 185 | "Title": "Complete the statements below.", |
187 | 186 | "activityTitle": "Anatomy II", |
188 | 187 | "ImagePath":"", |
189 | - "OptionBox": [{"BoxName": "T1","topcoord":"-156","leftcoord":"-51","Answervalue":"","QuizText":"_________________________ is the major site for nutrient absorption."}, | |
190 | - {"BoxName": "T2","topcoord":"-122","leftcoord":"-51","Answervalue":"","QuizText":"_________________________ is the major site for water absorption."}, | |
191 | - {"BoxName": "T3","topcoord":"-88","leftcoord":"-51","Answervalue":"","QuizText":"_________________________ is responsible for producing bile."}, | |
192 | - {"BoxName": "T4","topcoord":"-54","leftcoord":"-51","Answervalue":"","QuizText":"_________________________ is the major storage site for bile."}], | |
188 | + "OptionBox": [{"BoxName": "T1","topcoord":"-162","leftcoord":"-94","Answervalue":"","QuizText":"<span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:154px;' id='blockbox-T1' droppable='true' ></span>----------------------------------- is the major site for nutrient absorption."}, | |
189 | + {"BoxName": "T2","topcoord":"-123","leftcoord":"-94","Answervalue":"","QuizText":"<span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:192px;' id='blockbox-T2' droppable='true'></span>----------------------------------- is the major site for water absorption."}, | |
190 | + {"BoxName": "T3","topcoord":"-84","leftcoord":"-94","Answervalue":"","QuizText":"<span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:233px;' id='blockbox-T3' droppable='true'></span>----------------------------------- is responsible for producing bile."}, | |
191 | + {"BoxName": "T4","topcoord":"-46","leftcoord":"-94","Answervalue":"","QuizText":"<span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:271px;' id='blockbox-T4' droppable='true'></span>----------------------------------- is the major storage site for bile."}], | |
193 | 192 | "Options": [{"OptionNumber": "A","OptionTitle": "small intestine","textalign":"bottom"},{"OptionNumber": "B","OptionTitle": "large intestine","textalign":"bottom"}, |
194 | 193 | {"OptionNumber": "C","OptionTitle": "liver","textalign":"bottom"},{"OptionNumber": "D","OptionTitle": "gallbladder","textalign":"bottom"}], |
195 | - "correctResponse": [{"OptionBox": "T1","Answer": "A"},{"OptionBox": "T2","Answer": "B"},{"OptionBox": "T3","Answer": "C"}, | |
196 | - {"OptionBox": "T4","Answer": "D"}] | |
194 | + "correctResponse": [{"OptionBox": "T1","Answer": "A"},{"OptionBox": "T2","Answer": "B"},{"OptionBox": "T3","Answer": "C"},{"OptionBox": "T4","Answer": "D"}] | |
197 | 195 | }, |
198 | 196 | { |
199 | 197 | "Number": "14", |
200 | 198 | "Title": "Complete the statements below.", |
201 | 199 | "activityTitle": "Digestion", |
202 | 200 | "ImagePath":"", |
203 | - "OptionBox": [{"BoxName": "T1","topcoord":"-156","leftcoord":"-51","Answervalue":"","QuizText":"_________________________ is responsible for initiating carbohydrate digestion."}, | |
204 | - {"BoxName": "T2","topcoord":"-122","leftcoord":"-51","Answervalue":"","QuizText":"_________________________ is responsible for initiating protein digestion."}, | |
205 | - {"BoxName": "T3","topcoord":"-88","leftcoord":"-51","Answervalue":"","QuizText":"_________________________ is responsible for the majority of fat digestion."}, | |
206 | - {"BoxName": "T4","topcoord":"-54","leftcoord":"-51","Answervalue":"","QuizText":"_________________________ acts as an emulsifying agent before fat digestion can begin."}], | |
201 | + "OptionBox": [{"BoxName": "T1","topcoord":"-162","leftcoord":"-94","Answervalue":"","QuizText":"<span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:154px;' id='blockbox-T1' droppable='true' ></span>----------------------------------- is responsible for initiating carbohydrate digestion."}, | |
202 | + {"BoxName": "T2","topcoord":"-123","leftcoord":"-94","Answervalue":"","QuizText":"<span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:192px;' id='blockbox-T2' droppable='true'></span>----------------------------------- is responsible for initiating protein digestion."}, | |
203 | + {"BoxName": "T3","topcoord":"-84","leftcoord":"-94","Answervalue":"","QuizText":"<span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:233px;' id='blockbox-T3' droppable='true'></span>----------------------------------- is responsible for the majority of fat digestion."}, | |
204 | + {"BoxName": "T4","topcoord":"-46","leftcoord":"-94","Answervalue":"","QuizText":"<span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:271px;' id='blockbox-T4' droppable='true'></span>----------------------------------- acts as an emulsifying agent before fat digestion can begin."}], | |
207 | 205 | "Options": [{"OptionNumber": "A","OptionTitle": "Amylase","textalign":"bottom"},{"OptionNumber": "B","OptionTitle": "Pepsin","textalign":"bottom"}, |
208 | 206 | {"OptionNumber": "C","OptionTitle": "Lipase","textalign":"bottom"},{"OptionNumber": "D","OptionTitle": "Bile","textalign":"bottom"}], |
209 | - "correctResponse": [{"OptionBox": "T1","Answer": "A"},{"OptionBox": "T2","Answer": "B"},{"OptionBox": "T3","Answer": "C"}, | |
210 | - {"OptionBox": "T4","Answer": "D"}] | |
207 | + "correctResponse": [{"OptionBox": "T1","Answer": "A"},{"OptionBox": "T2","Answer": "B"},{"OptionBox": "T3","Answer": "C"},{"OptionBox": "T4","Answer": "D"}] | |
211 | 208 | }, |
212 | 209 | { |
213 | 210 | "Number": "15", |
214 | 211 | "Title": "Complete the statements below.", |
215 | 212 | "activityTitle": "Digestion", |
216 | 213 | "ImagePath":"", |
217 | - "OptionBox": [{"BoxName": "T1","topcoord":"-156","leftcoord":"-51","Answervalue":"","QuizText":"_________________________ layer of the digestive tract comes in direct contact with undigested food."}, | |
218 | - {"BoxName": "T2","topcoord":"-122","leftcoord":"-51","Answervalue":"","QuizText":"_________________________ layer of the digestive tract contains blood vessels, lymphatic vessels, and glands."}, | |
219 | - {"BoxName": "T3","topcoord":"-88","leftcoord":"-51","Answervalue":"","QuizText":"_________________________ layer of the digestive tract is responsible for peristalsis."}, | |
220 | - {"BoxName": "T4","topcoord":"-54","leftcoord":"-51","Answervalue":"","QuizText":"_________________________ is the outer layer of the digestive tract."}], | |
214 | + "OptionBox": [{"BoxName": "T1","topcoord":"-162","leftcoord":"-94","Answervalue":"","QuizText":"<span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:154px;' id='blockbox-T1' droppable='true' ></span>----------------------------------- layer of the digestive tract comes in direct contact with undigested food."}, | |
215 | + {"BoxName": "T2","topcoord":"-123","leftcoord":"-94","Answervalue":"","QuizText":"<span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:192px;' id='blockbox-T2' droppable='true'></span>----------------------------------- layer of the digestive tract contains blood vessels, lymphatic vessels, and glands."}, | |
216 | + {"BoxName": "T3","topcoord":"-84","leftcoord":"-94","Answervalue":"","QuizText":"<span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:233px;' id='blockbox-T3' droppable='true'></span>----------------------------------- layer of the digestive tract is responsible for peristalsis."}, | |
217 | + {"BoxName": "T4","topcoord":"-46","leftcoord":"-94","Answervalue":"","QuizText":"<span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:271px;' id='blockbox-T4' droppable='true'></span>----------------------------------- is the outer layer of the digestive tract."}], | |
221 | 218 | "Options": [{"OptionNumber": "A","OptionTitle": "mucosa","textalign":"bottom"},{"OptionNumber": "B","OptionTitle": "submucosa","textalign":"bottom"}, |
222 | 219 | {"OptionNumber": "C","OptionTitle": "muscularis","textalign":"bottom"},{"OptionNumber": "D","OptionTitle": "serosa","textalign":"bottom"}], |
223 | - "correctResponse": [{"OptionBox": "T1","Answer": "A"},{"OptionBox": "T2","Answer": "B"},{"OptionBox": "T3","Answer": "C"}, | |
224 | - {"OptionBox": "T4","Answer": "D"}] | |
220 | + "correctResponse": [{"OptionBox": "T1","Answer": "A"},{"OptionBox": "T2","Answer": "B"},{"OptionBox": "T3","Answer": "C"},{"OptionBox": "T4","Answer": "D"}] | |
225 | 221 | } |
226 | 222 | ] |
227 | 223 | } | ... | ... |
400-SOURCECODE/AIAHTML5.Web/content/data/json/le/qz_dat_en.json
... | ... | @@ -113,8 +113,8 @@ |
113 | 113 | "Title": "Drag the labels to the correct location on the image.", |
114 | 114 | "activityTitle": "Glands of the Head & Neck", |
115 | 115 | "ImagePath":"ES-08.JPG", |
116 | - "OptionBox": [{"BoxName": "T1","topcoord":"40","leftcoord":"4","Answervalue":"","QuizText":""},{"BoxName": "T2","topcoord":"82","leftcoord":"4","Answervalue":"","QuizText":""}, | |
117 | - {"BoxName": "T3","topcoord":"188","leftcoord":"4","Answervalue":"","QuizText":""},{"BoxName": "T4","topcoord":"327","leftcoord":"4","Answervalue":"","QuizText":""}, | |
116 | + "OptionBox": [{"BoxName": "T1","topcoord":"40","leftcoord":"5","Answervalue":"","QuizText":""},{"BoxName": "T2","topcoord":"82","leftcoord":"5","Answervalue":"","QuizText":""}, | |
117 | + {"BoxName": "T3","topcoord":"188","leftcoord":"5","Answervalue":"","QuizText":""},{"BoxName": "T4","topcoord":"327","leftcoord":"5","Answervalue":"","QuizText":""}, | |
118 | 118 | {"BoxName": "T5","topcoord":"46","leftcoord":"942","Answervalue":"","QuizText":""},{"BoxName": "T6","topcoord":"149","leftcoord":"942","Answervalue":"","QuizText":""}, |
119 | 119 | {"BoxName": "T7","topcoord":"187","leftcoord":"942","Answervalue":"","QuizText":""},{"BoxName": "T8","topcoord":"254","leftcoord":"942","Answervalue":"","QuizText":""}], |
120 | 120 | "Options": [{"OptionNumber": "A","OptionTitle": "Cricoid cartilage","textalign":"bottom"},{"OptionNumber": "B","OptionTitle": "Thyroid gland","textalign":"bottom"}, |
... | ... | @@ -129,10 +129,10 @@ |
129 | 129 | "Title": "Complete the statements below.", |
130 | 130 | "activityTitle": "Endocrine Glands", |
131 | 131 | "ImagePath":"", |
132 | - "OptionBox": [{"BoxName": "T1","topcoord":"-156","leftcoord":"-25","Answervalue":"","QuizText":"The ________________________ gland is connected to the hypothalamus by the infundibulum and stores ADH and oxytocin."}, | |
133 | - {"BoxName": "T2","topcoord":"-122","leftcoord":"-25","Answervalue":"","QuizText":"The ________________________ gland secretes several tropic hormones such as TSH, ACTH, FSH, and LH."}, | |
134 | - {"BoxName": "T3","topcoord":"-88","leftcoord":"-25","Answervalue":"","QuizText":"The ________________________ gland secretes the hormone responsible for maintaining the body's metabolic rate."}, | |
135 | - {"BoxName": "T4","topcoord":"-54","leftcoord":"-25","Answervalue":"","QuizText":"The ________________________ is known as the body's stress gland."}], | |
132 | + "OptionBox": [{"BoxName": "T1","topcoord":"-162","leftcoord":"-67","Answervalue":"","QuizText":"The <span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:154px;' id='blockbox-T1' droppable='true' ></span>----------------------------------- gland is connected to the hypothalamus by the infundibulum and stores ADH and oxytocin."}, | |
133 | + {"BoxName": "T2","topcoord":"-123","leftcoord":"-67","Answervalue":"","QuizText":"The <span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:192px;' id='blockbox-T2' droppable='true'></span>----------------------------------- gland secretes several tropic hormones such as TSH, ACTH, FSH, and LH."}, | |
134 | + {"BoxName": "T3","topcoord":"-84","leftcoord":"-67","Answervalue":"","QuizText":"The <span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:233px;' id='blockbox-T3' droppable='true'></span>----------------------------------- gland secretes the hormone responsible for maintaining the body's metabolic rate."}, | |
135 | + {"BoxName": "T4","topcoord":"-46","leftcoord":"-67","Answervalue":"","QuizText":"The <span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:271px;' id='blockbox-T4' droppable='true'></span>----------------------------------- is known as the body's stress gland."}], | |
136 | 136 | "Options": [{"OptionNumber": "A","OptionTitle": "neurohypohysis","textalign":"bottom"},{"OptionNumber": "B","OptionTitle": "adenohypophysis","textalign":"bottom"}, |
137 | 137 | {"OptionNumber": "C","OptionTitle": "thyroid","textalign":"bottom"},{"OptionNumber": "D","OptionTitle": "adrenal gland","textalign":"bottom"}], |
138 | 138 | "correctResponse": [{"OptionBox": "T1","Answer": "A"},{"OptionBox": "T2","Answer": "B"},{"OptionBox": "T3","Answer": "C"},{"OptionBox": "T4","Answer": "D"}] |
... | ... | @@ -142,10 +142,10 @@ |
142 | 142 | "Title": "Complete the statements below.", |
143 | 143 | "activityTitle": "Hormones I", |
144 | 144 | "ImagePath":"", |
145 | - "OptionBox": [{"BoxName": "T1","topcoord":"-156","leftcoord":"-54","Answervalue":"","QuizText":" ________________________ is responsible for sperm production and maturation of the ova."}, | |
146 | - {"BoxName": "T2","topcoord":"-122","leftcoord":"-54","Answervalue":"","QuizText":" ________________________ is responsible for increasing the production of male and female sex hormones."}, | |
147 | - {"BoxName": "T3","topcoord":"-88","leftcoord":"-54","Answervalue":"","QuizText":" ________________________ stimulates the thyroid gland to produce thyroid hormone."}, | |
148 | - {"BoxName": "T4","topcoord":"-54","leftcoord":"-54","Answervalue":"","QuizText":" ________________________ stimulates the adrenal gland to release glucocorticoid hormones."}], | |
145 | + "OptionBox": [{"BoxName": "T1","topcoord":"-162","leftcoord":"-94","Answervalue":"","QuizText":"<span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:154px;' id='blockbox-T1' droppable='true' ></span>----------------------------------- is responsible for sperm production and maturation of the ova."}, | |
146 | + {"BoxName": "T2","topcoord":"-123","leftcoord":"-94","Answervalue":"","QuizText":"<span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:192px;' id='blockbox-T2' droppable='true'></span>----------------------------------- is responsible for increasing the production of male and female sex hormones."}, | |
147 | + {"BoxName": "T3","topcoord":"-84","leftcoord":"-94","Answervalue":"","QuizText":"<span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:233px;' id='blockbox-T3' droppable='true'></span>----------------------------------- stimulates the thyroid gland to produce thyroid hormone."}, | |
148 | + {"BoxName": "T4","topcoord":"-46","leftcoord":"-94","Answervalue":"","QuizText":"<span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:271px;' id='blockbox-T4' droppable='true'></span>----------------------------------- stimulates the adrenal gland to release glucocorticoid hormones."}], | |
149 | 149 | "Options": [{"OptionNumber": "A","OptionTitle": "FSH","textalign":"bottom"},{"OptionNumber": "B","OptionTitle": "LH","textalign":"bottom"}, |
150 | 150 | {"OptionNumber": "C","OptionTitle": "TH","textalign":"bottom"},{"OptionNumber": "D","OptionTitle": "ACTH","textalign":"bottom"}], |
151 | 151 | "correctResponse": [{"OptionBox": "T1","Answer": "A"},{"OptionBox": "T2","Answer": "B"},{"OptionBox": "T3","Answer": "C"},{"OptionBox": "T4","Answer": "D"}] |
... | ... | @@ -155,10 +155,10 @@ |
155 | 155 | "Title": "Complete the statements below.", |
156 | 156 | "activityTitle": "Hormones II", |
157 | 157 | "ImagePath":"", |
158 | - "OptionBox": [{"BoxName": "T1","topcoord":"-156","leftcoord":"-54","Answervalue":"","QuizText":" _________________________ stimulates uterine contraction."}, | |
159 | - {"BoxName": "T2","topcoord":"-122","leftcoord":"-54","Answervalue":"","QuizText":"_________________________ stimulates milk production."}, | |
160 | - {"BoxName": "T3","topcoord":"-88","leftcoord":"-54","Answervalue":"","QuizText":"_________________________ stimulates water reabsorption."}, | |
161 | - {"BoxName": "T4","topcoord":"-54","leftcoord":"-54","Answervalue":"","QuizText":"_________________________ stimulates sodium reabsorption."}], | |
158 | + "OptionBox": [{"BoxName": "T1","topcoord":"-162","leftcoord":"-94","Answervalue":"","QuizText":"<span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:154px;' id='blockbox-T1' droppable='true' ></span>----------------------------------- stimulates uterine contraction."}, | |
159 | + {"BoxName": "T2","topcoord":"-123","leftcoord":"-94","Answervalue":"","QuizText":"<span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:192px;' id='blockbox-T2' droppable='true'></span>----------------------------------- stimulates milk production."}, | |
160 | + {"BoxName": "T3","topcoord":"-84","leftcoord":"-94","Answervalue":"","QuizText":"<span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:233px;' id='blockbox-T3' droppable='true'></span>----------------------------------- stimulates water reabsorption."}, | |
161 | + {"BoxName": "T4","topcoord":"-46","leftcoord":"-94","Answervalue":"","QuizText":"<span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:271px;' id='blockbox-T4' droppable='true'></span>----------------------------------- stimulates sodium reabsorption."}], | |
162 | 162 | "Options": [{"OptionNumber": "A","OptionTitle": "Oxytocin","textalign":"bottom"},{"OptionNumber": "B","OptionTitle": "Prolactin","textalign":"bottom"}, |
163 | 163 | {"OptionNumber": "C","OptionTitle": "ADH","textalign":"bottom"},{"OptionNumber": "D","OptionTitle": "Aldosterone","textalign":"bottom"}], |
164 | 164 | "correctResponse": [{"OptionBox": "T1","Answer": "A"},{"OptionBox": "T2","Answer": "B"},{"OptionBox": "T3","Answer": "C"},{"OptionBox": "T4","Answer": "D"}] |
... | ... | @@ -168,10 +168,10 @@ |
168 | 168 | "Title": "Complete the statements below.", |
169 | 169 | "activityTitle": "Endocrine Glands", |
170 | 170 | "ImagePath":"", |
171 | - "OptionBox": [{"BoxName": "T1","topcoord":"-156","leftcoord":"-22","Answervalue":"","QuizText":"The _________________________ hormone acts primarily on skeletal muscle and bone tissue."}, | |
172 | - {"BoxName": "T2","topcoord":"-122","leftcoord":"-22","Answervalue":"","QuizText":"The _________________________ hormone is secreted by the adrenal medulla in response to stress."}, | |
173 | - {"BoxName": "T3","topcoord":"-88","leftcoord":"-22","Answervalue":"","QuizText":"The _________________________ hormone is secreted by the kidney and promotes red blood cell production."}, | |
174 | - {"BoxName": "T4","topcoord":"-54","leftcoord":"-22","Answervalue":"","QuizText":"The _________________________ hormone is an anti-inflammatory and also responds to chronic stress."}], | |
171 | + "OptionBox": [{"BoxName": "T1","topcoord":"-162","leftcoord":"-67","Answervalue":"","QuizText":"The <span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:154px;' id='blockbox-T1' droppable='true' ></span>----------------------------------- hormone acts primarily on skeletal muscle and bone tissue."}, | |
172 | + {"BoxName": "T2","topcoord":"-123","leftcoord":"-67","Answervalue":"","QuizText":"The <span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:192px;' id='blockbox-T2' droppable='true'></span>----------------------------------- hormone is secreted by the adrenal medulla in response to stress."}, | |
173 | + {"BoxName": "T3","topcoord":"-84","leftcoord":"-67","Answervalue":"","QuizText":"The <span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:233px;' id='blockbox-T3' droppable='true'></span>----------------------------------- hormone is secreted by the kidney and promotes red blood cell production."}, | |
174 | + {"BoxName": "T4","topcoord":"-46","leftcoord":"-67","Answervalue":"","QuizText":"The <span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:271px;' id='blockbox-T4' droppable='true'></span>----------------------------------- hormone is an anti-inflammatory and also responds to chronic stress."}], | |
175 | 175 | "Options": [{"OptionNumber": "A","OptionTitle": "growth","textalign":"bottom"},{"OptionNumber": "B","OptionTitle": "epinephrine","textalign":"bottom"}, |
176 | 176 | {"OptionNumber": "C","OptionTitle": "erythropoietin","textalign":"bottom"},{"OptionNumber": "D","OptionTitle": "cortisol","textalign":"bottom"}], |
177 | 177 | "correctResponse": [{"OptionBox": "T1","Answer": "A"},{"OptionBox": "T2","Answer": "B"},{"OptionBox": "T3","Answer": "C"},{"OptionBox": "T4","Answer": "D"}] | ... | ... |
400-SOURCECODE/AIAHTML5.Web/content/data/json/le/qz_dat_mu.json
... | ... | @@ -170,10 +170,10 @@ |
170 | 170 | "Title": "Complete the statements below.", |
171 | 171 | "ImagePath":"", |
172 | 172 | "activityTitle": "Muscles of the Upper Limb", |
173 | - "OptionBox": [{"BoxName": "T1","topcoord":"-156","leftcoord":"-22","Answervalue":"","QuizText":"The _________________________ muscle is the major abductor of the shoulder."}, | |
174 | - {"BoxName": "T2","topcoord":"-122","leftcoord":"-22","Answervalue":"","QuizText":"The _________________________ muscle is the major extensor of the arm and forearm."}, | |
175 | - {"BoxName": "T3","topcoord":"-88","leftcoord":"-22","Answervalue":"","QuizText":"The _________________________ muscle flexes both the arm and forearm."}, | |
176 | - {"BoxName": "T4","topcoord":"-54","leftcoord":"-22","Answervalue":"","QuizText":"The _________________________ muscle adducts, medially rotates, and extends the humerus."}], | |
173 | + "OptionBox": [{"BoxName": "T1","topcoord":"-162","leftcoord":"-67","Answervalue":"","QuizText":"The <span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:154px;' id='blockbox-T1' droppable='true' ></span>----------------------------------- muscle is the major abductor of the shoulder."}, | |
174 | + {"BoxName": "T2","topcoord":"-123","leftcoord":"-67","Answervalue":"","QuizText":"The <span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:192px;' id='blockbox-T2' droppable='true'></span>----------------------------------- muscle is the major extensor of the arm and forearm."}, | |
175 | + {"BoxName": "T3","topcoord":"-84","leftcoord":"-67","Answervalue":"","QuizText":"The <span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:233px;' id='blockbox-T3' droppable='true'></span>----------------------------------- muscle flexes both the arm and forearm."}, | |
176 | + {"BoxName": "T4","topcoord":"-46","leftcoord":"-67","Answervalue":"","QuizText":"The <span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:271px;' id='blockbox-T4' droppable='true'></span>----------------------------------- muscle adducts, medially rotates, and extends the humerus."}], | |
177 | 177 | "Options": [{"OptionNumber": "A","OptionTitle": "deltoid","textalign":"bottom"},{"OptionNumber": "B","OptionTitle": "triceps brachii","textalign":"bottom"}, |
178 | 178 | {"OptionNumber": "C","OptionTitle": "right ventricle","textalign":"bottom"},{"OptionNumber": "D","OptionTitle": "latissimus dorsi","textalign":"bottom"}], |
179 | 179 | "correctResponse": [{"OptionBox": "T1","Answer": "A"},{"OptionBox": "T2","Answer": "B"},{"OptionBox": "T3","Answer": "C"}, |
... | ... | @@ -183,14 +183,13 @@ |
183 | 183 | "Title": "Complete the statements below.", |
184 | 184 | "ImagePath":"", |
185 | 185 | "activityTitle": "Muscles of the Lower Limb", |
186 | - "OptionBox": [{"BoxName": "T1","topcoord":"-156","leftcoord":"-22","Answervalue":"","QuizText":"The _________________________ extends the knee and flexes the hip."}, | |
187 | - {"BoxName": "T2","topcoord":"-122","leftcoord":"-22","Answervalue":"","QuizText":"The _________________________ flexes the knee and extends the hip."}, | |
188 | - {"BoxName": "T3","topcoord":"-88","leftcoord":"-22","Answervalue":"","QuizText":"The _________________________ muscle causes plantar flexion of the ankle."}, | |
189 | - {"BoxName": "T4","topcoord":"-54","leftcoord":"-22","Answervalue":"","QuizText":"The _________________________ muscle causes dorsiflexion of the ankle."}], | |
186 | + "OptionBox": [{"BoxName": "T1","topcoord":"-162","leftcoord":"-67","Answervalue":"","QuizText":"The <span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:154px;' id='blockbox-T1' droppable='true' ></span>----------------------------------- extends the knee and flexes the hip."}, | |
187 | + {"BoxName": "T2","topcoord":"-123","leftcoord":"-67","Answervalue":"","QuizText":"The <span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:192px;' id='blockbox-T2' droppable='true'></span>----------------------------------- flexes the knee and extends the hip."}, | |
188 | + {"BoxName": "T3","topcoord":"-84","leftcoord":"-67","Answervalue":"","QuizText":"The <span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:233px;' id='blockbox-T3' droppable='true'></span>----------------------------------- muscle causes plantar flexion of the ankle."}, | |
189 | + {"BoxName": "T4","topcoord":"-46","leftcoord":"-67","Answervalue":"","QuizText":"The <span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:271px;' id='blockbox-T4' droppable='true'></span>----------------------------------- muscle causes dorsiflexion of the ankle."}], | |
190 | 190 | "Options": [{"OptionNumber": "A","OptionTitle": "rectus femoris","textalign":"bottom"},{"OptionNumber": "B","OptionTitle": "biceps femoris","textalign":"bottom"}, |
191 | 191 | {"OptionNumber": "C","OptionTitle": "gastrocnemius","textalign":"bottom"},{"OptionNumber": "D","OptionTitle": "tibialis anterior","textalign":"bottom"}], |
192 | - "correctResponse": [{"OptionBox": "T1","Answer": "A"},{"OptionBox": "T2","Answer": "B"},{"OptionBox": "T3","Answer": "C"}, | |
193 | - {"OptionBox": "T4","Answer": "D"}] | |
192 | + "correctResponse": [{"OptionBox": "T1","Answer": "A"},{"OptionBox": "T2","Answer": "B"},{"OptionBox": "T3","Answer": "C"},{"OptionBox": "T4","Answer": "D"}] | |
194 | 193 | }] |
195 | 194 | }] |
196 | 195 | } |
197 | 196 | \ No newline at end of file | ... | ... |
400-SOURCECODE/AIAHTML5.Web/content/data/json/le/qz_dat_rp.json
... | ... | @@ -10,9 +10,9 @@ |
10 | 10 | "Title": "Drag the labels to the correct location on the image.", |
11 | 11 | "activityTitle": "Female Pelvic Organs", |
12 | 12 | "ImagePath":"RP-01.JPG", |
13 | - "OptionBox": [{"BoxName": "T1","topcoord":"168","leftcoord":"4","Answervalue":"","QuizText":""},{"BoxName": "T2","topcoord":"219","leftcoord":"4","Answervalue":"","QuizText":""}, | |
14 | - {"BoxName": "T3","topcoord":"22","leftcoord":"614","Answervalue":"","QuizText":""},{"BoxName": "T4","topcoord":"202","leftcoord":"614","Answervalue":"","QuizText":""}, | |
15 | - {"BoxName": "T5","topcoord":"290","leftcoord":"614","Answervalue":"","QuizText":""},{"BoxName": "T6","topcoord":"343","leftcoord":"614","Answervalue":"","QuizText":""}], | |
13 | + "OptionBox": [{"BoxName": "T1","topcoord":"168","leftcoord":"5","Answervalue":"","QuizText":""},{"BoxName": "T2","topcoord":"219","leftcoord":"5","Answervalue":"","QuizText":""}, | |
14 | + {"BoxName": "T3","topcoord":"22","leftcoord":"615","Answervalue":"","QuizText":""},{"BoxName": "T4","topcoord":"202","leftcoord":"615","Answervalue":"","QuizText":""}, | |
15 | + {"BoxName": "T5","topcoord":"290","leftcoord":"615","Answervalue":"","QuizText":""},{"BoxName": "T6","topcoord":"343","leftcoord":"615","Answervalue":"","QuizText":""}], | |
16 | 16 | "Options": [{"OptionNumber": "A","OptionTitle": "Ovary","textalign":"left"},{"OptionNumber": "B","OptionTitle": "Round ligament of uterus","textalign":"left"}, |
17 | 17 | {"OptionNumber": "C","OptionTitle": "Ureter","textalign":"right"},{"OptionNumber": "D","OptionTitle": "Uterus","textalign":"right"}, |
18 | 18 | {"OptionNumber": "E","OptionTitle": "Urinary bladder","textalign":"left"},{"OptionNumber": "F","OptionTitle": "Urethra","textalign":"right"}], |
... | ... | @@ -103,11 +103,11 @@ |
103 | 103 | "Title": "Complete the statements below.", |
104 | 104 | "activityTitle": "Male Reproductive II", |
105 | 105 | "ImagePath":"", |
106 | - "OptionBox": [{"BoxName": "T1","topcoord":"-191","leftcoord":"-54","Answervalue":"","QuizText":"________________________ is the surgical removal of the foreskin (prepuce) from the glans penis."}, | |
107 | - {"BoxName": "T2","topcoord":"-156","leftcoord":"-54","Answervalue":"","QuizText":"________________________ is a condition of undescended testes that can lead to sterility or cancer if not corrected."}, | |
108 | - {"BoxName": "T3","topcoord":"-122","leftcoord":"-54","Answervalue":"","QuizText":"________________________ is the inability to either achieve or maintain an erection."}, | |
109 | - {"BoxName": "T4","topcoord":"-88","leftcoord":"-54","Answervalue":"","QuizText":"________________________ is a low sperm count and is one of the main causes of male infertility."}, | |
110 | - {"BoxName": "T5","topcoord":"-54","leftcoord":"-54","Answervalue":"","QuizText":"________________________ is a sterilizing procedure for men where the vas deferens is severed and sutured."}], | |
106 | + "OptionBox": [{"BoxName": "T1","topcoord":"-201","leftcoord":"-94","Answervalue":"","QuizText":"<span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:154px;' id='blockbox-T1' droppable='true' ></span>---------------------------------- is the surgical removal of the foreskin (prepuce) from the glans penis."}, | |
107 | + {"BoxName": "T2","topcoord":"-163","leftcoord":"-94","Answervalue":"","QuizText":"<span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:192px;' id='blockbox-T2' droppable='true'></span>---------------------------------- is a condition of undescended testes that can lead to sterility or cancer if not corrected."}, | |
108 | + {"BoxName": "T3","topcoord":"-125","leftcoord":"-94","Answervalue":"","QuizText":"<span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:231px;' id='blockbox-T3' droppable='true'></span>---------------------------------- is the inability to either achieve or maintain an erection."}, | |
109 | + {"BoxName": "T4","topcoord":"-87","leftcoord":"-94","Answervalue":"","QuizText":"<span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:271px;' id='blockbox-T4' droppable='true'></span>---------------------------------- is a low sperm count and is one of the main causes of male infertility."}, | |
110 | + {"BoxName": "T5","topcoord":"-46","leftcoord":"-94","Answervalue":"","QuizText":"<span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:311px;' id='blockbox-T5' droppable='true'></span>---------------------------------- is a sterilizing procedure for men where the vas deferens is severed and sutured."}], | |
111 | 111 | "Options": [{"OptionNumber": "A","OptionTitle": "Circumcision","textalign":"bottom"},{"OptionNumber": "B","OptionTitle": "Cryptorchidism","textalign":"bottom"}, |
112 | 112 | {"OptionNumber": "C","OptionTitle": "Impotence","textalign":"bottom"},{"OptionNumber": "D","OptionTitle": "Oligospermia","textalign":"bottom"}, |
113 | 113 | {"OptionNumber": "E","OptionTitle": "Vasectomy","textalign":"bottom"}], |
... | ... | @@ -117,12 +117,12 @@ |
117 | 117 | "Title": "Complete the statements below.", |
118 | 118 | "activityTitle": "Female Reproductive", |
119 | 119 | "ImagePath":"", |
120 | - "OptionBox": [{"BoxName": "T1","topcoord":"-224","leftcoord":"-54","Answervalue":"","QuizText":"________________________ is the monthly discharge of the endometrial lining of the uterus."}, | |
121 | - {"BoxName": "T2","topcoord":"-191","leftcoord":"-54","Answervalue":"","QuizText":"________________________ is a womanำณ first menstrual period."}, | |
122 | - {"BoxName": "T3","topcoord":"-156","leftcoord":"-54","Answervalue":"","QuizText":"________________________ is an uncomfortable and often painful menstrual period."}, | |
123 | - {"BoxName": "T4","topcoord":"-122","leftcoord":"-54","Answervalue":"","QuizText":"________________________ is the cessation of monthly menstrual periods once a woman is beyond her reproductive years."}, | |
124 | - {"BoxName": "T5","topcoord":"-88","leftcoord":"-54","Answervalue":"","QuizText":"________________________ is the surgical removal of the uterus."}, | |
125 | - {"BoxName": "T6","topcoord":"-54","leftcoord":"-54","Answervalue":"","QuizText":"________________________ is a sterilizing procedure for women where the uterine tubes are severed and sutured."}], | |
120 | + "OptionBox": [{"BoxName": "T1","topcoord":"-240","leftcoord":"-94","Answervalue":"","QuizText":"<span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:154px;' id='blockbox-T1' droppable='true' ></span>---------------------------------- is the monthly discharge of the endometrial lining of the uterus."}, | |
121 | + {"BoxName": "T2","topcoord":"-200","leftcoord":"-94","Answervalue":"","QuizText":"<span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:193px;' id='blockbox-T2' droppable='true'></span>---------------------------------- is a womanำณ first menstrual period."}, | |
122 | + {"BoxName": "T3","topcoord":"-162","leftcoord":"-94","Answervalue":"","QuizText":"<span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:231px;' id='blockbox-T3' droppable='true'></span>---------------------------------- is an uncomfortable and often painful menstrual period."}, | |
123 | + {"BoxName": "T4","topcoord":"-124","leftcoord":"-94","Answervalue":"","QuizText":"<span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:270px;' id='blockbox-T4' droppable='true'></span>---------------------------------- is the cessation of monthly menstrual periods once a woman is beyond her reproductive years."}, | |
124 | + {"BoxName": "T5","topcoord":"-86","leftcoord":"-94","Answervalue":"","QuizText":"<span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:309px;' id='blockbox-T5' droppable='true'></span>---------------------------------- is the surgical removal of the uterus."}, | |
125 | + {"BoxName": "T6","topcoord":"-46","leftcoord":"-94","Answervalue":"","QuizText":"<span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:349px;' id='blockbox-T6' droppable='true'></span>---------------------------------- is a sterilizing procedure for women where the uterine tubes are severed and sutured."}], | |
126 | 126 | "Options": [{"OptionNumber": "A","OptionTitle": "Menses","textalign":"bottom"},{"OptionNumber": "B","OptionTitle": "Menarchy","textalign":"bottom"}, |
127 | 127 | {"OptionNumber": "C","OptionTitle": "Dysmenorrhea","textalign":"bottom"},{"OptionNumber": "D","OptionTitle": "Menopause","textalign":"bottom"}, |
128 | 128 | {"OptionNumber": "E","OptionTitle": "Hysterectomy","textalign":"bottom"},{"OptionNumber": "F","OptionTitle": "Tubal ligation","textalign":"bottom"}], |
... | ... | @@ -133,10 +133,10 @@ |
133 | 133 | "Title": "Complete the statements below.", |
134 | 134 | "activityTitle": "Male Reproductive II", |
135 | 135 | "ImagePath":"", |
136 | - "OptionBox": [{"BoxName": "T1","topcoord":"-156","leftcoord":"219","Answervalue":"","QuizText":"The sac containing the testes is called the ________________________."}, | |
137 | - {"BoxName": "T2","topcoord":"-122","leftcoord":"387","Answervalue":"","QuizText":"The singular part of the penis surrounding the penile urethra is the ________________________."}, | |
138 | - {"BoxName": "T3","topcoord":"-88","leftcoord":"536","Answervalue":"","QuizText":"The paired structures of the penis responsible for the rigidity of the erection are called the ________________________."}, | |
139 | - {"BoxName": "T4","topcoord":"-54","leftcoord":"217","Answervalue":"","QuizText":"The enlarged tip of the penis is called the ________________________."}], | |
136 | + "OptionBox": [{"BoxName": "T1","topcoord":"-162","leftcoord":"180","Answervalue":"","QuizText":"The sac containing the testes is called the <span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:154px;' id='blockbox-T1' droppable='true' ></span>---------------------------------- ."}, | |
137 | + {"BoxName": "T2","topcoord":"-123","leftcoord":"346","Answervalue":"","QuizText":"The singular part of the penis surrounding the penile urethra is the <span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:193px;' id='blockbox-T2' droppable='true'></span>---------------------------------- ."}, | |
138 | + {"BoxName": "T3","topcoord":"-87","leftcoord":"496","Answervalue":"","QuizText":"The paired structures of the penis responsible for the rigidity of the erection are called the <span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:231px;' id='blockbox-T3' droppable='true'></span>---------------------------------- ."}, | |
139 | + {"BoxName": "T4","topcoord":"-47","leftcoord":"177","Answervalue":"","QuizText":"The enlarged tip of the penis is called the <span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:270px;' id='blockbox-T4' droppable='true'></span>---------------------------------- ."}], | |
140 | 140 | "Options": [{"OptionNumber": "A","OptionTitle": "scrotum","textalign":"bottom"},{"OptionNumber": "B","OptionTitle": "corpus spongiosum","textalign":"bottom"}, |
141 | 141 | {"OptionNumber": "C","OptionTitle": "corpora cavernosa","textalign":"bottom"},{"OptionNumber": "D","OptionTitle": "glans penis","textalign":"bottom"}], |
142 | 142 | "correctResponse": [{"OptionBox": "T1","Answer": "A"},{"OptionBox": "T2","Answer": "B"},{"OptionBox": "T3","Answer": "C"},{"OptionBox": "T4","Answer": "D"}] |
... | ... | @@ -145,10 +145,10 @@ |
145 | 145 | "Title": "Complete the statements below.", |
146 | 146 | "activityTitle": "Accessory Glands", |
147 | 147 | "ImagePath":"", |
148 | - "OptionBox": [{"BoxName": "T1","topcoord":"-156","leftcoord":"-27","Answervalue":"","QuizText":"The ________________________ are the paired accessory glands that lie on the posterior bladder wall that produce approximately 60% of the volume of semen."}, | |
149 | - {"BoxName": "T2","topcoord":"-122","leftcoord":"-27","Answervalue":"","QuizText":"The ________________________ gland surrounds the urethra and it contributes approximately one third of the semen volume."}, | |
150 | - {"BoxName": "T3","topcoord":"-88","leftcoord":"885","Answervalue":"","QuizText":"The small, paired glands at the base of the penis that produce a lubricating, alkaline secretion into the urethra prior to ejaculation are called the ________________________ glands."}, | |
151 | - {"BoxName": "T4","topcoord":"-54","leftcoord":"514","Answervalue":"","QuizText":"The paired tubes that carry sperm from the epididymus to the ejaculatory duct are the ________________________ ."}], | |
148 | + "OptionBox": [{"BoxName": "T1","topcoord":"-162","leftcoord":"-67","Answervalue":"","QuizText":"The <span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:154px;' id='blockbox-T1' droppable='true' ></span>---------------------------------- are the paired accessory glands that lie on the posterior bladder wall that produce approximately 60% of the volume of semen."}, | |
149 | + {"BoxName": "T2","topcoord":"-122","leftcoord":"-67","Answervalue":"","QuizText":"The <span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:193px;' id='blockbox-T2' droppable='true'></span>---------------------------------- gland surrounds the urethra and it contributes approximately one third of the semen volume."}, | |
150 | + {"BoxName": "T3","topcoord":"-86","leftcoord":"844","Answervalue":"","QuizText":"The small, paired glands at the base of the penis that produce a lubricating, alkaline secretion into the urethra prior to ejaculation are called the <span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:231px;' id='blockbox-T3' droppable='true'></span>---------------------------------- glands."}, | |
151 | + {"BoxName": "T4","topcoord":"-46","leftcoord":"473","Answervalue":"","QuizText":"The paired tubes that carry sperm from the epididymus to the ejaculatory duct are the <span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:270px;' id='blockbox-T4' droppable='true'></span>---------------------------------- ."}], | |
152 | 152 | "Options": [{"OptionNumber": "A","OptionTitle": "seminal vesicles","textalign":"bottom"},{"OptionNumber": "B","OptionTitle": "prostate","textalign":"bottom"}, |
153 | 153 | {"OptionNumber": "C","OptionTitle": "bulbourethral","textalign":"bottom"},{"OptionNumber": "D","OptionTitle": "vas deferens","textalign":"bottom"}], |
154 | 154 | "correctResponse": [{"OptionBox": "T1","Answer": "A"},{"OptionBox": "T2","Answer": "B"},{"OptionBox": "T3","Answer": "C"},{"OptionBox": "T4","Answer": "D"}] |
... | ... | @@ -157,10 +157,10 @@ |
157 | 157 | "Title": "Complete the statements below.", |
158 | 158 | "activityTitle": "Hormones", |
159 | 159 | "ImagePath":"", |
160 | - "OptionBox": [{"BoxName": "T1","topcoord":"-156","leftcoord":"735","Answervalue":"","QuizText":"The hormone produced by the testes that causes development of the secondary sexual characteristics in a male is called ________________________ ."}, | |
161 | - {"BoxName": "T2","topcoord":"-122","leftcoord":"755","Answervalue":"","QuizText":"The hormone produced by the ovaries that causes development of the secondary sexual characteristics in a female is called ________________________ ."}, | |
162 | - {"BoxName": "T3","topcoord":"-89","leftcoord":"917","Answervalue":"","QuizText":"The hormone secreted by the corpus luteum that sustains the thickness of the endometrium during the secretory phase of the uterine cycle is called ________________________ ."}, | |
163 | - {"BoxName": "T4","topcoord":"-54","leftcoord":"620","Answervalue":"","QuizText":"The hormone secreted by the sustentacular cells of the testes in response to spermatogenesis is called ________________________ ."}], | |
160 | + "OptionBox": [{"BoxName": "T1","topcoord":"-163","leftcoord":"693","Answervalue":"","QuizText":"The hormone produced by the testes that causes development of the secondary sexual characteristics in a male is called <span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:154px;' id='blockbox-T1' droppable='true' ></span>---------------------------------- ."}, | |
161 | + {"BoxName": "T2","topcoord":"-123","leftcoord":"715","Answervalue":"","QuizText":"The hormone produced by the ovaries that causes development of the secondary sexual characteristics in a female is called <span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:193px;' id='blockbox-T2' droppable='true'></span>---------------------------------- ."}, | |
162 | + {"BoxName": "T3","topcoord":"-87","leftcoord":"876","Answervalue":"","QuizText":"The hormone secreted by the corpus luteum that sustains the thickness of the endometrium during the secretory phase of the uterine cycle is called <span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:231px;' id='blockbox-T3' droppable='true'></span>---------------------------------- ."}, | |
163 | + {"BoxName": "T4","topcoord":"-48","leftcoord":"579","Answervalue":"","QuizText":"The hormone secreted by the sustentacular cells of the testes in response to spermatogenesis is called <span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:270px;' id='blockbox-T4' droppable='true'></span>---------------------------------- ."}], | |
164 | 164 | "Options": [{"OptionNumber": "A","OptionTitle": "testosterone","textalign":"bottom"},{"OptionNumber": "B","OptionTitle": "estrogen","textalign":"bottom"}, |
165 | 165 | {"OptionNumber": "C","OptionTitle": "progesterone","textalign":"bottom"},{"OptionNumber": "D","OptionTitle": "inhibin","textalign":"bottom"}], |
166 | 166 | "correctResponse": [{"OptionBox": "T1","Answer": "A"},{"OptionBox": "T2","Answer": "B"},{"OptionBox": "T3","Answer": "C"},{"OptionBox": "T4","Answer": "D"}] | ... | ... |
400-SOURCECODE/AIAHTML5.Web/content/data/json/le/qz_dat_rs.json
... | ... | @@ -169,10 +169,10 @@ |
169 | 169 | "Title": "Complete the statements below.", |
170 | 170 | "activityTitle": "Pulmonary Ventilation", |
171 | 171 | "ImagePath":"", |
172 | - "OptionBox": [{"BoxName": "T1","topcoord":"-151","leftcoord":"260","Answervalue":"","QuizText":"The movement of air into and out of the lungs is called <span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:170px;top:154px;' id='blockbox-T1' droppable='true' ></span> <span> .</span>"}, | |
173 | - {"BoxName": "T2","topcoord":"-119","leftcoord":"418","Answervalue":"","QuizText":"The exchange of gases between the alveoli of the lungs and the blood is called <span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:170px;top:186px;' id='blockbox-T2' droppable='true'></span><span> .</span>"}, | |
174 | - {"BoxName": "T3","topcoord":"-88","leftcoord":"305","Answervalue":"","QuizText":"The exchange of gases between the blood and tissues is called <span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:170px;top:221px;' id='blockbox-T3' droppable='true'></span><span> respiration.</span>"}, | |
175 | - {"BoxName": "T4","topcoord":"-54","leftcoord":"346","Answervalue":"","QuizText":"The amount of air exchanged during quiet, restful breathing is called <span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:185px;top:253px;' id='blockbox-T4' droppable='true'></span><span> volume.</span>"}], | |
172 | + "OptionBox": [{"BoxName": "T1","topcoord":"-162","leftcoord":"179","Answervalue":"","QuizText":"The movement of air into and out of the lungs is called <span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:154px;' id='blockbox-T1' droppable='true' ></span>---------------------------------- <span> .</span>"}, | |
173 | + {"BoxName": "T2","topcoord":"-122","leftcoord":"332","Answervalue":"","QuizText":"The exchange of gases between the alveoli of the lungs and the blood is called <span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:194px;' id='blockbox-T2' droppable='true'></span>---------------------------------- <span> .</span>"}, | |
174 | + {"BoxName": "T3","topcoord":"-84","leftcoord":"229","Answervalue":"","QuizText":"The exchange of gases between the blood and tissues is called <span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:233px;' id='blockbox-T3' droppable='true'></span>---------------------------------- <span> respiration.</span>"}, | |
175 | + {"BoxName": "T4","topcoord":"-46","leftcoord":"269","Answervalue":"","QuizText":"The amount of air exchanged during quiet, restful breathing is called <span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:272px;' id='blockbox-T4' droppable='true'></span>---------------------------------- <span> volume.</span>"}], | |
176 | 176 | "Options": [{"OptionNumber": "A","OptionTitle": "ventilation","textalign":"bottom"},{"OptionNumber": "B","OptionTitle": "external","textalign":"bottom"}, |
177 | 177 | {"OptionNumber": "C","OptionTitle": "internal","textalign":"bottom"},{"OptionNumber": "D","OptionTitle": "tidal","textalign":"bottom"}], |
178 | 178 | "correctResponse": [{"OptionBox": "T1","Answer": "A"},{"OptionBox": "T2","Answer": "B"},{"OptionBox": "T3","Answer": "C"},{"OptionBox": "T4","Answer": "D"}] |
... | ... | @@ -181,10 +181,10 @@ |
181 | 181 | "Title": "Complete the statements below.", |
182 | 182 | "activityTitle": "Respiratory Volumes", |
183 | 183 | "ImagePath":"", |
184 | - "OptionBox": [{"BoxName": "T1","topcoord":"-148","leftcoord":"325","Answervalue":"","QuizText":"The active phase of breathing, drawing air into the lungs is called <span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:170px;top:154px;' id='blockbox-T1' droppable='true' ></span> <span>.</span>"}, | |
185 | - {"BoxName": "T2","topcoord":"-119","leftcoord":"329","Answervalue":"","QuizText":"The passive phase of breathing when air leaves the lungs is called <span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:170px;top:186px;' id='blockbox-T2' droppable='true'></span><span>.</span>"}, | |
186 | - {"BoxName": "T3","topcoord":"-82","leftcoord":"732","Answervalue":"","QuizText":"The disease characterized by narrow respiratory passageways obstructing the movement of air into and out of the lungs is called <span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:170px;top:221px;' id='blockbox-T3' droppable='true'></span><span>.</span>"}, | |
187 | - {"BoxName": "T4","topcoord":"-50","leftcoord":"626","Answervalue":"","QuizText":"The disease characterized by a reduction in the number of alveoli and a loss of elasticity of lung tissue is called <span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:185px;top:253px;' id='blockbox-T4' droppable='true'></span><span>.</span>"}], | |
184 | + "OptionBox": [{"BoxName": "T1","topcoord":"-161","leftcoord":"244","Answervalue":"","QuizText":"The active phase of breathing, drawing air into the lungs is called <span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:155px;' id='blockbox-T1' droppable='true' ></span>---------------------------------- <span>.</span>"}, | |
185 | + {"BoxName": "T2","topcoord":"-122","leftcoord":"250","Answervalue":"","QuizText":"The passive phase of breathing when air leaves the lungs is called <span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:194px;' id='blockbox-T2' droppable='true'></span>---------------------------------- <span>.</span>"}, | |
186 | + {"BoxName": "T3","topcoord":"-84","leftcoord":"661","Answervalue":"","QuizText":"The disease characterized by narrow respiratory passageways obstructing the movement of air into and out of the lungs is called <span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:233px;' id='blockbox-T3' droppable='true'></span>---------------------------------- <span>.</span>"}, | |
187 | + {"BoxName": "T4","topcoord":"-46","leftcoord":"540","Answervalue":"","QuizText":"The disease characterized by a reduction in the number of alveoli and a loss of elasticity of lung tissue is called <span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:272px;' id='blockbox-T4' droppable='true'></span>---------------------------------- <span>.</span>"}], | |
188 | 188 | "Options": [{"OptionNumber": "A","OptionTitle": "inhalation","textalign":"bottom"},{"OptionNumber": "B","OptionTitle": "exhalation","textalign":"bottom"}, |
189 | 189 | {"OptionNumber": "C","OptionTitle": "asthma","textalign":"bottom"},{"OptionNumber": "D","OptionTitle": "emphysema","textalign":"bottom"}], |
190 | 190 | "correctResponse": [{"OptionBox": "T1","Answer": "A"},{"OptionBox": "T2","Answer": "B"},{"OptionBox": "T3","Answer": "C"},{"OptionBox": "T4","Answer": "D"}] | ... | ... |
400-SOURCECODE/AIAHTML5.Web/content/data/json/le/qz_dat_sk.json
... | ... | @@ -67,7 +67,7 @@ |
67 | 67 | "ImagePath":"SK-05.JPG", |
68 | 68 | "OptionBox": [{"BoxName": "T1","topcoord":"46","leftcoord":"4","Answervalue":"","QuizText":""},{"BoxName": "T2","topcoord":"132","leftcoord":"4","Answervalue":"","QuizText":""}, |
69 | 69 | {"BoxName": "T3","topcoord":"201","leftcoord":"4","Answervalue":"","QuizText":""},{"BoxName": "T4","topcoord":"262","leftcoord":"4","Answervalue":"","QuizText":""}, |
70 | - {"BoxName": "T5","topcoord":"208","leftcoord":"842","Answervalue":"","QuizText":""},{"BoxName": "T6","topcoord":"294","leftcoord":"842","Answervalue":"","QuizText":""}], | |
70 | + {"BoxName": "T5","topcoord":"208","leftcoord":"839","Answervalue":"","QuizText":""},{"BoxName": "T6","topcoord":"293","leftcoord":"839","Answervalue":"","QuizText":""}], | |
71 | 71 | "Options": [{"OptionNumber": "A","OptionTitle": "Body of vertebra","textalign":"bottom"},{"OptionNumber": "B","OptionTitle": "Spinous process of vertebra","textalign":"bottom"}, |
72 | 72 | {"OptionNumber": "C","OptionTitle": "Transverse process of vertebra","textalign":"bottom"},{"OptionNumber": "D","OptionTitle": "Inferior articular process of vertebra","textalign":"bottom"}, |
73 | 73 | {"OptionNumber": "E","OptionTitle": "Superior articular process of vertebra","textalign":"bottom"},{"OptionNumber": "F","OptionTitle": "Pedicle","textalign":"bottom"}], | ... | ... |
400-SOURCECODE/AIAHTML5.Web/content/data/json/le/qz_dat_ss.json
... | ... | @@ -123,10 +123,10 @@ |
123 | 123 | "Title": "Complete the statements below.", |
124 | 124 | "activityTitle": "Eye I", |
125 | 125 | "ImagePath":"", |
126 | - "OptionBox": [{"BoxName": "T1","topcoord":"10","leftcoord":"4","Answervalue":"","QuizText":"The white of the eye is known as the <span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:170px;top:154px;' id='blockbox-T1' droppable='true' ></span> <span> .</span>"}, | |
127 | - {"BoxName": "T2","topcoord":"130","leftcoord":"4","Answervalue":"","QuizText":"The colored portion of the eye is known as the <span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:170px;top:194px;' id='blockbox-T2' droppable='true' ></span> <span> .</span>"}, | |
128 | - {"BoxName": "T3","topcoord":"230","leftcoord":"4","Answervalue":"","QuizText":"The opening in the center of the colored portion of the eye is known as the <span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:170px;top:224px;' id='blockbox-T3' droppable='true' ></span> <span> .</span>"}, | |
129 | - {"BoxName": "T4","topcoord":"287","leftcoord":"4","Answervalue":"","QuizText":"The clear outer covering over the anterior surface of the eye is known as the <span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:170px;top:264px;' id='blockbox-T4' droppable='true' ></span> <span> .</span>"}], | |
126 | + "OptionBox": [{"BoxName": "T1","topcoord":"-162","leftcoord":"61","Answervalue":"","QuizText":"The white of the eye is known as the <span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:154px;' id='blockbox-T1' droppable='true' ></span>---------------------------------- <span> .</span>"}, | |
127 | + {"BoxName": "T2","topcoord":"-124","leftcoord":"126","Answervalue":"","QuizText":"The colored portion of the eye is known as the <span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:192px;' id='blockbox-T2' droppable='true'></span>----------------------------------- <span> .</span>"}, | |
128 | + {"BoxName": "T3","topcoord":"-83","leftcoord":"312","Answervalue":"","QuizText":"The opening in the center of the colored portion of the eye is known as the <span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:233px;' id='blockbox-T3' droppable='true'></span>----------------------------------- <span> respiration.</span>"}, | |
129 | + {"BoxName": "T4","topcoord":"-47","leftcoord":"321","Answervalue":"","QuizText":"The clear outer covering over the anterior surface of the eye is known as the <span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:271px;' id='blockbox-T4' droppable='true'></span><span>----------------------------------- volume.</span>"}], | |
130 | 130 | "Options": [{"OptionNumber": "A","OptionTitle": "sclera","textalign":"bottom"},{"OptionNumber": "B","OptionTitle": "iris","textalign":"bottom"}, |
131 | 131 | {"OptionNumber": "C","OptionTitle": "pupil","textalign":"bottom"},{"OptionNumber": "D","OptionTitle": "cornea","textalign":"bottom"}], |
132 | 132 | "correctResponse": [{"OptionBox": "T1","Answer": "A"},{"OptionBox": "T2","Answer": "B"},{"OptionBox": "T3","Answer": "C"},{"OptionBox": "T4","Answer": "D"}] |
... | ... | @@ -135,10 +135,10 @@ |
135 | 135 | "Title": "Complete the statements below.", |
136 | 136 | "activityTitle": "Eye II", |
137 | 137 | "ImagePath":"", |
138 | - "OptionBox": [{"BoxName": "T1","topcoord":"184","leftcoord":"4","Answervalue":"","QuizText":"The inner, neural layer of the eye is known as the <span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:170px;top:154px;' id='blockbox-T1' droppable='true' ></span> <span> .</span>"}, | |
139 | - {"BoxName": "T2","topcoord":"222","leftcoord":"4","Answervalue":"","QuizText":"The middle, vascular layer of the eye is known as the <span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:170px;top:186px;' id='blockbox-T2' droppable='true'></span><span> .</span>"}, | |
140 | - {"BoxName": "T3","topcoord":"326","leftcoord":"4","Answervalue":"","QuizText":"The vascular membrane covering the outer surface of the eye is the <span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:170px;top:221px;' id='blockbox-T3' droppable='true'></span><span> .</span>"}, | |
141 | - {"BoxName": "T4","topcoord":"404","leftcoord":"4","Answervalue":"","QuizText":"Another name for the eyelid is the <span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:185px;top:253px;' id='blockbox-T4' droppable='true'></span><span> .</span>"}], | |
138 | + "OptionBox": [{"BoxName": "T1","topcoord":"-162","leftcoord":"144","Answervalue":"","QuizText":"The inner, neural layer of the eye is known as the <span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:154px;' id='blockbox-T1' droppable='true' ></span> ----------------------------------- <span> .</span>"}, | |
139 | + {"BoxName": "T2","topcoord":"-124","leftcoord":"168","Answervalue":"","QuizText":"The middle, vascular layer of the eye is known as the <span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:192px;' id='blockbox-T2' droppable='true'></span>----------------------------------- <span> .</span>"}, | |
140 | + {"BoxName": "T3","topcoord":"-84","leftcoord":"264","Answervalue":"","QuizText":"The vascular membrane covering the outer surface of the eye is the <span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:233px;' id='blockbox-T3' droppable='true'></span>----------------------------------- <span> .</span>"}, | |
141 | + {"BoxName": "T4","topcoord":"-45","leftcoord":"47","Answervalue":"","QuizText":"Another name for the eyelid is the <span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:271px;' id='blockbox-T4' droppable='true'></span>----------------------------------- <span> .</span>"}], | |
142 | 142 | "Options": [{"OptionNumber": "A","OptionTitle": "retina","textalign":"bottom"},{"OptionNumber": "B","OptionTitle": "choroid","textalign":"bottom"}, |
143 | 143 | {"OptionNumber": "C","OptionTitle": "conjunctiva","textalign":"bottom"},{"OptionNumber": "D","OptionTitle": "palpebra","textalign":"bottom"}], |
144 | 144 | "correctResponse": [{"OptionBox": "T1","Answer": "A"},{"OptionBox": "T2","Answer": "B"},{"OptionBox": "T3","Answer": "C"},{"OptionBox": "T4","Answer": "D"}] |
... | ... | @@ -147,10 +147,10 @@ |
147 | 147 | "Title": "Drag the labels to the correct location on the image.", |
148 | 148 | "activityTitle": "Ear I", |
149 | 149 | "ImagePath":"", |
150 | - "OptionBox": [{"BoxName": "T1","topcoord":"118","leftcoord":"7","Answervalue":"","QuizText":"The external, visible portion of the ear is known as the <span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:170px;top:154px;' id='blockbox-T1' droppable='true' ></span> <span> .</span>"}, | |
151 | - {"BoxName": "T2","topcoord":"260","leftcoord":"7","Answervalue":"","QuizText":"The region of the ear containing the ossicles is the <span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:170px;top:186px;' id='blockbox-T2' droppable='true'></span><span> .</span>"}, | |
152 | - {"BoxName": "T3","topcoord":"316","leftcoord":"7","Answervalue":"","QuizText":"The region of the ear containing the sense organs for hearing and balance is the <span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:170px;top:221px;' id='blockbox-T3' droppable='true'></span><span> .</span>"}, | |
153 | - {"BoxName": "T4","topcoord":"363","leftcoord":"7","Answervalue":"","QuizText":"The portion of the ear containing the receptors for hearing is the <span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:185px;top:253px;' id='blockbox-T4' droppable='true'></span><span> .</span>"}], | |
150 | + "OptionBox": [{"BoxName": "T1","topcoord":"-162","leftcoord":"178","Answervalue":"","QuizText":"The external, visible portion of the ear is known as the <span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:154px;' id='blockbox-T1' droppable='true'></span> ----------------------------------- <span> .</span>"}, | |
151 | + {"BoxName": "T2","topcoord":"-124","leftcoord":"151","Answervalue":"","QuizText":"The region of the ear containing the ossicles is the <span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:192px;' id='blockbox-T2' droppable='true'></span>----------------------------------- <span> .</span>"}, | |
152 | + {"BoxName": "T3","topcoord":"-84","leftcoord":"346","Answervalue":"","QuizText":"The region of the ear containing the sense organs for hearing and balance is the <span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:233px;' id='blockbox-T3' droppable='true'></span>----------------------------------- <span> .</span>"}, | |
153 | + {"BoxName": "T4","topcoord":"-45","leftcoord":"245","Answervalue":"","QuizText":"The portion of the ear containing the receptors for hearing is the <span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:271px;' id='blockbox-T4' droppable='true'></span>----------------------------------- <span> .</span>"}], | |
154 | 154 | "Options": [{"OptionNumber": "A","OptionTitle": "auricle","textalign":"bottom"},{"OptionNumber": "B","OptionTitle": "middle","textalign":"bottom"}, |
155 | 155 | {"OptionNumber": "C","OptionTitle": "internal","textalign":"bottom"},{"OptionNumber": "D","OptionTitle": "cochlea","textalign":"bottom"}], |
156 | 156 | "correctResponse": [{"OptionBox": "T1","Answer": "A"},{"OptionBox": "T2","Answer": "B"},{"OptionBox": "T3","Answer": "C"},{"OptionBox": "T4","Answer": "D"}] |
... | ... | @@ -158,16 +158,16 @@ |
158 | 158 | "Number": "12", |
159 | 159 | "Title": "Drag the labels to the correct location on the image.", |
160 | 160 | "activityTitle": "Ear II", |
161 | - "ImagePath":"", | |
162 | - "OptionBox": [{"BoxName": "T1","topcoord":"10","leftcoord":"4","Answervalue":"","QuizText":"The portion of the ear commonly referred to as the 'ear drum' is the "}, | |
163 | - {"BoxName": "T2","topcoord":"100","leftcoord":"4","Answervalue":"","QuizText":"The portion of the ear containing the receptors for dynamic balance is the "}, | |
164 | - {"BoxName": "T3","topcoord":"191","leftcoord":"4","Answervalue":"","QuizText":"The ------------------ is the common name for the malleus."}, | |
165 | - {"BoxName": "T4","topcoord":"257","leftcoord":"4","Answervalue":"","QuizText":"The ------------------ is the common name for the incus."}, | |
166 | - {"BoxName": "T5","topcoord":"275","leftcoord":"4","Answervalue":"","QuizText":"The ------------------ is the common name for the stapes."}], | |
161 | + "ImagePath":"", | |
162 | + "OptionBox": [{"BoxName": "T1","topcoord":"-202","leftcoord":"274","Answervalue":"","QuizText":"The portion of the ear commonly referred to as the 'ear drum' is the <span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:154px;' id='blockbox-T1' droppable='true' ></span>---------------------------------- <span> .</span>"}, | |
163 | + {"BoxName": "T2","topcoord":"-163","leftcoord":"312","Answervalue":"","QuizText":"The portion of the ear containing the receptors for dynamic balance is the <span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:192px;' id='blockbox-T2' droppable='true'></span>---------------------------------- <span> .</span>"}, | |
164 | + {"BoxName": "T3","topcoord":"-122","leftcoord":"-144","Answervalue":"","QuizText":"The <span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:233px;' id='blockbox-T3' droppable='true'></span>---------------------------------- is the common name for the malleus."}, | |
165 | + {"BoxName": "T4","topcoord":"-84","leftcoord":"-144","Answervalue":"","QuizText":"The <span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:271px;' id='blockbox-T4' droppable='true'></span>---------------------------------- is the common name for the incus."}, | |
166 | + {"BoxName": "T5","topcoord":"-45","leftcoord":"-144","Answervalue":"","QuizText":"The <span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:310px;' id='blockbox-T5' droppable='true'></span>---------------------------------- is the common name for the stapes."}], | |
167 | 167 | "Options": [{"OptionNumber": "A","OptionTitle": "tympanic membrane","textalign":"bottom"},{"OptionNumber": "B","OptionTitle": "semicircular canal","textalign":"bottom"}, |
168 | 168 | {"OptionNumber": "C","OptionTitle": "hammer","textalign":"bottom"},{"OptionNumber": "D","OptionTitle": "anvil","textalign":"bottom"}, |
169 | 169 | {"OptionNumber": "E","OptionTitle": "stirrup","textalign":"bottom"}], |
170 | - "correctResponse": [{"OptionBox": "T1","Answer": "A"},{"OptionBox": "T2","Answer": "B"},{"OptionBox": "T3","Answer": "AC"},{"OptionBox": "T4","Answer": "D"},{"OptionBox": "T5","Answer": "E"}] | |
170 | + "correctResponse": [{"OptionBox": "T1","Answer": "A"},{"OptionBox": "T2","Answer": "B"},{"OptionBox": "T3","Answer": "C"},{"OptionBox": "T4","Answer": "D"},{"OptionBox": "T5","Answer": "E"}] | |
171 | 171 | }] |
172 | 172 | }] |
173 | 173 | } |
174 | 174 | \ No newline at end of file | ... | ... |
400-SOURCECODE/AIAHTML5.Web/content/data/json/le/qz_dat_ur.json
0 โ 100644
1 | +๏ปฟ{"LabExercise" : [ | |
2 | + { | |
3 | + "Topic": "Urinary System", | |
4 | + "Slug": "qz_dat_ur", | |
5 | + "TopicImagePath": "lab-exercises-11.jpg", | |
6 | + "NumberofQuestions": "12", | |
7 | + "Questions": [ | |
8 | + { | |
9 | + "Number": "1", | |
10 | + "Title": "Drag the labels to the correct location on the image.", | |
11 | + "activityTitle": "Female Urinary (Med)", | |
12 | + "ImagePath":"UR-01.JPG", | |
13 | + "OptionBox": [{"BoxName": "T1","topcoord":"135","leftcoord":"2","Answervalue":"","QuizText":""},{"BoxName": "T2","topcoord":"209","leftcoord":"2","Answervalue":"","QuizText":""}, | |
14 | + {"BoxName": "T3","topcoord":"244","leftcoord":"2","Answervalue":"","QuizText":""},{"BoxName": "T4","topcoord":"302","leftcoord":"2","Answervalue":"","QuizText":""}, | |
15 | + {"BoxName": "T5","topcoord":"6","leftcoord":"672","Answervalue":"","QuizText":""},{"BoxName": "T6","topcoord":"196","leftcoord":"672","Answervalue":"","QuizText":""}, | |
16 | + {"BoxName": "T7","topcoord":"233","leftcoord":"672","Answervalue":"","QuizText":""},{"BoxName": "T8","topcoord":"299","leftcoord":"672","Answervalue":"","QuizText":""}], | |
17 | + "Options": [{"OptionNumber": "A","OptionTitle": "Ureter","textalign":"bottom"},{"OptionNumber": "B","OptionTitle": "Urinary bladder","textalign":"bottom"}, | |
18 | + {"OptionNumber": "C","OptionTitle": "Pubic symphysis","textalign":"bottom"},{"OptionNumber": "D","OptionTitle": "Orifice of ureter","textalign":"bottom"}, | |
19 | + {"OptionNumber": "E","OptionTitle": "Urethra","textalign":"bottom"},{"OptionNumber": "F","OptionTitle": "Vagina","textalign":"bottom"}, | |
20 | + {"OptionNumber": "G","OptionTitle": "Anus","textalign":"bottom"},{"OptionNumber": "H","OptionTitle": "Uterus","textalign":"bottom"}], | |
21 | + "correctResponse": [{"OptionBox": "T1","Answer": "H"},{"OptionBox": "T2","Answer": "D"},{"OptionBox": "T3","Answer": "F"},{"OptionBox": "T4","Answer": "G"}, | |
22 | + {"OptionBox": "T5","Answer": "A"},{"OptionBox": "T6","Answer": "B"},{"OptionBox": "T7","Answer": "C"},{"OptionBox": "T8","Answer": "E"}] | |
23 | + },{ | |
24 | + "Number": "2", | |
25 | + "Title": "Drag the labels to the correct location on the image.", | |
26 | + "activityTitle": "Kidney I", | |
27 | + "ImagePath":"UR-02.JPG", | |
28 | + "OptionBox": [{"BoxName": "T1","topcoord":"46","leftcoord":"2","Answervalue":"","QuizText":""},{"BoxName": "T2","topcoord":"104","leftcoord":"2","Answervalue":"","QuizText":""}, | |
29 | + {"BoxName": "T3","topcoord":"167","leftcoord":"2","Answervalue":"","QuizText":""},{"BoxName": "T4","topcoord":"216","leftcoord":"2","Answervalue":"","QuizText":""}, | |
30 | + {"BoxName": "T5","topcoord":"85","leftcoord":"612","Answervalue":"","QuizText":""},{"BoxName": "T6","topcoord":"179","leftcoord":"612","Answervalue":"","QuizText":""}, | |
31 | + {"BoxName": "T7","topcoord":"313","leftcoord":"612","Answervalue":"","QuizText":""},{"BoxName": "T8","topcoord":"431","leftcoord":"612","Answervalue":"","QuizText":""}], | |
32 | + "Options": [{"OptionNumber": "A","OptionTitle": "Renal cortex","textalign":"left"},{"OptionNumber": "B","OptionTitle": "Renal medulla","textalign":"right"}, | |
33 | + {"OptionNumber": "C","OptionTitle": "Renal pyramid","textalign":"left"},{"OptionNumber": "D","OptionTitle": "Renal column","textalign":"right"}, | |
34 | + {"OptionNumber": "E","OptionTitle": "Minor calix","textalign":"left"},{"OptionNumber": "F","OptionTitle": "Major calix","textalign":"right"}, | |
35 | + {"OptionNumber": "G","OptionTitle": "Renal pelvis","textalign":"left"},{"OptionNumber": "H","OptionTitle": "Ureter","textalign":"right"}], | |
36 | + "correctResponse": [{"OptionBox": "T1","Answer": "B"},{"OptionBox": "T2","Answer": "A"},{"OptionBox": "T3","Answer": "D"},{"OptionBox": "T4","Answer": "F"}, | |
37 | + {"OptionBox": "T5","Answer": "C"},{"OptionBox": "T6","Answer": "E"},{"OptionBox": "T7","Answer": "G"},{"OptionBox": "T8","Answer": "H"}] | |
38 | + },{ | |
39 | + "Number": "3", | |
40 | + "Title": "Drag the labels to the correct location on the image.", | |
41 | + "activityTitle": "Kidney II", | |
42 | + "ImagePath":"UR-03.JPG", | |
43 | + "OptionBox": [{"BoxName": "T1","topcoord":"228","leftcoord":"3","Answervalue":"","QuizText":""},{"BoxName": "T2","topcoord":"297","leftcoord":"3","Answervalue":"","QuizText":""}, | |
44 | + {"BoxName": "T3","topcoord":"356","leftcoord":"3","Answervalue":"","QuizText":""},{"BoxName": "T4","topcoord":"25","leftcoord":"620","Answervalue":"","QuizText":""}, | |
45 | + {"BoxName": "T5","topcoord":"180","leftcoord":"620","Answervalue":"","QuizText":""}], | |
46 | + "Options": [{"OptionNumber": "A","OptionTitle": "Renal artery","textalign":"left"},{"OptionNumber": "B","OptionTitle": "Segmental artery","textalign":"right"}, | |
47 | + {"OptionNumber": "C","OptionTitle": "Interlobar artery","textalign":"left"},{"OptionNumber": "D","OptionTitle": "Arcuate artery","textalign":"right"}, | |
48 | + {"OptionNumber": "E","OptionTitle": "Interlobular artery","textalign":"left"}], | |
49 | + "correctResponse": [{"OptionBox": "T1","Answer": "B"},{"OptionBox": "T2","Answer": "C"},{"OptionBox": "T3","Answer": "D"},{"OptionBox": "T4","Answer": "E"}, | |
50 | + {"OptionBox": "T5","Answer": "A"}] | |
51 | + },{ | |
52 | + "Number": "4", | |
53 | + "Title": "Drag the labels to the correct location on the image.", | |
54 | + "activityTitle": "Nephron I", | |
55 | + "ImagePath":"UR-04.JPG", | |
56 | + "OptionBox": [{"BoxName": "T1","topcoord":"55","leftcoord":"3","Answervalue":"","QuizText":""},{"BoxName": "T2","topcoord":"92","leftcoord":"3","Answervalue":"","QuizText":""}, | |
57 | + {"BoxName": "T3","topcoord":"131","leftcoord":"3","Answervalue":"","QuizText":""},{"BoxName": "T4","topcoord":"193","leftcoord":"3","Answervalue":"","QuizText":""}, | |
58 | + {"BoxName": "T5","topcoord":"247","leftcoord":"3","Answervalue":"","QuizText":""},{"BoxName": "T6","topcoord":"118","leftcoord":"612","Answervalue":"","QuizText":""}, | |
59 | + {"BoxName": "T7","topcoord":"231","leftcoord":"612","Answervalue":"","QuizText":""},{"BoxName": "T8","topcoord":"341","leftcoord":"612","Answervalue":"","QuizText":""}], | |
60 | + "Options": [{"OptionNumber": "A","OptionTitle": "Afferent arterioloe","textalign":"left"},{"OptionNumber": "B","OptionTitle": "Efferent arteriole","textalign":"right"}, | |
61 | + {"OptionNumber": "C","OptionTitle": "Peritubular capillary","textalign":"left"},{"OptionNumber": "D","OptionTitle": "Vasa recta","textalign":"left"}, | |
62 | + {"OptionNumber": "E","OptionTitle": "Interlobular vein","textalign":"right"},{"OptionNumber": "F","OptionTitle": "Interlobular artery","textalign":"right"}, | |
63 | + {"OptionNumber": "G","OptionTitle": "Arcuate artery","textalign":"right"},{"OptionNumber": "H","OptionTitle": "Arcuate vein","textalign":"left"}], | |
64 | + "correctResponse": [{"OptionBox": "T1","Answer": "B"},{"OptionBox": "T2","Answer": "A"},{"OptionBox": "T3","Answer": "E"},{"OptionBox": "T4","Answer": "F"}, | |
65 | + {"OptionBox": "T5","Answer": "H"},{"OptionBox": "T6","Answer": "C"},{"OptionBox": "T7","Answer": "G"},{"OptionBox": "T8","Answer": "D"}] | |
66 | + },{ | |
67 | + "Number": "5", | |
68 | + "Title": "Drag the labels to the correct location on the image.", | |
69 | + "activityTitle": "Nephron II", | |
70 | + "ImagePath":"UR-05.JPG", | |
71 | + "OptionBox": [{"BoxName": "T1","topcoord":"77","leftcoord":"2","Answervalue":"","QuizText":""},{"BoxName": "T2","topcoord":"215","leftcoord":"2","Answervalue":"","QuizText":""}, | |
72 | + {"BoxName": "T3","topcoord":"403","leftcoord":"2","Answervalue":"","QuizText":""},{"BoxName": "T4","topcoord":"36","leftcoord":"579","Answervalue":"","QuizText":""}, | |
73 | + {"BoxName": "T5","topcoord":"107","leftcoord":"579","Answervalue":"","QuizText":""},{"BoxName": "T6","topcoord":"163","leftcoord":"579","Answervalue":"","QuizText":""}, | |
74 | + {"BoxName": "T7","topcoord":"386","leftcoord":"579","Answervalue":"","QuizText":""}], | |
75 | + "Options": [{"OptionNumber": "A","OptionTitle": "Glomerulus","textalign":"left"},{"OptionNumber": "B","OptionTitle": "Proximal convoluted tubule","textalign":"right"}, | |
76 | + {"OptionNumber": "C","OptionTitle": "Distal convoluted tubule","textalign":"left"},{"OptionNumber": "D","OptionTitle": "Duct of Bellini","textalign":"left"}, | |
77 | + {"OptionNumber": "E","OptionTitle": "Collecting tubule","textalign":"left"},{"OptionNumber": "F","OptionTitle": "Ascending limb of loop of Henle","textalign":"right"}, | |
78 | + {"OptionNumber": "G","OptionTitle": "Descending limb of loop of Henle","textalign":"right"}], | |
79 | + "correctResponse": [{"OptionBox": "T1","Answer": "A"},{"OptionBox": "T2","Answer": "F"},{"OptionBox": "T3","Answer": "G"},{"OptionBox": "T4","Answer": "C"}, | |
80 | + {"OptionBox": "T5","Answer": "B"},{"OptionBox": "T6","Answer": "E"},{"OptionBox": "T7","Answer": "D"}] | |
81 | + },{ | |
82 | + "Number": "6", | |
83 | + "Title": "Drag the labels to the correct location on the image.", | |
84 | + "activityTitle": "Male Urinary (Med)", | |
85 | + "ImagePath":"UR-06.JPG", | |
86 | + "OptionBox": [{"BoxName": "T1","topcoord":"56","leftcoord":"2","Answervalue":"","QuizText":""},{"BoxName": "T2","topcoord":"175","leftcoord":"2","Answervalue":"","QuizText":""}, | |
87 | + {"BoxName": "T3","topcoord":"46","leftcoord":"897","Answervalue":"","QuizText":""},{"BoxName": "T4","topcoord":"139","leftcoord":"897","Answervalue":"","QuizText":""}, | |
88 | + {"BoxName": "T5","topcoord":"194","leftcoord":"897","Answervalue":"","QuizText":""},{"BoxName": "T6","topcoord":"307","leftcoord":"897","Answervalue":"","QuizText":""}], | |
89 | + "Options": [{"OptionNumber": "A","OptionTitle": "Orifice of ureter","textalign":"bottom"},{"OptionNumber": "B","OptionTitle": "Urinary bladder","textalign":"bottom"}, | |
90 | + {"OptionNumber": "C","OptionTitle": "Prostatic part of urethras","textalign":"bottom"},{"OptionNumber": "D","OptionTitle": "External meatus of urethra","textalign":"bottom"}, | |
91 | + {"OptionNumber": "E","OptionTitle": "Spongy part of urethra","textalign":"bottom"},{"OptionNumber": "F","OptionTitle": "Membranous part of urethra","textalign":"bottom"}], | |
92 | + "correctResponse": [{"OptionBox": "T1","Answer": "A"},{"OptionBox": "T2","Answer": "F"},{"OptionBox": "T3","Answer": "B"},{"OptionBox": "T4","Answer": "C"}, | |
93 | + {"OptionBox": "T5","Answer": "E"},{"OptionBox": "T6","Answer": "D"}] | |
94 | + },{ | |
95 | + "Number": "7", | |
96 | + "Title": "Complete the statements below.", | |
97 | + "activityTitle": "Anatomy", | |
98 | + "ImagePath":"", | |
99 | + "OptionBox": [{"BoxName": "T1","topcoord":"-162","leftcoord":"-67","Answervalue":"","QuizText":"The <span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:154px;' id='blockbox-T1' droppable='true' ></span>----------------------------------- connects the kidney to the bladder."}, | |
100 | + {"BoxName": "T2","topcoord":"-123","leftcoord":"-67","Answervalue":"","QuizText":"The <span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:192px;' id='blockbox-T2' droppable='true'></span>----------------------------------- serves as a storage tank for urine."}, | |
101 | + {"BoxName": "T3","topcoord":"-84","leftcoord":"-67","Answervalue":"","QuizText":"The <span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:233px;' id='blockbox-T3' droppable='true'></span>----------------------------------- drains the bladder of urination."}, | |
102 | + {"BoxName": "T4","topcoord":"-46","leftcoord":"-67","Answervalue":"","QuizText":"The <span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:271px;' id='blockbox-T4' droppable='true'></span>----------------------------------- contains the nephrons responsible for filtering blood."}], | |
103 | + "Options": [{"OptionNumber": "A","OptionTitle": "ureter","textalign":"bottom"},{"OptionNumber": "B","OptionTitle": "bladder","textalign":"bottom"}, | |
104 | + {"OptionNumber": "C","OptionTitle": "urethra","textalign":"bottom"},{"OptionNumber": "D","OptionTitle": "kidney","textalign":"bottom"}], | |
105 | + "correctResponse": [{"OptionBox": "T1","Answer": "A"},{"OptionBox": "T2","Answer": "B"},{"OptionBox": "T3","Answer": "C"},{"OptionBox": "T4","Answer": "D"}] | |
106 | + },{ | |
107 | + "Number": "8", | |
108 | + "Title": "Complete the statements below.", | |
109 | + "activityTitle": "Urine I", | |
110 | + "ImagePath":"", | |
111 | + "OptionBox": [{"BoxName": "T1","topcoord":"-162","leftcoord":"-94","Answervalue":"","QuizText":"<span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:154px;' id='blockbox-T1' droppable='true' ></span>----------------------------------- is a feeling when it is necessary to void the bladder of urine."}, | |
112 | + {"BoxName": "T2","topcoord":"-123","leftcoord":"-94","Answervalue":"","QuizText":"<span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:192px;' id='blockbox-T2' droppable='true'></span>----------------------------------- is the frequent voiding of small amounts of urine."}, | |
113 | + {"BoxName": "T3","topcoord":"-84","leftcoord":"-94","Answervalue":"","QuizText":"<span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:233px;' id='blockbox-T3' droppable='true'></span>----------------------------------- is a condition where the bladder is unable to expel urine."}, | |
114 | + {"BoxName": "T4","topcoord":"-46","leftcoord":"-94","Answervalue":"","QuizText":"<span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:271px;' id='blockbox-T4' droppable='true'></span>----------------------------------- is a condition when a person is unable to voluntarily control the external urethral sphincter."}], | |
115 | + "Options": [{"OptionNumber": "A","OptionTitle": "Urgency","textalign":"bottom"},{"OptionNumber": "B","OptionTitle": "Frequency","textalign":"bottom"}, | |
116 | + {"OptionNumber": "C","OptionTitle": "Retention","textalign":"bottom"},{"OptionNumber": "D","OptionTitle": "Incontinence","textalign":"bottom"}], | |
117 | + "correctResponse": [{"OptionBox": "T1","Answer": "A"},{"OptionBox": "T2","Answer": "B"},{"OptionBox": "T3","Answer": "C"},{"OptionBox": "T4","Answer": "D"}] | |
118 | + },{ | |
119 | + "Number": "9", | |
120 | + "Title": "Complete the statements below.", | |
121 | + "activityTitle": "Kidney", | |
122 | + "ImagePath":"", | |
123 | + "OptionBox": [{"BoxName": "T1","topcoord":"-162","leftcoord":"315","Answervalue":"","QuizText":"The triangular structures found in the renal medulla are called <span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:154px;' id='blockbox-T1' droppable='true' ></span>----------------------------------- <span>.</span>"}, | |
124 | + {"BoxName": "T2","topcoord":"-123","leftcoord":"359","Answervalue":"","QuizText":"The collecting ducts of the nephrons drain into a small space called a <span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:192px;' id='blockbox-T2' droppable='true'></span>----------------------------------- <span>.</span>"}, | |
125 | + {"BoxName": "T3","topcoord":"-84","leftcoord":"387","Answervalue":"","QuizText":"The large, funnel-shaped chamber that drains into the ureter is called the <span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:233px;' id='blockbox-T3' droppable='true'></span>----------------------------------- <span>.</span>"}, | |
126 | + {"BoxName": "T4","topcoord":"-46","leftcoord":"374","Answervalue":"","QuizText":"The outer layer of the kidney containing the majority of nephrons is the <span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:271px;' id='blockbox-T4' droppable='true'></span>----------------------------------- <span>.</span>"}], | |
127 | + "Options": [{"OptionNumber": "A","OptionTitle": "pyramids","textalign":"bottom"},{"OptionNumber": "B","OptionTitle": "calyx","textalign":"bottom"}, | |
128 | + {"OptionNumber": "C","OptionTitle": "renal pelvis","textalign":"bottom"},{"OptionNumber": "D","OptionTitle": "cortex","textalign":"bottom"}], | |
129 | + "correctResponse": [{"OptionBox": "T1","Answer": "A"},{"OptionBox": "T2","Answer": "B"},{"OptionBox": "T3","Answer": "C"},{"OptionBox": "T4","Answer": "D"}] | |
130 | + },{ | |
131 | + "Number": "10", | |
132 | + "Title": "Complete the statements below.", | |
133 | + "activityTitle": "Blood Supply", | |
134 | + "ImagePath":"", | |
135 | + "OptionBox": [{"BoxName": "T1","topcoord":"-162","leftcoord":"-67","Answervalue":"","QuizText":"The <span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:154px;' id='blockbox-T1' droppable='true' ></span>----------------------------------- supplies blood to the kidney."}, | |
136 | + {"BoxName": "T2","topcoord":"-123","leftcoord":"-67","Answervalue":"","QuizText":"The <span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:192px;' id='blockbox-T2' droppable='true'></span>----------------------------------- is the site for the filtration of blood."}, | |
137 | + {"BoxName": "T3","topcoord":"-84","leftcoord":"-67","Answervalue":"","QuizText":"The <span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:233px;' id='blockbox-T3' droppable='true'></span>----------------------------------- collect reabsorbed fluid from the renal tubules."}, | |
138 | + {"BoxName": "T4","topcoord":"-46","leftcoord":"-67","Answervalue":"","QuizText":"The <span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:271px;' id='blockbox-T4' droppable='true'></span>----------------------------------- delivers blood to the glomerulus."}], | |
139 | + "Options": [{"OptionNumber": "A","OptionTitle": "renal artery","textalign":"bottom"},{"OptionNumber": "B","OptionTitle": "glomerulus","textalign":"bottom"}, | |
140 | + {"OptionNumber": "C","OptionTitle": "peritubular capillaries","textalign":"bottom"},{"OptionNumber": "D","OptionTitle": "afferent arteriole","textalign":"bottom"}], | |
141 | + "correctResponse": [{"OptionBox": "T1","Answer": "A"},{"OptionBox": "T2","Answer": "B"},{"OptionBox": "T3","Answer": "C"},{"OptionBox": "T4","Answer": "D"}] | |
142 | + },{ | |
143 | + "Number": "11", | |
144 | + "Title": "Complete the statements below.", | |
145 | + "activityTitle": "Bladder", | |
146 | + "ImagePath":"", | |
147 | + "OptionBox": [{"BoxName": "T1","topcoord":"-162","leftcoord":"-67","Answervalue":"","QuizText":"The <span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:154px;' id='blockbox-T1' droppable='true' ></span>----------------------------------- muscle contracts to push urine out of the bladder."}, | |
148 | + {"BoxName": "T2","topcoord":"-123","leftcoord":"-67","Answervalue":"","QuizText":"The <span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:192px;' id='blockbox-T2' droppable='true'></span>----------------------------------- is the triangular region of the bladder between the openings for the ureters and urethra."}, | |
149 | + {"BoxName": "T3","topcoord":"-84","leftcoord":"-67","Answervalue":"","QuizText":"The <span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:233px;' id='blockbox-T3' droppable='true'></span>----------------------------------- sphincter is voluntary and made of skeletal muscle."}, | |
150 | + {"BoxName": "T4","topcoord":"-46","leftcoord":"-67","Answervalue":"","QuizText":"The <span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:271px;' id='blockbox-T4' droppable='true'></span>----------------------------------- sphincter is involuntary and made of smooth muscle."}], | |
151 | + "Options": [{"OptionNumber": "A","OptionTitle": "detrusor","textalign":"bottom"},{"OptionNumber": "B","OptionTitle": "trigone","textalign":"bottom"}, | |
152 | + {"OptionNumber": "C","OptionTitle": "external urethral","textalign":"bottom"},{"OptionNumber": "D","OptionTitle": "internal urethral","textalign":"bottom"}], | |
153 | + "correctResponse": [{"OptionBox": "T1","Answer": "A"},{"OptionBox": "T2","Answer": "B"},{"OptionBox": "T3","Answer": "C"},{"OptionBox": "T4","Answer": "D"}] | |
154 | + },{ | |
155 | + "Number": "12", | |
156 | + "Title": "Complete the statements below.", | |
157 | + "activityTitle": "Urine II", | |
158 | + "ImagePath":"", | |
159 | + "OptionBox": [{"BoxName": "T1","topcoord":"-162","leftcoord":"213","Answervalue":"","QuizText":"The presence of sugar in the urine is known as <span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:154px;' id='blockbox-T1' droppable='true' ></span>----------------------------------- <span> .</span>"}, | |
160 | + {"BoxName": "T2","topcoord":"-123","leftcoord":"201","Answervalue":"","QuizText":"The presence of pus in the urine is known as <span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:192px;' id='blockbox-T2' droppable='true'></span>----------------------------------- <span> .</span>"}, | |
161 | + {"BoxName": "T3","topcoord":"-84","leftcoord":"214","Answervalue":"","QuizText":"The presence of blood in the urine is known as <span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:233px;' id='blockbox-T3' droppable='true'></span>----------------------------------- <span> .</span>"}, | |
162 | + {"BoxName": "T4","topcoord":"-46","leftcoord":"268","Answervalue":"","QuizText":"The presence of ketone bodies in the urine is known as <span style='position: absolute;border: 0px solid rgb(51, 51, 51); background: rgb(232, 232, 232);height:30px;width:160px;top:271px;' id='blockbox-T4' droppable='true'></span>----------------------------------- <span> .</span>"}], | |
163 | + "Options": [{"OptionNumber": "A","OptionTitle": "glycosuria","textalign":"bottom"},{"OptionNumber": "B","OptionTitle": "pyuria","textalign":"bottom"}, | |
164 | + {"OptionNumber": "C","OptionTitle": "hematuria","textalign":"bottom"},{"OptionNumber": "D","OptionTitle": "ketonuria","textalign":"bottom"}], | |
165 | + "correctResponse": [{"OptionBox": "T1","Answer": "A"},{"OptionBox": "T2","Answer": "B"},{"OptionBox": "T3","Answer": "C"},{"OptionBox": "T4","Answer": "D"}] | |
166 | + }] | |
167 | + }] | |
168 | +} | |
0 | 169 | \ No newline at end of file | ... | ... |
400-SOURCECODE/AIAHTML5.Web/content/images/LE/qz_dat_ur/UR-01.JPG
0 โ 100644
86.1 KB
400-SOURCECODE/AIAHTML5.Web/content/images/LE/qz_dat_ur/UR-02.JPG
0 โ 100644
62.6 KB
400-SOURCECODE/AIAHTML5.Web/content/images/LE/qz_dat_ur/UR-03.JPG
0 โ 100644
59.9 KB
400-SOURCECODE/AIAHTML5.Web/content/images/LE/qz_dat_ur/UR-04.JPG
0 โ 100644
52 KB
400-SOURCECODE/AIAHTML5.Web/content/images/LE/qz_dat_ur/UR-05.JPG
0 โ 100644
51 KB
400-SOURCECODE/AIAHTML5.Web/content/images/LE/qz_dat_ur/UR-06.JPG
0 โ 100644
102 KB
400-SOURCECODE/AIAHTML5.Web/index.html
... | ... | @@ -2,8 +2,8 @@ |
2 | 2 | <html lang="en" ng-cloak ng-app="AIA"> |
3 | 3 | <head> |
4 | 4 | <!--<base href="/AIAHTML5/" />--> |
5 | - <!--<base href="/AIA/" />--> | |
6 | - <base href="/" /> | |
5 | + <base href="/AIA/" /> | |
6 | + <!--<base href="/" />--> | |
7 | 7 | <meta charset="utf-8"> |
8 | 8 | <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
9 | 9 | <!--<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">--> | ... | ... |