Commit 80656ba9984780431e522f371153db4be1283e63
1 parent
3961a190
Option alignment done for 5 modules
Showing
6 changed files
with
234 additions
and
234 deletions
400-SOURCECODE/AIAHTML5.Web/app/views/LabExerc/lab-exercises-detail.html
... | ... | @@ -32,11 +32,11 @@ |
32 | 32 | </ul>--> |
33 | 33 | </div> |
34 | 34 | <div align="center" class="dragger"> |
35 | - <div class="col-sm-2" style="padding-top: 150px; height: 500px; " id="divleft" droppable="true"> | |
35 | + <div class="col-sm-1" style="padding-top: 150px; height: 500px; " id="divleft" droppable="true"> | |
36 | 36 | <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> |
37 | 37 | </div> |
38 | - <div class="col-sm-8"> | |
39 | - <div style="position: relative;" id="imgdiv"> | |
38 | + <div class="col-sm-9"> | |
39 | + <div style="position: relative; margin-left: 70px;" id="imgdiv"> | |
40 | 40 | <div id="imgblock"> |
41 | 41 | <img id="droppable" ng-src="content/images/LE/{{Imagepath}}" alt="" ng-click="onClick()" imageonload /> |
42 | 42 | </div> |
... | ... | @@ -45,13 +45,13 @@ |
45 | 45 | <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': '#E8E8E8','font-size': '12px','border-color':'#FF0000','padding-top':'5px'}">{{ans.Value}}</div> |
46 | 46 | </div> |
47 | 47 | |
48 | - <div class="col-sm-12" style="margin-left: 100px; margin-top: 0px; height:80px;" id="divoptions" droppable="true" > | |
48 | + <div class="col-sm-12" style="margin-left: 200px; margin-top: 10px; height:80px;" id="divoptions" droppable="true" > | |
49 | 49 | <!--<div class="col-sm-3 col-lg-3 ui-draggable" >--> |
50 | 50 | <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> |
51 | 51 | <!--</div>--> |
52 | 52 | </div> |
53 | 53 | </div> |
54 | - <div class="col-sm-2" style="padding-top: 150px; height: 500px; " id="divright" droppable="true"> | |
54 | + <div class="col-sm-1" style="padding-top: 150px; height: 500px; " id="divright" droppable="true"> | |
55 | 55 | <div draggable="true" ng-repeat="option in LabExerciseModules.Options | filter:{'textalign':'right'}" 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> |
56 | 56 | </div> |
57 | 57 | </div> | ... | ... |
400-SOURCECODE/AIAHTML5.Web/content/data/json/le/CS.json
... | ... | @@ -78,10 +78,10 @@ |
78 | 78 | {"BoxName": "T3","topcoord":"237","leftcoord":"12","Answervalue":"","QuizText":""},{"BoxName": "T4","topcoord":"341","leftcoord":"12","Answervalue":"","QuizText":""}, |
79 | 79 | {"BoxName": "T5","topcoord":"4","leftcoord":"772","Answervalue":"","QuizText":""},{"BoxName": "T6","topcoord":"107","leftcoord":"772","Answervalue":"","QuizText":""}, |
80 | 80 | {"BoxName": "T7","topcoord":"158","leftcoord":"772","Answervalue":"","QuizText":""},{"BoxName": "T8","topcoord":"239","leftcoord":"772","Answervalue":"","QuizText":""}], |
81 | - "Options": [{"OptionNumber": "A","OptionTitle": "Left axillary artery"},{"OptionNumber": "B","OptionTitle": "Brachiocephailic trunk"}, | |
82 | - {"OptionNumber": "C","OptionTitle": "Right common carotid artery"},{"OptionNumber": "D","OptionTitle": "Left common carotid artery"}, | |
83 | - {"OptionNumber": "E","OptionTitle": "Left subclavian artery"},{"OptionNumber": "F","OptionTitle": "Right axillary artery"}, | |
84 | - {"OptionNumber": "G","OptionTitle": "Arch of aorta"},{"OptionNumber": "H","OptionTitle": "Thoracic aorta"}], | |
81 | + "Options": [{"OptionNumber": "A","OptionTitle": "Left axillary artery","textalign":"bottom"},{"OptionNumber": "B","OptionTitle": "Brachiocephailic trunk","textalign":"bottom"}, | |
82 | + {"OptionNumber": "C","OptionTitle": "Right common carotid artery","textalign":"bottom"},{"OptionNumber": "D","OptionTitle": "Left common carotid artery","textalign":"bottom"}, | |
83 | + {"OptionNumber": "E","OptionTitle": "Left subclavian artery","textalign":"bottom"},{"OptionNumber": "F","OptionTitle": "Right axillary artery","textalign":"bottom"}, | |
84 | + {"OptionNumber": "G","OptionTitle": "Arch of aorta","textalign":"bottom"},{"OptionNumber": "H","OptionTitle": "Thoracic aorta","textalign":"bottom"}], | |
85 | 85 | "correctResponse": [{"OptionBox": "T1","Answer": "C"},{"OptionBox": "T2","Answer": "B"},{"OptionBox": "T3","Answer": "F"},{"OptionBox": "T4", |
86 | 86 | "Answer": "G"},{"OptionBox": "T5","Answer": "D"},{"OptionBox": "T6","Answer": "E"},{"OptionBox": "T7","Answer": "A"},{"OptionBox": "T7","Answer": "H"}] |
87 | 87 | }, |
... | ... | @@ -94,10 +94,10 @@ |
94 | 94 | {"BoxName": "T3","topcoord":"260","leftcoord":"6","Answervalue":"","QuizText":""},{"BoxName": "T4","topcoord":"41","leftcoord":"616","Answervalue":"","QuizText":""}, |
95 | 95 | {"BoxName": "T5","topcoord":"170","leftcoord":"616","Answervalue":"","QuizText":""},{"BoxName": "T6","topcoord":"232","leftcoord":"616","Answervalue":"","QuizText":""}, |
96 | 96 | {"BoxName": "T7","topcoord":"312","leftcoord":"616","Answervalue":"","QuizText":""},{"BoxName": "T8","topcoord":"380","leftcoord":"616","Answervalue":"","QuizText":""}], |
97 | - "Options": [{"OptionNumber": "A","OptionTitle": "Femoral artery"},{"OptionNumber": "B","OptionTitle": "Left common iliac artery"}, | |
98 | - {"OptionNumber": "C","OptionTitle": "Superior mesenteric artery"},{"OptionNumber": "D","OptionTitle": "Celiac trunk"}, | |
99 | - {"OptionNumber": "E","OptionTitle": "Inferior mesenteric artery"},{"OptionNumber": "F","OptionTitle": "Right renal artery"}, | |
100 | - {"OptionNumber": "G","OptionTitle": "Right testicular artery"},{"OptionNumber": "H","OptionTitle": "Left renal artery"}], | |
97 | + "Options": [{"OptionNumber": "A","OptionTitle": "Femoral artery","textalign":"left"},{"OptionNumber": "B","OptionTitle": "Left common iliac artery","textalign":"left"}, | |
98 | + {"OptionNumber": "C","OptionTitle": "Superior mesenteric artery","textalign":"left"},{"OptionNumber": "D","OptionTitle": "Celiac trunk","textalign":"left"}, | |
99 | + {"OptionNumber": "E","OptionTitle": "Inferior mesenteric artery","textalign":"right"},{"OptionNumber": "F","OptionTitle": "Right renal artery","textalign":"right"}, | |
100 | + {"OptionNumber": "G","OptionTitle": "Right testicular artery","textalign":"right"},{"OptionNumber": "H","OptionTitle": "Left renal artery","textalign":"right"}], | |
101 | 101 | "correctResponse": [{"OptionBox": "T1","Answer": "C"},{"OptionBox": "T2","Answer": "F"},{"OptionBox": "T3","Answer": "G"},{"OptionBox": "T4", |
102 | 102 | "Answer": "D"},{"OptionBox": "T5","Answer": "H"},{"OptionBox": "T6","Answer": "E"},{"OptionBox": "T7","Answer": "B"}, |
103 | 103 | {"OptionBox": "T8","Answer": "A"}] |
... | ... | @@ -109,8 +109,8 @@ |
109 | 109 | "activityTitle": "Arteries of Trunk III", |
110 | 110 | "OptionBox": [{"BoxName": "T1","topcoord":"96","leftcoord":"18","Answervalue":"","QuizText":""},{"BoxName": "T2","topcoord":"191","leftcoord":"18","Answervalue":"","QuizText":""}, |
111 | 111 | {"BoxName": "T3","topcoord":"141","leftcoord":"628","Answervalue":"","QuizText":""},{"BoxName": "T4","topcoord":"245","leftcoord":"628","Answervalue":"","QuizText":""}], |
112 | - "Options": [{"OptionNumber": "A","OptionTitle": "Right common iliac artery"},{"OptionNumber": "B","OptionTitle": "External iliac artery"}, | |
113 | - {"OptionNumber": "C","OptionTitle": "Abdominal aorta"},{"OptionNumber": "D","OptionTitle": "Internal iliac artery"}], | |
112 | + "Options": [{"OptionNumber": "A","OptionTitle": "Right common iliac artery","textalign":"bottom"},{"OptionNumber": "B","OptionTitle": "External iliac artery","textalign":"bottom"}, | |
113 | + {"OptionNumber": "C","OptionTitle": "Abdominal aorta","textalign":"bottom"},{"OptionNumber": "D","OptionTitle": "Internal iliac artery","textalign":"bottom"}], | |
114 | 114 | "correctResponse": [{"OptionBox": "T1","Answer": "C"},{"OptionBox": "T2","Answer": "A"},{"OptionBox": "T3","Answer": "D"},{"OptionBox": "T4", |
115 | 115 | "Answer": "B"}] |
116 | 116 | }, |
... | ... | @@ -123,10 +123,10 @@ |
123 | 123 | {"BoxName": "T3","topcoord":"285","leftcoord":"7","Answervalue":"","QuizText":""},{"BoxName": "T4","topcoord":"373","leftcoord":"7","Answervalue":"","QuizText":""}, |
124 | 124 | {"BoxName": "T5","topcoord":"34","leftcoord":"617","Answervalue":"","QuizText":""},{"BoxName": "T6","topcoord":"125","leftcoord":"617","Answervalue":"","QuizText":""}, |
125 | 125 | {"BoxName": "T7","topcoord":"301","leftcoord":"617","Answervalue":"","QuizText":""},{"BoxName": "T8","topcoord":"367","leftcoord":"617","Answervalue":"","QuizText":""}], |
126 | - "Options": [{"OptionNumber": "A","OptionTitle": "Ulnar artery"},{"OptionNumber": "B","OptionTitle": "Deep palmar arterial arch"}, | |
127 | - {"OptionNumber": "C","OptionTitle": "Superficial palmar arterial arch"},{"OptionNumber": "D","OptionTitle": "Radial artery"}, | |
128 | - {"OptionNumber": "E","OptionTitle": "Deep brachial artery"},{"OptionNumber": "F","OptionTitle": "Axillary artery"}, | |
129 | - {"OptionNumber": "G","OptionTitle": "Subclavian artery"},{"OptionNumber": "H","OptionTitle": "Brachial artery"}], | |
126 | + "Options": [{"OptionNumber": "A","OptionTitle": "Ulnar artery","textalign":"left"},{"OptionNumber": "B","OptionTitle": "Deep palmar arterial arch","textalign":"left"}, | |
127 | + {"OptionNumber": "C","OptionTitle": "Superficial palmar arterial arch","textalign":"left"},{"OptionNumber": "D","OptionTitle": "Radial artery","textalign":"left"}, | |
128 | + {"OptionNumber": "E","OptionTitle": "Deep brachial artery","textalign":"right"},{"OptionNumber": "F","OptionTitle": "Axillary artery","textalign":"right"}, | |
129 | + {"OptionNumber": "G","OptionTitle": "Subclavian artery","textalign":"right"},{"OptionNumber": "H","OptionTitle": "Brachial artery","textalign":"right"}], | |
130 | 130 | "correctResponse": [{"OptionBox": "T1","Answer": "F"},{"OptionBox": "T2","Answer": "E"},{"OptionBox": "T3","Answer": "D"},{"OptionBox": "T4","Answer": "C"}, |
131 | 131 | {"OptionBox": "T5","Answer": "G"},{"OptionBox": "T6","Answer": "H"},{"OptionBox": "T7","Answer": "A"},{"OptionBox": "T8","Answer": "B"}] |
132 | 132 | }, |
... | ... | @@ -138,9 +138,9 @@ |
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 | 140 | {"BoxName": "T5","topcoord":"94","leftcoord":"580","Answervalue":"","QuizText":""},{"BoxName": "T6","topcoord":"404","leftcoord":"580","Answervalue":"","QuizText":""}], |
141 | - "Options": [{"OptionNumber": "A","OptionTitle": "Common iliac artery"},{"OptionNumber": "B","OptionTitle": "Internal iliac artery"}, | |
142 | - {"OptionNumber": "C","OptionTitle": "External iliac artery"},{"OptionNumber": "D","OptionTitle": "Lateral circumflex femoral artery"}, | |
143 | - {"OptionNumber": "E","OptionTitle": "Deep femoral artery"},{"OptionNumber": "F","OptionTitle": "Femoral artery"}], | |
141 | + "Options": [{"OptionNumber": "A","OptionTitle": "Common iliac artery","textalign":"left"},{"OptionNumber": "B","OptionTitle": "Internal iliac artery","textalign":"left"}, | |
142 | + {"OptionNumber": "C","OptionTitle": "External iliac artery","textalign":"left"},{"OptionNumber": "D","OptionTitle": "Lateral circumflex femoral artery","textalign":"right"}, | |
143 | + {"OptionNumber": "E","OptionTitle": "Deep femoral artery","textalign":"right"},{"OptionNumber": "F","OptionTitle": "Femoral artery","textalign":"right"}], | |
144 | 144 | "correctResponse": [{"OptionBox": "T1","Answer": "C"},{"OptionBox": "T2","Answer": "D"},{"OptionBox": "T3","Answer": "E"},{"OptionBox": "T4","Answer": "A"}, |
145 | 145 | {"OptionBox": "T5","Answer": "B"},{"OptionBox": "T6","Answer": "F"}] |
146 | 146 | }, |
... | ... | @@ -151,8 +151,8 @@ |
151 | 151 | "activityTitle": "Arteries of Lower Limb (Post)", |
152 | 152 | "OptionBox": [{"BoxName": "T1","topcoord":"63","leftcoord":"4","Answervalue":"","QuizText":""},{"BoxName": "T2","topcoord":"182","leftcoord":"4","Answervalue":"","QuizText":""}, |
153 | 153 | {"BoxName": "T3","topcoord":"17","leftcoord":"573","Answervalue":"","QuizText":""},{"BoxName": "T4","topcoord":"428","leftcoord":"573","Answervalue":"","QuizText":""}], |
154 | - "Options": [{"OptionNumber": "A","OptionTitle": "Lateral circumflex femoral artery"},{"OptionNumber": "B","OptionTitle": "Deep femoral artery"}, | |
155 | - {"OptionNumber": "C","OptionTitle": "Femoral artery"},{"OptionNumber": "D","OptionTitle": "Popliteal artery"}], | |
154 | + "Options": [{"OptionNumber": "A","OptionTitle": "Lateral circumflex femoral artery","textalign":"left"},{"OptionNumber": "B","OptionTitle": "Deep femoral artery","textalign":"left"}, | |
155 | + {"OptionNumber": "C","OptionTitle": "Femoral artery","textalign":"right"},{"OptionNumber": "D","OptionTitle": "Popliteal artery","textalign":"right"}], | |
156 | 156 | "correctResponse": [{"OptionBox": "T1","Answer": "B"},{"OptionBox": "T2","Answer": "C"},{"OptionBox": "T3","Answer": "A"},{"OptionBox": "T4","Answer": "D"}] |
157 | 157 | }, |
158 | 158 | { |
... | ... | @@ -161,11 +161,11 @@ |
161 | 161 | "ImagePath":"CS-11.JPG", |
162 | 162 | "activityTitle": "Veins of Head & Neck", |
163 | 163 | "OptionBox": [{"BoxName": "T1","topcoord":"130","leftcoord":"7","Answervalue":"","QuizText":""},{"BoxName": "T2","topcoord":"210","leftcoord":"7","Answervalue":"","QuizText":""}, |
164 | - {"BoxName": "T3","topcoord":"403","leftcoord":"7","Answervalue":"","QuizText":""},{"BoxName": "189","topcoord":"15","leftcoord":"616","Answervalue":"","QuizText":""}, | |
165 | - {"BoxName": "T5","topcoord":"246","leftcoord":"616","Answervalue":"","QuizText":""},{"BoxName": "T6","topcoord":"413","leftcoord":"616","Answervalue":"","QuizText":""}], | |
166 | - "Options": [{"OptionNumber": "A","OptionTitle": "External jugular vein"},{"OptionNumber": "B","OptionTitle": "Occipital vein"}, | |
167 | - {"OptionNumber": "C","OptionTitle": "Common facial vein"},{"OptionNumber": "D","OptionTitle": "Internal jugular vein"}, | |
168 | - {"OptionNumber": "E","OptionTitle": "Brachiocephalic vein"},{"OptionNumber": "F","OptionTitle": "Subclavian vein"}], | |
164 | + {"BoxName": "T3","topcoord":"403","leftcoord":"7","Answervalue":"","QuizText":""},{"BoxName": "189","topcoord":"189","leftcoord":"615","Answervalue":"","QuizText":""}, | |
165 | + {"BoxName": "T5","topcoord":"246","leftcoord":"615","Answervalue":"","QuizText":""},{"BoxName": "T6","topcoord":"413","leftcoord":"615","Answervalue":"","QuizText":""}], | |
166 | + "Options": [{"OptionNumber": "A","OptionTitle": "External jugular vein","textalign":"left"},{"OptionNumber": "B","OptionTitle": "Occipital vein","textalign":"left"}, | |
167 | + {"OptionNumber": "C","OptionTitle": "Common facial vein","textalign":"left"},{"OptionNumber": "D","OptionTitle": "Internal jugular vein","textalign":"right"}, | |
168 | + {"OptionNumber": "E","OptionTitle": "Brachiocephalic vein","textalign":"right"},{"OptionNumber": "F","OptionTitle": "Subclavian vein","textalign":"right"}], | |
169 | 169 | "correctResponse": [{"OptionBox": "T1","Answer": "B"},{"OptionBox": "T2","Answer": "A"},{"OptionBox": "T3","Answer": "F"},{"OptionBox": "T4","Answer": "C"}, |
170 | 170 | {"OptionBox": "T5","Answer": "D"},{"OptionBox": "T6","Answer": "E"}] |
171 | 171 | }, |
... | ... | @@ -178,10 +178,10 @@ |
178 | 178 | {"BoxName": "T3","topcoord":"227","leftcoord":"5","Answervalue":"","QuizText":""},{"BoxName": "T4","topcoord":"295","leftcoord":"5","Answervalue":"","QuizText":""}, |
179 | 179 | {"BoxName": "T5","topcoord":"49","leftcoord":"765","Answervalue":"","QuizText":""},{"BoxName": "T6","topcoord":"137","leftcoord":"765","Answervalue":"","QuizText":""}, |
180 | 180 | {"BoxName": "T7","topcoord":"308","leftcoord":"765","Answervalue":""}], |
181 | - "Options": [{"OptionNumber": "A","OptionTitle": "Superior vena cava"},{"OptionNumber": "B","OptionTitle": "Axillary vein"}, | |
182 | - {"OptionNumber": "C","OptionTitle": "Subclavian vein"},{"OptionNumber": "D","OptionTitle": "External jugular vein"}, | |
183 | - {"OptionNumber": "E","OptionTitle": "Internal jugular vein"},{"OptionNumber": "F","OptionTitle": "Right brachiocephalic vein"} | |
184 | - ,{"OptionNumber": "G","OptionTitle": "Left brachiocephailic vein"}], | |
181 | + "Options": [{"OptionNumber": "A","OptionTitle": "Superior vena cava","textalign":"bottom"},{"OptionNumber": "B","OptionTitle": "Axillary vein","textalign":"bottom"}, | |
182 | + {"OptionNumber": "C","OptionTitle": "Subclavian vein","textalign":"bottom"},{"OptionNumber": "D","OptionTitle": "External jugular vein","textalign":"bottom"}, | |
183 | + {"OptionNumber": "E","OptionTitle": "Internal jugular vein","textalign":"bottom"},{"OptionNumber": "F","OptionTitle": "Right brachiocephalic vein","textalign":"bottom"} | |
184 | + ,{"OptionNumber": "G","OptionTitle": "Left brachiocephailic vein","textalign":"bottom"}], | |
185 | 185 | "correctResponse": [{"OptionBox": "T1","Answer": "D"},{"OptionBox": "T2","Answer": "C"},{"OptionBox": "T3","Answer": "B"},{"OptionBox": "T4","Answer": "A"}, |
186 | 186 | {"OptionBox": "T5","Answer": "E"},{"OptionBox": "T6","Answer": "F"},{"OptionBox": "T7","Answer": "G"}] |
187 | 187 | }, |
... | ... | @@ -194,10 +194,10 @@ |
194 | 194 | {"BoxName": "T3","topcoord":"186","leftcoord":"4","Answervalue":"","QuizText":""},{"BoxName": "T4","topcoord":"259","leftcoord":"4","Answervalue":"","QuizText":""}, |
195 | 195 | {"BoxName": "T5","topcoord":"318","leftcoord":"4","Answervalue":"","QuizText":""},{"BoxName": "T6","topcoord":"127","leftcoord":"615","Answervalue":"","QuizText":""}, |
196 | 196 | {"BoxName": "T7","topcoord":"204","leftcoord":"615","Answervalue":"","QuizText":""},{"BoxName": "T8","topcoord":"298","leftcoord":"615","Answervalue":"","QuizText":""}], |
197 | - "Options": [{"OptionNumber": "A","OptionTitle": "Femoral vein"},{"OptionNumber": "B","OptionTitle": "Great saphenous vein"}, | |
198 | - {"OptionNumber": "C","OptionTitle": "Right external iliac vein"},{"OptionNumber": "D","OptionTitle": "Right internal iliac vein"}, | |
199 | - {"OptionNumber": "E","OptionTitle": "Right common iliac vein"},{"OptionNumber": "F","OptionTitle": "Inferior vena cava"} | |
200 | - ,{"OptionNumber": "G","OptionTitle": "Left common iliac vein"} ,{"OptionNumber": "H","OptionTitle": "Left external iliac vein"}], | |
197 | + "Options": [{"OptionNumber": "A","OptionTitle": "Femoral vein","textalign":"bottom"},{"OptionNumber": "B","OptionTitle": "Great saphenous vein","textalign":"bottom"}, | |
198 | + {"OptionNumber": "C","OptionTitle": "Right external iliac vein","textalign":"bottom"},{"OptionNumber": "D","OptionTitle": "Right internal iliac vein","textalign":"bottom"}, | |
199 | + {"OptionNumber": "E","OptionTitle": "Right common iliac vein","textalign":"bottom"},{"OptionNumber": "F","OptionTitle": "Inferior vena cava","textalign":"bottom"} | |
200 | + ,{"OptionNumber": "G","OptionTitle": "Left common iliac vein","textalign":"bottom"} ,{"OptionNumber": "H","OptionTitle": "Left external iliac vein","textalign":"bottom"}], | |
201 | 201 | "correctResponse": [{"OptionBox": "T1","Answer": "F"},{"OptionBox": "T2","Answer": "E"},{"OptionBox": "T3","Answer": "D"},{"OptionBox": "T4","Answer": "C"}, |
202 | 202 | {"OptionBox": "T5","Answer": "A"},{"OptionBox": "T6","Answer": "G"},{"OptionBox": "T7","Answer": "H"},{"OptionBox": "T7","Answer": "B"}] |
203 | 203 | }, |
... | ... | @@ -210,10 +210,10 @@ |
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 | 212 | {"BoxName": "T7","topcoord":"295","leftcoord":"618","Answervalue":"","QuizText":""},{"BoxName": "T8","topcoord":"387","leftcoord":"618","Answervalue":"","QuizText":""}], |
213 | - "Options": [{"OptionNumber": "A","OptionTitle": "Ulnar vein"},{"OptionNumber": "B","OptionTitle": "Superficial palmar venous arch"}, | |
214 | - {"OptionNumber": "C","OptionTitle": "Deep palmar venous arch"},{"OptionNumber": "D","OptionTitle": "Radial vein"}, | |
215 | - {"OptionNumber": "E","OptionTitle": "Brachial vein"},{"OptionNumber": "F","OptionTitle": "Basilic vein"} | |
216 | - ,{"OptionNumber": "G","OptionTitle": "Axillary vein"} ,{"OptionNumber": "H","OptionTitle": "Internal jugular vein"}], | |
213 | + "Options": [{"OptionNumber": "A","OptionTitle": "Ulnar vein","textalign":"left"},{"OptionNumber": "B","OptionTitle": "Superficial palmar venous arch","textalign":"left"}, | |
214 | + {"OptionNumber": "C","OptionTitle": "Deep palmar venous arch","textalign":"left"},{"OptionNumber": "D","OptionTitle": "Radial vein","textalign":"left"}, | |
215 | + {"OptionNumber": "E","OptionTitle": "Brachial vein","textalign":"right"},{"OptionNumber": "F","OptionTitle": "Basilic vein","textalign":"right"} | |
216 | + ,{"OptionNumber": "G","OptionTitle": "Axillary vein","textalign":"right"} ,{"OptionNumber": "H","OptionTitle": "Internal jugular vein","textalign":"right"}], | |
217 | 217 | "correctResponse": [{"OptionBox": "T1","Answer": "G"},{"OptionBox": "T2","Answer": "F"},{"OptionBox": "T3","Answer": "E"},{"OptionBox": "T4","Answer": "D"}, |
218 | 218 | {"OptionBox": "T5","Answer": "C"},{"OptionBox": "T6","Answer": "H"},{"OptionBox": "T7","Answer": "A"},{"OptionBox": "T7","Answer": "B"}] |
219 | 219 | }, |
... | ... | @@ -226,10 +226,10 @@ |
226 | 226 | {"BoxName": "T3","topcoord":"280","leftcoord":"9","Answervalue":"","QuizText":""},{"BoxName": "T4","topcoord":"373","leftcoord":"9","Answervalue":"","QuizText":""}, |
227 | 227 | {"BoxName": "T5","topcoord":"36","leftcoord":"558","Answervalue":"","QuizText":""},{"BoxName": "T6","topcoord":"167","leftcoord":"558","Answervalue":"","QuizText":""}, |
228 | 228 | {"BoxName": "T7","topcoord":"253","leftcoord":"558","Answervalue":"","QuizText":""},{"BoxName": "T8","topcoord":"352","leftcoord":"558","Answervalue":"","QuizText":""}], |
229 | - "Options": [{"OptionNumber": "A","OptionTitle": "External iliac vein"},{"OptionNumber": "B","OptionTitle": "Common iliac vein"}, | |
230 | - {"OptionNumber": "C","OptionTitle": "Inferior vena cava"},{"OptionNumber": "D","OptionTitle": "Internal iliac vein"}, | |
231 | - {"OptionNumber": "E","OptionTitle": "Femoral vein"},{"OptionNumber": "F","OptionTitle": "Lateral circumflex femoral vein"} | |
232 | - ,{"OptionNumber": "G","OptionTitle": "Great saphenous vein"} ,{"OptionNumber": "H","OptionTitle": "Deep femoral vein"}], | |
229 | + "Options": [{"OptionNumber": "A","OptionTitle": "External iliac vein","textalign":"left"},{"OptionNumber": "B","OptionTitle": "Common iliac vein","textalign":"left"}, | |
230 | + {"OptionNumber": "C","OptionTitle": "Inferior vena cava","textalign":"left"},{"OptionNumber": "D","OptionTitle": "Internal iliac vein","textalign":"left"}, | |
231 | + {"OptionNumber": "E","OptionTitle": "Femoral vein","textalign":"right"},{"OptionNumber": "F","OptionTitle": "Lateral circumflex femoral vein","textalign":"right"} | |
232 | + ,{"OptionNumber": "G","OptionTitle": "Great saphenous vein","textalign":"right"} ,{"OptionNumber": "H","OptionTitle": "Deep femoral vein","textalign":"right"}], | |
233 | 233 | "correctResponse": [{"OptionBox": "T1","Answer": "B"},{"OptionBox": "T2","Answer": "A"},{"OptionBox": "T3","Answer": "F"},{"OptionBox": "T4","Answer": "H"}, |
234 | 234 | {"OptionBox": "T5","Answer": "C"},{"OptionBox": "T6","Answer": "D"},{"OptionBox": "T7","Answer": "E"},{"OptionBox": "T7","Answer": "G"}] |
235 | 235 | }, |
... | ... | @@ -240,8 +240,8 @@ |
240 | 240 | "activityTitle": "Veins of Lower Limb (Post)", |
241 | 241 | "OptionBox": [{"BoxName": "T1","topcoord":"47","leftcoord":"5","Answervalue":"","QuizText":""},{"BoxName": "T2","topcoord":"192","leftcoord":"5","Answervalue":"","QuizText":""}, |
242 | 242 | {"BoxName": "T3","topcoord":"142","leftcoord":"562","Answervalue":"","QuizText":""},{"BoxName": "T4","topcoord":"414","leftcoord":"562","Answervalue":"","QuizText":""}], |
243 | - "Options": [{"OptionNumber": "A","OptionTitle": "Femoral vein"},{"OptionNumber": "B","OptionTitle": "Lateral circumflex femoral vein"}, | |
244 | - {"OptionNumber": "C","OptionTitle": "Deep femoral vein"},{"OptionNumber": "D","OptionTitle": "Popliteal vein"}], | |
243 | + "Options": [{"OptionNumber": "A","OptionTitle": "Femoral vein","textalign":"left"},{"OptionNumber": "B","OptionTitle": "Lateral circumflex femoral vein","textalign":"right"}, | |
244 | + {"OptionNumber": "C","OptionTitle": "Deep femoral vein","textalign":"left"},{"OptionNumber": "D","OptionTitle": "Popliteal vein","textalign":"right"}], | |
245 | 245 | "correctResponse": [{"OptionBox": "T1","Answer": "B"},{"OptionBox": "T2","Answer": "A"},{"OptionBox": "T3","Answer": "C"},{"OptionBox": "T4","Answer": "D"}] |
246 | 246 | }, |
247 | 247 | { |
... | ... | @@ -253,10 +253,10 @@ |
253 | 253 | {"BoxName": "T3","topcoord":"275","leftcoord":"2","Answervalue":"","QuizText":""},{"BoxName": "T4","topcoord":"396","leftcoord":"2","Answervalue":"","QuizText":""}, |
254 | 254 | {"BoxName": "T5","topcoord":"436","leftcoord":"2","Answervalue":"","QuizText":""},{"BoxName": "T6","topcoord":"207","leftcoord":"584","Answervalue":"","QuizText":""}, |
255 | 255 | {"BoxName": "T7","topcoord":"282","leftcoord":"584","Answervalue":"","QuizText":""}], |
256 | - "Options": [{"OptionNumber": "A","OptionTitle": "Superior mesenteric vein"},{"OptionNumber": "B","OptionTitle": "Portal vein"}, | |
257 | - {"OptionNumber": "C","OptionTitle": "Inferior vena cava"},{"OptionNumber": "D","OptionTitle": "Splenic vein"}, | |
258 | - {"OptionNumber": "E","OptionTitle": "Inferior mesenteric vein"},{"OptionNumber": "F","OptionTitle": "Superior mesenteric vein"}, | |
259 | - {"OptionNumber": "G","OptionTitle": "Inferior vena cava"}], | |
256 | + "Options": [{"OptionNumber": "A","OptionTitle": "Superior mesenteric vein","textalign":"left"},{"OptionNumber": "B","OptionTitle": "Portal vein","textalign":"right"}, | |
257 | + {"OptionNumber": "C","OptionTitle": "Inferior vena cava","textalign":"left"},{"OptionNumber": "D","OptionTitle": "Splenic vein","textalign":"right"}, | |
258 | + {"OptionNumber": "E","OptionTitle": "Inferior mesenteric vein","textalign":"left"},{"OptionNumber": "F","OptionTitle": "Superior mesenteric vein","textalign":"right"}, | |
259 | + {"OptionNumber": "G","OptionTitle": "Inferior vena cava","textalign":"left"}], | |
260 | 260 | "correctResponse": [{"OptionBox": "T1","Answer": "C|G"},{"OptionBox": "T2","Answer": "B"},{"OptionBox": "T3","Answer": "A|F"},{"OptionBox": "T4","Answer": "A|F"}, |
261 | 261 | {"OptionBox": "T5","Answer": "C|G"},{"OptionBox": "T6","Answer": "D"},{"OptionBox": "T7","Answer": "E"}] |
262 | 262 | }, |
... | ... | @@ -265,12 +265,12 @@ |
265 | 265 | "Title": "Complete the statements below.", |
266 | 266 | "ImagePath":"", |
267 | 267 | "activityTitle": "Chambers of the Heart", |
268 | - "OptionBox": [{"BoxName": "T1","topcoord":"-156","leftcoord":"-225","Answervalue":"","QuizText":"The _________________________ receives oxygenated blood from the lungs."}, | |
269 | - {"BoxName": "T2","topcoord":"-122","leftcoord":"-225","Answervalue":"","QuizText":"The _________________________ receives deoxygenated blood from the body systems."}, | |
270 | - {"BoxName": "T3","topcoord":"-88","leftcoord":"-225","Answervalue":"","QuizText":"The _________________________ ejects deoxygenated blood to the lungs."}, | |
271 | - {"BoxName": "T4","topcoord":"-54","leftcoord":"-225","Answervalue":"","QuizText":"The _________________________ ejects oxygenated blood into the aorta."}], | |
272 | - "Options": [{"OptionNumber": "A","OptionTitle": "left atrium"},{"OptionNumber": "B","OptionTitle": "right atrium"}, | |
273 | - {"OptionNumber": "C","OptionTitle": "right ventricle"},{"OptionNumber": "D","OptionTitle": "left ventricle"}], | |
268 | + "OptionBox": [{"BoxName": "T1","topcoord":"-156","leftcoord":"-86","Answervalue":"","QuizText":"The _________________________ receives oxygenated blood from the lungs."}, | |
269 | + {"BoxName": "T2","topcoord":"-122","leftcoord":"-86","Answervalue":"","QuizText":"The _________________________ receives deoxygenated blood from the body systems."}, | |
270 | + {"BoxName": "T3","topcoord":"-88","leftcoord":"-86","Answervalue":"","QuizText":"The _________________________ ejects deoxygenated blood to the lungs."}, | |
271 | + {"BoxName": "T4","topcoord":"-54","leftcoord":"-86","Answervalue":"","QuizText":"The _________________________ ejects oxygenated blood into the aorta."}], | |
272 | + "Options": [{"OptionNumber": "A","OptionTitle": "left atrium","textalign":"bottom"},{"OptionNumber": "B","OptionTitle": "right atrium","textalign":"bottom"}, | |
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"}, |
275 | 275 | {"OptionBox": "T4","Answer": "D"}] |
276 | 276 | } | ... | ... |
400-SOURCECODE/AIAHTML5.Web/content/data/json/le/DS.json
... | ... | @@ -14,10 +14,10 @@ |
14 | 14 | {"BoxName": "T3","topcoord":"176","leftcoord":"8","Answervalue":"","QuizText":""},{"BoxName": "T4","topcoord":"306","leftcoord":"8","Answervalue":"","QuizText":""}, |
15 | 15 | {"BoxName": "T5","topcoord":"3","leftcoord":"769","Answervalue":"","QuizText":""},{"BoxName": "T6","topcoord":"61","leftcoord":"769","Answervalue":"","QuizText":""}, |
16 | 16 | {"BoxName": "T7","topcoord":"250","leftcoord":"769","Answervalue":"","QuizText":""},{"BoxName": "T8","topcoord":"322","leftcoord":"769","Answervalue":"","QuizText":""}], |
17 | - "Options": [{"OptionNumber": "A","OptionTitle": "Esophagus"},{"OptionNumber": "B","OptionTitle": "Laryngopharynx"}, | |
18 | - {"OptionNumber": "C","OptionTitle": "Oropharynx"},{"OptionNumber": "D","OptionTitle": "Nasopharynx"},{"OptionNumber": "E", | |
19 | - "OptionTitle": "Soft palate"},{"OptionNumber": "F","OptionTitle": "Hard palate"},{"OptionNumber": "G","OptionTitle": "Uvula"}, | |
20 | - {"OptionNumber": "H","OptionTitle": "Epiglottis"}], | |
17 | + "Options": [{"OptionNumber": "A","OptionTitle": "Esophagus","textalign":"bottom"},{"OptionNumber": "B","OptionTitle": "Laryngopharynx","textalign":"bottom"}, | |
18 | + {"OptionNumber": "C","OptionTitle": "Oropharynx","textalign":"bottom"},{"OptionNumber": "D","OptionTitle": "Nasopharynx","textalign":"bottom"}, | |
19 | + {"OptionNumber": "E","OptionTitle": "Soft palate","textalign":"bottom"},{"OptionNumber": "F","OptionTitle": "Hard palate","textalign":"bottom"}, | |
20 | + {"OptionNumber": "G","OptionTitle": "Uvula","textalign":"bottom"},{"OptionNumber": "H","OptionTitle": "Epiglottis","textalign":"bottom"}], | |
21 | 21 | "correctResponse": [{"OptionBox": "T1","Answer": "D"},{"OptionBox": "T2","Answer": "C"},{"OptionBox": "T3","Answer": "B"},{"OptionBox": "T4","Answer": "A"}, |
22 | 22 | {"OptionBox": "T5","Answer": "F"},{"OptionBox": "T6","Answer": "E"},{"OptionBox": "T7","Answer": "G"},{"OptionBox": "T8","Answer": "H"}] |
23 | 23 | }, |
... | ... | @@ -28,8 +28,8 @@ |
28 | 28 | "ImagePath":"DS-02.JPG", |
29 | 29 | "OptionBox": [{"BoxName": "T1","topcoord":"265","leftcoord":"11","Answervalue":"","QuizText":""},{"BoxName": "T2","topcoord":"185","leftcoord":"751","Answervalue":"","QuizText":""}, |
30 | 30 | {"BoxName": "T3","topcoord":"233","leftcoord":"751","Answervalue":"","QuizText":""},{"BoxName": "T4","topcoord":"338","leftcoord":"751","Answervalue":"","QuizText":""}], |
31 | - "Options": [{"OptionNumber": "A","OptionTitle": "Hyoid bone"},{"OptionNumber": "B","OptionTitle": "Thyroid cartilage"}, | |
32 | - {"OptionNumber": "C","OptionTitle": "Cricoid cartilage"},{"OptionNumber": "D","OptionTitle": "Trachea"}], | |
31 | + "Options": [{"OptionNumber": "A","OptionTitle": "Hyoid bone","textalign":"bottom"},{"OptionNumber": "B","OptionTitle": "Thyroid cartilage","textalign":"bottom"}, | |
32 | + {"OptionNumber": "C","OptionTitle": "Cricoid cartilage","textalign":"bottom"},{"OptionNumber": "D","OptionTitle": "Trachea","textalign":"bottom"}], | |
33 | 33 | "correctResponse": [{"OptionBox": "T1","Answer": "C"},{"OptionBox": "T2","Answer": "A"},{"OptionBox": "T3","Answer": "B"},{"OptionBox": "T4","Answer": "D"}] |
34 | 34 | }, |
35 | 35 | { |
... | ... | @@ -39,8 +39,8 @@ |
39 | 39 | "ImagePath":"DS-03.JPG", |
40 | 40 | "OptionBox": [{"BoxName": "T1","topcoord":"143","leftcoord":"5","Answervalue":"","QuizText":""},{"BoxName": "T2","topcoord":"158","leftcoord":"784","Answervalue":"","QuizText":""}, |
41 | 41 | {"BoxName": "T3","topcoord":"231","leftcoord":"784","Answervalue":"","QuizText":""},{"BoxName": "T4","topcoord":"278","leftcoord":"784","Answervalue":"","QuizText":""}], |
42 | - "Options": [{"OptionNumber": "A","OptionTitle": "Parotid gland"},{"OptionNumber": "B","OptionTitle": "Parotid duct"}, | |
43 | - {"OptionNumber": "C","OptionTitle": "Sublingual gland"},{"OptionNumber": "D","OptionTitle": "Submandibular gland"}], | |
42 | + "Options": [{"OptionNumber": "A","OptionTitle": "Parotid gland","textalign":"bottom"},{"OptionNumber": "B","OptionTitle": "Parotid duct","textalign":"bottom"}, | |
43 | + {"OptionNumber": "C","OptionTitle": "Sublingual gland","textalign":"bottom"},{"OptionNumber": "D","OptionTitle": "Submandibular gland","textalign":"bottom"}], | |
44 | 44 | "correctResponse": [{"OptionBox": "T1","Answer": "A"},{"OptionBox": "T2","Answer": "B"},{"OptionBox": "T3","Answer": "C"},{"OptionBox": "T4","Answer": "D"}] |
45 | 45 | }, |
46 | 46 | { |
... | ... | @@ -50,8 +50,8 @@ |
50 | 50 | "ImagePath":"DS-04.JPG", |
51 | 51 | "OptionBox": [{"BoxName": "T1","topcoord":"16","leftcoord":"5","Answervalue":"","QuizText":""},{"BoxName": "T2","topcoord":"128","leftcoord":"5","Answervalue":"","QuizText":""}, |
52 | 52 | {"BoxName": "T3","topcoord":"220","leftcoord":"5","Answervalue":"","QuizText":""},{"BoxName": "T4","topcoord":"240","leftcoord":"860","Answervalue":"","QuizText":""}], |
53 | - "Options": [{"OptionNumber": "A","OptionTitle": "Pyloric sphincter"},{"OptionNumber": "B","OptionTitle": "Duodenum"}, | |
54 | - {"OptionNumber": "C","OptionTitle": "Jejunum"},{"OptionNumber": "D","OptionTitle": "Ileum"}], | |
53 | + "Options": [{"OptionNumber": "A","OptionTitle": "Pyloric sphincter","textalign":"bottom"},{"OptionNumber": "B","OptionTitle": "Duodenum","textalign":"bottom"}, | |
54 | + {"OptionNumber": "C","OptionTitle": "Jejunum","textalign":"bottom"},{"OptionNumber": "D","OptionTitle": "Ileum","textalign":"bottom"}], | |
55 | 55 | "correctResponse": [{"OptionBox": "T1","Answer": "A"},{"OptionBox": "T2","Answer": "B"},{"OptionBox": "T3","Answer": "D"},{"OptionBox": "T4","Answer": "C"}] |
56 | 56 | }, |
57 | 57 | { |
... | ... | @@ -63,10 +63,10 @@ |
63 | 63 | {"BoxName": "T3","topcoord":"288","leftcoord":"8","Answervalue":"","QuizText":""},{"BoxName": "T4","topcoord":"17","leftcoord":"616","Answervalue":"","QuizText":""}, |
64 | 64 | {"BoxName": "T5","topcoord":"153","leftcoord":"616","Answervalue":"","QuizText":""},{"BoxName": "T6","topcoord":"196","leftcoord":"616","Answervalue":"","QuizText":""}, |
65 | 65 | {"BoxName": "T7","topcoord":"318","leftcoord":"616","Answervalue":"","QuizText":""},{"BoxName": "T8","topcoord":"412","leftcoord":"616","Answervalue":"","QuizText":""}], |
66 | - "Options": [{"OptionNumber": "A","OptionTitle": "Cecum"},{"OptionNumber": "B","OptionTitle": "Ascending Colon"}, | |
67 | - {"OptionNumber": "C","OptionTitle": "Right (Hepatic) flexure"},{"OptionNumber": "D","OptionTitle": "Transverse colon"},{"OptionNumber": "E", | |
68 | - "OptionTitle": "Left (Splenic) flexure"},{"OptionNumber": "F","OptionTitle": "Descending colon"},{"OptionNumber": "G","OptionTitle": "Sigmoid colon"}, | |
69 | - {"OptionNumber": "H","OptionTitle": "Rectum"}], | |
66 | + "Options": [{"OptionNumber": "A","OptionTitle": "Cecum","textalign":"left"},{"OptionNumber": "B","OptionTitle": "Ascending Colon","textalign":"right"}, | |
67 | + {"OptionNumber": "C","OptionTitle": "Right (Hepatic) flexure","textalign":"left"},{"OptionNumber": "D","OptionTitle": "Transverse colon","textalign":"right"}, | |
68 | + {"OptionNumber": "E","OptionTitle": "Left (Splenic) flexure","textalign":"left"},{"OptionNumber": "F","OptionTitle": "Descending colon","textalign":"right"}, | |
69 | + {"OptionNumber": "G","OptionTitle": "Sigmoid colon","textalign":"left"},{"OptionNumber": "H","OptionTitle": "Rectum","textalign":"right"}], | |
70 | 70 | "correctResponse": [{"OptionBox": "T1","Answer": "C"},{"OptionBox": "T2","Answer": "B"},{"OptionBox": "T3","Answer": "A"},{"OptionBox": "T4","Answer": "E"}, |
71 | 71 | {"OptionBox": "T5","Answer": "D"},{"OptionBox": "T6","Answer": "F"},{"OptionBox": "T7","Answer": "G"},{"OptionBox": "T8","Answer": "H"}] |
72 | 72 | }, |
... | ... | @@ -79,10 +79,10 @@ |
79 | 79 | {"BoxName": "T3","topcoord":"254","leftcoord":"9","Answervalue":"","QuizText":""},{"BoxName": "T4","topcoord":"303","leftcoord":"9","Answervalue":"","QuizText":""}, |
80 | 80 | {"BoxName": "T5","topcoord":"62","leftcoord":"618","Answervalue":"","QuizText":""},{"BoxName": "T6","topcoord":"174","leftcoord":"618","Answervalue":"","QuizText":""}, |
81 | 81 | {"BoxName": "T7","topcoord":"231","leftcoord":"618","Answervalue":"","QuizText":""},{"BoxName": "T8","topcoord":"316","leftcoord":"618","Answervalue":"","QuizText":""}], |
82 | - "Options": [{"OptionNumber": "A","OptionTitle": "Cardiac part of stomach"},{"OptionNumber": "B","OptionTitle": "Gastric rugae"}, | |
83 | - {"OptionNumber": "C","OptionTitle": "Lesser curvature of stomach"},{"OptionNumber": "D","OptionTitle": "Pyloric part of stomach"}, | |
84 | - {"OptionNumber": "E","OptionTitle": "Greater curvature of stomach"},{"OptionNumber": "F","OptionTitle": "Duodenum"},{"OptionNumber": "G","OptionTitle": "Jejunum"}, | |
85 | - {"OptionNumber": "H","OptionTitle": "Pyloric Sphincter"}], | |
82 | + "Options": [{"OptionNumber": "A","OptionTitle": "Cardiac part of stomach","textalign":"left"},{"OptionNumber": "B","OptionTitle": "Gastric rugae","textalign":"right"}, | |
83 | + {"OptionNumber": "C","OptionTitle": "Lesser curvature of stomach","textalign":"left"},{"OptionNumber": "D","OptionTitle": "Pyloric part of stomach","textalign":"left"}, | |
84 | + {"OptionNumber": "E","OptionTitle": "Greater curvature of stomach","textalign":"right"},{"OptionNumber": "F","OptionTitle": "Duodenum","textalign":"left"}, | |
85 | + {"OptionNumber": "G","OptionTitle": "Jejunum","textalign":"right"},{"OptionNumber": "H","OptionTitle": "Pyloric Sphincter","textalign":"right"}], | |
86 | 86 | "correctResponse": [{"OptionBox": "T1","Answer": "F"},{"OptionBox": "T2","Answer": "C"},{"OptionBox": "T3","Answer": "H"},{"OptionBox": "T4","Answer": "D"}, |
87 | 87 | {"OptionBox": "T5","Answer": "A"},{"OptionBox": "T6","Answer": "B"},{"OptionBox": "T7","Answer": "E"},{"OptionBox": "T8","Answer": "G"}] |
88 | 88 | }, |
... | ... | @@ -95,10 +95,10 @@ |
95 | 95 | {"BoxName": "T3","topcoord":"128","leftcoord":"5","Answervalue":"","QuizText":""},{"BoxName": "T4","topcoord":"188","leftcoord":"5","Answervalue":"","QuizText":""}, |
96 | 96 | {"BoxName": "T5","topcoord":"279","leftcoord":"5","Answervalue":"","QuizText":""},{"BoxName": "T6","topcoord":"329","leftcoord":"5","Answervalue":"","QuizText":""}, |
97 | 97 | {"BoxName": "T7","topcoord":"176","leftcoord":"847","Answervalue":"","QuizText":""},{"BoxName": "T8","topcoord":"231","leftcoord":"847","Answervalue":"","QuizText":""}], |
98 | - "Options": [{"OptionNumber": "A","OptionTitle": "Gallbladder"},{"OptionNumber": "B","OptionTitle": "Common hepatic duct"}, | |
99 | - {"OptionNumber": "C","OptionTitle": "Cystic duct"},{"OptionNumber": "D","OptionTitle": "Accessory pancreatic duct"}, | |
100 | - {"OptionNumber": "E","OptionTitle": "Common bile duct"},{"OptionNumber": "F","OptionTitle": "Main pancreatic duct"}, | |
101 | - {"OptionNumber": "G","OptionTitle": "Hepatopancreatic ampulla"},{"OptionNumber": "H","OptionTitle": "Major duodenal papilla"}], | |
98 | + "Options": [{"OptionNumber": "A","OptionTitle": "Gallbladder","textalign":"bottom"},{"OptionNumber": "B","OptionTitle": "Common hepatic duct","textalign":"bottom"}, | |
99 | + {"OptionNumber": "C","OptionTitle": "Cystic duct","textalign":"bottom"},{"OptionNumber": "D","OptionTitle": "Accessory pancreatic duct","textalign":"bottom"}, | |
100 | + {"OptionNumber": "E","OptionTitle": "Common bile duct","textalign":"bottom"},{"OptionNumber": "F","OptionTitle": "Main pancreatic duct","textalign":"bottom"}, | |
101 | + {"OptionNumber": "G","OptionTitle": "Hepatopancreatic ampulla","textalign":"bottom"},{"OptionNumber": "H","OptionTitle": "Major duodenal papilla","textalign":"bottom"}], | |
102 | 102 | "correctResponse": [{"OptionBox": "T1","Answer": "B"},{"OptionBox": "T2","Answer": "C"},{"OptionBox": "T3","Answer": "A"},{"OptionBox": "T4","Answer": "E"}, |
103 | 103 | {"OptionBox": "T5","Answer": "D"},{"OptionBox": "T6","Answer": "H"},{"OptionBox": "T7","Answer": "F"},{"OptionBox": "T8","Answer": "G"}] |
104 | 104 | }, |
... | ... | @@ -111,10 +111,10 @@ |
111 | 111 | {"BoxName": "T3","topcoord":"325","leftcoord":"8","Answervalue":"","QuizText":""},{"BoxName": "T4","topcoord":"365","leftcoord":"8","Answervalue":"","QuizText":""}, |
112 | 112 | {"BoxName": "T5","topcoord":"72","leftcoord":"618","Answervalue":"","QuizText":""},{"BoxName": "T6","topcoord":"145","leftcoord":"618","Answervalue":"","QuizText":""}, |
113 | 113 | {"BoxName": "T7","topcoord":"253","leftcoord":"618","Answervalue":"","QuizText":""},{"BoxName": "T8","topcoord":"355","leftcoord":"618","Answervalue":"","QuizText":""}], |
114 | - "Options": [{"OptionNumber": "A","OptionTitle": "Anus"},{"OptionNumber": "B","OptionTitle": "Anal column"}, | |
115 | - {"OptionNumber": "C","OptionTitle": "Middle rectal fold"},{"OptionNumber": "D","OptionTitle": "Rectum"}, | |
116 | - {"OptionNumber": "E","OptionTitle": "Sigmoid colon"},{"OptionNumber": "F","OptionTitle": "Superior rectal fold"}, | |
117 | - {"OptionNumber": "G","OptionTitle": "Inferior rectal fold"},{"OptionNumber": "H","OptionTitle": "External anal sphincter"}], | |
114 | + "Options": [{"OptionNumber": "A","OptionTitle": "Anus","textalign":"right"},{"OptionNumber": "B","OptionTitle": "Anal column","textalign":"left"}, | |
115 | + {"OptionNumber": "C","OptionTitle": "Middle rectal fold","textalign":"left"},{"OptionNumber": "D","OptionTitle": "Rectum","textalign":"right"}, | |
116 | + {"OptionNumber": "E","OptionTitle": "Sigmoid colon","textalign":"right"},{"OptionNumber": "F","OptionTitle": "Superior rectal fold","textalign":"left"}, | |
117 | + {"OptionNumber": "G","OptionTitle": "Inferior rectal fold","textalign":"left"},{"OptionNumber": "H","OptionTitle": "External anal sphincter","textalign":"right"}], | |
118 | 118 | "correctResponse": [{"OptionBox": "T1","Answer": "D"},{"OptionBox": "T2","Answer": "C"},{"OptionBox": "T3","Answer": "B"},{"OptionBox": "T4","Answer": "A"}, |
119 | 119 | {"OptionBox": "T5","Answer": "E"},{"OptionBox": "T6","Answer": "F"},{"OptionBox": "T7","Answer": "G"},{"OptionBox": "T8","Answer": "H"}] |
120 | 120 | }, |
... | ... | @@ -127,10 +127,10 @@ |
127 | 127 | {"BoxName": "T3","topcoord":"218","leftcoord":"9","Answervalue":"","QuizText":""},{"BoxName": "T4","topcoord":"332","leftcoord":"9","Answervalue":"","QuizText":""}, |
128 | 128 | {"BoxName": "T5","topcoord":"59","leftcoord":"902","Answervalue":"","QuizText":""},{"BoxName": "T6","topcoord":"178","leftcoord":"902","Answervalue":"","QuizText":""}, |
129 | 129 | {"BoxName": "T7","topcoord":"311","leftcoord":"902","Answervalue":"","QuizText":""}], |
130 | - "Options": [{"OptionNumber": "A","OptionTitle": "Falciform ligament"},{"OptionNumber": "B","OptionTitle": "Right lobe of liver"}, | |
131 | - {"OptionNumber": "C","OptionTitle": "Gallbladder"},{"OptionNumber": "D","OptionTitle": "Inferior vena cava"}, | |
132 | - {"OptionNumber": "E","OptionTitle": "Left lobe of liver"},{"OptionNumber": "F","OptionTitle": "Bare Area"}, | |
133 | - {"OptionNumber": "G","OptionTitle": "Round ligament of liver"}], | |
130 | + "Options": [{"OptionNumber": "A","OptionTitle": "Falciform ligament","textalign":"bottom"},{"OptionNumber": "B","OptionTitle": "Right lobe of liver","textalign":"bottom"}, | |
131 | + {"OptionNumber": "C","OptionTitle": "Gallbladder","textalign":"bottom"},{"OptionNumber": "D","OptionTitle": "Inferior vena cava","textalign":"bottom"}, | |
132 | + {"OptionNumber": "E","OptionTitle": "Left lobe of liver","textalign":"bottom"},{"OptionNumber": "F","OptionTitle": "Bare Area","textalign":"bottom"}, | |
133 | + {"OptionNumber": "G","OptionTitle": "Round ligament of liver","textalign":"bottom"}], | |
134 | 134 | "correctResponse": [{"OptionBox": "T1","Answer": "D"},{"OptionBox": "T2","Answer": "F"},{"OptionBox": "T3","Answer": "B"},{"OptionBox": "T4","Answer": "C"}, |
135 | 135 | {"OptionBox": "T5","Answer": "E"},{"OptionBox": "T6","Answer": "A"},{"OptionBox": "T7","Answer": "G"}] |
136 | 136 | }, |
... | ... | @@ -143,10 +143,10 @@ |
143 | 143 | {"BoxName": "T3","topcoord":"196","leftcoord":"7","Answervalue":"","QuizText":""},{"BoxName": "T4","topcoord":"244","leftcoord":"7","Answervalue":"","QuizText":""}, |
144 | 144 | {"BoxName": "T5","topcoord":"23","leftcoord":"921","Answervalue":"","QuizText":""},{"BoxName": "T6","topcoord":"73","leftcoord":"921","Answervalue":"","QuizText":""}, |
145 | 145 | {"BoxName": "T7","topcoord":"184","leftcoord":"921","Answervalue":"","QuizText":""},{"BoxName": "T8","topcoord":"247","leftcoord":"921","Answervalue":"","QuizText":""}], |
146 | - "Options": [{"OptionNumber": "A","OptionTitle": "Bile duct"},{"OptionNumber": "B","OptionTitle": "Gallbladder"}, | |
147 | - {"OptionNumber": "C","OptionTitle": "Quadrate lobe of liver"},{"OptionNumber": "D","OptionTitle": "Portal vein"}, | |
148 | - {"OptionNumber": "E","OptionTitle": "Right lobe of liver"},{"OptionNumber": "F","OptionTitle": "Left lobe of liver"}, | |
149 | - {"OptionNumber": "G","OptionTitle": "Hepatic artery"},{"OptionNumber": "H","OptionTitle": "Caudate lobe of liver"}], | |
146 | + "Options": [{"OptionNumber": "A","OptionTitle": "Bile duct","textalign":"bottom"},{"OptionNumber": "B","OptionTitle": "Gallbladder","textalign":"bottom"}, | |
147 | + {"OptionNumber": "C","OptionTitle": "Quadrate lobe of liver","textalign":"bottom"},{"OptionNumber": "D","OptionTitle": "Portal vein","textalign":"bottom"}, | |
148 | + {"OptionNumber": "E","OptionTitle": "Right lobe of liver","textalign":"bottom"},{"OptionNumber": "F","OptionTitle": "Left lobe of liver","textalign":"bottom"}, | |
149 | + {"OptionNumber": "G","OptionTitle": "Hepatic artery","textalign":"bottom"},{"OptionNumber": "H","OptionTitle": "Caudate lobe of liver","textalign":"bottom"}], | |
150 | 150 | "correctResponse": [{"OptionBox": "T1","Answer": "B"},{"OptionBox": "T2","Answer": "E"},{"OptionBox": "T3","Answer": "D"},{"OptionBox": "T4","Answer": "H"}, |
151 | 151 | {"OptionBox": "T5","Answer": "C"},{"OptionBox": "T6","Answer": "A"},{"OptionBox": "T7","Answer": "G"},{"OptionBox": "T8","Answer": "F"}] |
152 | 152 | }, |
... | ... | @@ -155,15 +155,15 @@ |
155 | 155 | "Title": "Complete the statements below.", |
156 | 156 | "activityTitle": "Digestive Process", |
157 | 157 | "ImagePath":"", |
158 | - "OptionBox": [{"BoxName": "T1","topcoord":"-224","leftcoord":"-82","Answervalue":"","QuizText":"_________________________ is the introduction of food into the GI tract."}, | |
159 | - {"BoxName": "T2","topcoord":"-190","leftcoord":"-82","Answervalue":"","QuizText":"_________________________ is the moving of food along the GI tract with alternating muscle contractions."}, | |
160 | - {"BoxName": "T3","topcoord":"-156","leftcoord":"-82","Answervalue":"","QuizText":"_________________________ is the mixing and breaking down food into smaller fragments without disrupting chemical bonds."}, | |
161 | - {"BoxName": "T4","topcoord":"-122","leftcoord":"-82","Answervalue":"","QuizText":"_________________________ is the breaking down large food molecules to their building blocks by enzymes."}, | |
162 | - {"BoxName": "T5","topcoord":"-88","leftcoord":"-82","Answervalue":"","QuizText":"_________________________ is the transport of digested end products from the GI tract into the blood or lymph."}, | |
163 | - {"BoxName": "T6","topcoord":"-54","leftcoord":"-82","Answervalue":"","QuizText":"_________________________ is the elimination of indigestible residues from the GI tract via the anus."}], | |
164 | - "Options": [{"OptionNumber": "A","OptionTitle": "Ingestion"},{"OptionNumber": "B","OptionTitle": "Propulsion"}, | |
165 | - {"OptionNumber": "C","OptionTitle": "Mechanical digestion"},{"OptionNumber": "D","OptionTitle": "Chemical digestion"}, | |
166 | - {"OptionNumber": "E","OptionTitle": "Absorption"},{"OptionNumber": "F","OptionTitle": "Defecation"}], | |
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."}], | |
164 | + "Options": [{"OptionNumber": "A","OptionTitle": "Ingestion","textalign":"bottom"},{"OptionNumber": "B","OptionTitle": "Propulsion","textalign":"bottom"}, | |
165 | + {"OptionNumber": "C","OptionTitle": "Mechanical digestion","textalign":"bottom"},{"OptionNumber": "D","OptionTitle": "Chemical digestion","textalign":"bottom"}, | |
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 | 168 | {"OptionBox": "T5","Answer": "E"},{"OptionBox": "T6","Answer": "F"}] |
169 | 169 | }, |
... | ... | @@ -172,12 +172,12 @@ |
172 | 172 | "Title": "Complete the statements below.", |
173 | 173 | "activityTitle": "Anatomy I", |
174 | 174 | "ImagePath":"", |
175 | - "OptionBox": [{"BoxName": "T1","topcoord":"-156","leftcoord":"-82","Answervalue":"","QuizText":"_________________________ is the initial site for carbohydrate digestion."}, | |
176 | - {"BoxName": "T2","topcoord":"-122","leftcoord":"-82","Answervalue":"","QuizText":"_________________________ is the initial site for protein digestion."}, | |
177 | - {"BoxName": "T3","topcoord":"-88","leftcoord":"-82","Answervalue":"","QuizText":"_________________________ is the primary site for fat digestion."}, | |
178 | - {"BoxName": "T4","topcoord":"-54","leftcoord":"-82","Answervalue":"","QuizText":"_________________________ has both exocrine and endocrine functions."}], | |
179 | - "Options": [{"OptionNumber": "A","OptionTitle": "mouth"},{"OptionNumber": "B","OptionTitle": "stomach"}, | |
180 | - {"OptionNumber": "C","OptionTitle": "small intestine"},{"OptionNumber": "D","OptionTitle": "pancreas"}], | |
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."}], | |
179 | + "Options": [{"OptionNumber": "A","OptionTitle": "mouth","textalign":"bottom"},{"OptionNumber": "B","OptionTitle": "stomach","textalign":"bottom"}, | |
180 | + {"OptionNumber": "C","OptionTitle": "small intestine","textalign":"bottom"},{"OptionNumber": "D","OptionTitle": "pancreas","textalign":"bottom"}], | |
181 | 181 | "correctResponse": [{"OptionBox": "T1","Answer": "A"},{"OptionBox": "T2","Answer": "B"},{"OptionBox": "T3","Answer": "C"}, |
182 | 182 | {"OptionBox": "T4","Answer": "D"}] |
183 | 183 | }, |
... | ... | @@ -186,12 +186,12 @@ |
186 | 186 | "Title": "Complete the statements below.", |
187 | 187 | "activityTitle": "Anatomy II", |
188 | 188 | "ImagePath":"", |
189 | - "OptionBox": [{"BoxName": "T1","topcoord":"-156","leftcoord":"-82","Answervalue":"","QuizText":"_________________________ is the major site for nutrient absorption."}, | |
190 | - {"BoxName": "T2","topcoord":"-122","leftcoord":"-82","Answervalue":"","QuizText":"_________________________ is the major site for water absorption."}, | |
191 | - {"BoxName": "T3","topcoord":"-88","leftcoord":"-82","Answervalue":"","QuizText":"_________________________ is responsible for producing bile."}, | |
192 | - {"BoxName": "T4","topcoord":"-54","leftcoord":"-82","Answervalue":"","QuizText":"_________________________ is the major storage site for bile."}], | |
193 | - "Options": [{"OptionNumber": "A","OptionTitle": "small intestine"},{"OptionNumber": "B","OptionTitle": "large intestine"}, | |
194 | - {"OptionNumber": "C","OptionTitle": "liver"},{"OptionNumber": "D","OptionTitle": "gallbladder"}], | |
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."}], | |
193 | + "Options": [{"OptionNumber": "A","OptionTitle": "small intestine","textalign":"bottom"},{"OptionNumber": "B","OptionTitle": "large intestine","textalign":"bottom"}, | |
194 | + {"OptionNumber": "C","OptionTitle": "liver","textalign":"bottom"},{"OptionNumber": "D","OptionTitle": "gallbladder","textalign":"bottom"}], | |
195 | 195 | "correctResponse": [{"OptionBox": "T1","Answer": "A"},{"OptionBox": "T2","Answer": "B"},{"OptionBox": "T3","Answer": "C"}, |
196 | 196 | {"OptionBox": "T4","Answer": "D"}] |
197 | 197 | }, |
... | ... | @@ -200,12 +200,12 @@ |
200 | 200 | "Title": "Complete the statements below.", |
201 | 201 | "activityTitle": "Digestion", |
202 | 202 | "ImagePath":"", |
203 | - "OptionBox": [{"BoxName": "T1","topcoord":"-156","leftcoord":"-82","Answervalue":"","QuizText":"_________________________ is responsible for initiating carbohydrate digestion."}, | |
204 | - {"BoxName": "T2","topcoord":"-122","leftcoord":"-82","Answervalue":"","QuizText":"_________________________ is responsible for initiating protein digestion."}, | |
205 | - {"BoxName": "T3","topcoord":"-88","leftcoord":"-82","Answervalue":"","QuizText":"_________________________ is responsible for the majority of fat digestion."}, | |
206 | - {"BoxName": "T4","topcoord":"-54","leftcoord":"-82","Answervalue":"","QuizText":"_________________________ acts as an emulsifying agent before fat digestion can begin."}], | |
207 | - "Options": [{"OptionNumber": "A","OptionTitle": "Amylase"},{"OptionNumber": "B","OptionTitle": "Pepsin"}, | |
208 | - {"OptionNumber": "C","OptionTitle": "Lipase"},{"OptionNumber": "D","OptionTitle": "Bile"}], | |
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."}], | |
207 | + "Options": [{"OptionNumber": "A","OptionTitle": "Amylase","textalign":"bottom"},{"OptionNumber": "B","OptionTitle": "Pepsin","textalign":"bottom"}, | |
208 | + {"OptionNumber": "C","OptionTitle": "Lipase","textalign":"bottom"},{"OptionNumber": "D","OptionTitle": "Bile","textalign":"bottom"}], | |
209 | 209 | "correctResponse": [{"OptionBox": "T1","Answer": "A"},{"OptionBox": "T2","Answer": "B"},{"OptionBox": "T3","Answer": "C"}, |
210 | 210 | {"OptionBox": "T4","Answer": "D"}] |
211 | 211 | }, |
... | ... | @@ -214,12 +214,12 @@ |
214 | 214 | "Title": "Complete the statements below.", |
215 | 215 | "activityTitle": "Digestion", |
216 | 216 | "ImagePath":"", |
217 | - "OptionBox": [{"BoxName": "T1","topcoord":"-156","leftcoord":"-82","Answervalue":"","QuizText":"_________________________ layer of the digestive tract comes in direct contact with undigested food."}, | |
218 | - {"BoxName": "T2","topcoord":"-122","leftcoord":"-82","Answervalue":"","QuizText":"_________________________ layer of the digestive tract contains blood vessels, lymphatic vessels, and glands."}, | |
219 | - {"BoxName": "T3","topcoord":"-88","leftcoord":"-82","Answervalue":"","QuizText":"_________________________ layer of the digestive tract is responsible for peristalsis."}, | |
220 | - {"BoxName": "T4","topcoord":"-54","leftcoord":"-82","Answervalue":"","QuizText":"_________________________ is the outer layer of the digestive tract."}], | |
221 | - "Options": [{"OptionNumber": "A","OptionTitle": "mucosa"},{"OptionNumber": "B","OptionTitle": "submucosa"}, | |
222 | - {"OptionNumber": "C","OptionTitle": "muscularis"},{"OptionNumber": "D","OptionTitle": "serosa"}], | |
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."}], | |
221 | + "Options": [{"OptionNumber": "A","OptionTitle": "mucosa","textalign":"bottom"},{"OptionNumber": "B","OptionTitle": "submucosa","textalign":"bottom"}, | |
222 | + {"OptionNumber": "C","OptionTitle": "muscularis","textalign":"bottom"},{"OptionNumber": "D","OptionTitle": "serosa","textalign":"bottom"}], | |
223 | 223 | "correctResponse": [{"OptionBox": "T1","Answer": "A"},{"OptionBox": "T2","Answer": "B"},{"OptionBox": "T3","Answer": "C"}, |
224 | 224 | {"OptionBox": "T4","Answer": "D"}] |
225 | 225 | } | ... | ... |
400-SOURCECODE/AIAHTML5.Web/content/data/json/le/ES.json
... | ... | @@ -14,10 +14,10 @@ |
14 | 14 | {"BoxName": "T3","topcoord":"256","leftcoord":"8","Answervalue":"","QuizText":""},{"BoxName": "T4","topcoord":"329","leftcoord":"8","Answervalue":"","QuizText":""}, |
15 | 15 | {"BoxName": "T5","topcoord":"53","leftcoord":"619","Answervalue":"","QuizText":""},{"BoxName": "T6","topcoord":"175","leftcoord":"619","Answervalue":"","QuizText":""}, |
16 | 16 | {"BoxName": "T7","topcoord":"270","leftcoord":"619","Answervalue":"","QuizText":""},{"BoxName": "T8","topcoord":"328","leftcoord":"619","Answervalue":"","QuizText":""}], |
17 | - "Options": [{"OptionNumber": "A","OptionTitle": "Right kidney"},{"OptionNumber": "B","OptionTitle": "Right suprarenal gland"}, | |
18 | - {"OptionNumber": "C","OptionTitle": "Suprarenal artery"},{"OptionNumber": "D","OptionTitle": "Inferior vena cava"},{"OptionNumber": "E", | |
19 | - "OptionTitle": "Suprarenal vein"},{"OptionNumber": "F","OptionTitle": "Left suprarenal gland"},{"OptionNumber": "G","OptionTitle": "Left kidney"}, | |
20 | - {"OptionNumber": "H","OptionTitle": "Abdominal aorta"}], | |
17 | + "Options": [{"OptionNumber": "A","OptionTitle": "Right kidney","textalign":"left"},{"OptionNumber": "B","OptionTitle": "Right suprarenal gland","textalign":"left"}, | |
18 | + {"OptionNumber": "C","OptionTitle": "Suprarenal artery","textalign":"right"},{"OptionNumber": "D","OptionTitle": "Inferior vena cava","textalign":"left"}, | |
19 | + {"OptionNumber": "E","OptionTitle": "Suprarenal vein","textalign":"right"},{"OptionNumber": "F","OptionTitle": "Left suprarenal gland","textalign":"left"}, | |
20 | + {"OptionNumber": "G","OptionTitle": "Left kidney","textalign":"right"},{"OptionNumber": "H","OptionTitle": "Abdominal aorta","textalign":"right"}], | |
21 | 21 | "correctResponse": [{"OptionBox": "T1","Answer": "D"},{"OptionBox": "T2","Answer": "C"},{"OptionBox": "T3","Answer": "B"},{"OptionBox": "T4","Answer": "A"}, |
22 | 22 | {"OptionBox": "T5","Answer": "F"},{"OptionBox": "T6","Answer": "E"},{"OptionBox": "T7","Answer": "G"},{"OptionBox": "T8","Answer": "H"}] |
23 | 23 | }, |
... | ... | @@ -28,8 +28,8 @@ |
28 | 28 | "ImagePath":"ES-02.JPG", |
29 | 29 | "OptionBox": [{"BoxName": "T1","topcoord":"123","leftcoord":"3","Answervalue":"","QuizText":""},{"BoxName": "T2","topcoord":"233","leftcoord":"3","Answervalue":"","QuizText":""}, |
30 | 30 | {"BoxName": "T3","topcoord":"140","leftcoord":"739","Answervalue":"","QuizText":""},{"BoxName": "T4","topcoord":"226","leftcoord":"739","Answervalue":"","QuizText":""}], |
31 | - "Options": [{"OptionNumber": "A","OptionTitle": "Adenohypophysis"},{"OptionNumber": "B","OptionTitle": "Hypothalamus"}, | |
32 | - {"OptionNumber": "C","OptionTitle": "Infundibulum"},{"OptionNumber": "D","OptionTitle": "Neurohypophysis"}], | |
31 | + "Options": [{"OptionNumber": "A","OptionTitle": "Adenohypophysis","textalign":"bottom"},{"OptionNumber": "B","OptionTitle": "Hypothalamus","textalign":"bottom"}, | |
32 | + {"OptionNumber": "C","OptionTitle": "Infundibulum","textalign":"bottom"},{"OptionNumber": "D","OptionTitle": "Neurohypophysis","textalign":"bottom"}], | |
33 | 33 | "correctResponse": [{"OptionBox": "T1","Answer": "B"},{"OptionBox": "T2","Answer": "A"},{"OptionBox": "T3","Answer": "C"},{"OptionBox": "T4","Answer": "D"}] |
34 | 34 | }, |
35 | 35 | { |
... | ... | @@ -41,10 +41,10 @@ |
41 | 41 | {"BoxName": "T3","topcoord":"170","leftcoord":"3","Answervalue":"","QuizText":""},{"BoxName": "T4","topcoord":"258","leftcoord":"3","Answervalue":"","QuizText":""}, |
42 | 42 | {"BoxName": "T5","topcoord":"74","leftcoord":"761","Answervalue":"","QuizText":""},{"BoxName": "T6","topcoord":"146","leftcoord":"761","Answervalue":"","QuizText":""}, |
43 | 43 | {"BoxName": "T7","topcoord":"199","leftcoord":"761","Answervalue":"","QuizText":""},{"BoxName": "T8","topcoord":"258","leftcoord":"761","Answervalue":"","QuizText":""}], |
44 | - "Options": [{"OptionNumber": "A","OptionTitle": "Ovary"},{"OptionNumber": "B","OptionTitle": "Uterus"}, | |
45 | - {"OptionNumber": "C","OptionTitle": "Ureter"},{"OptionNumber": "D","OptionTitle": "Vagina"},{"OptionNumber": "E", | |
46 | - "OptionTitle": "Urethra"},{"OptionNumber": "F","OptionTitle": "Urinary bladder"},{"OptionNumber": "G","OptionTitle": "Pubic symphysis"}, | |
47 | - {"OptionNumber": "H","OptionTitle": "Uterine tube"}], | |
44 | + "Options": [{"OptionNumber": "A","OptionTitle": "Ovary","textalign":"bottom"},{"OptionNumber": "B","OptionTitle": "Uterus","textalign":"bottom"}, | |
45 | + {"OptionNumber": "C","OptionTitle": "Ureter","textalign":"bottom"},{"OptionNumber": "D","OptionTitle": "Vagina","textalign":"bottom"}, | |
46 | + {"OptionNumber": "E","OptionTitle": "Urethra","textalign":"bottom"},{"OptionNumber": "F","OptionTitle": "Urinary bladder","textalign":"bottom"}, | |
47 | + {"OptionNumber": "G","OptionTitle": "Pubic symphysis","textalign":"bottom"},{"OptionNumber": "H","OptionTitle": "Uterine tube","textalign":"bottom"}], | |
48 | 48 | "correctResponse": [{"OptionBox": "T1","Answer": "H"},{"OptionBox": "T2","Answer": "B"},{"OptionBox": "T3","Answer": "F"},{"OptionBox": "T4","Answer": "E"}, |
49 | 49 | {"OptionBox": "T5","Answer": "A"},{"OptionBox": "T6","Answer": "C"},{"OptionBox": "T7","Answer": "G"},{"OptionBox": "T8","Answer": "D"}] |
50 | 50 | }, |
... | ... | @@ -57,10 +57,10 @@ |
57 | 57 | {"BoxName": "T3","topcoord":"268","leftcoord":"5","Answervalue":"","QuizText":""},{"BoxName": "T4","topcoord":"346","leftcoord":"5","Answervalue":"","QuizText":""}, |
58 | 58 | {"BoxName": "T5","topcoord":"35","leftcoord":"614","Answervalue":"","QuizText":""},{"BoxName": "T6","topcoord":"182","leftcoord":"614","Answervalue":"","QuizText":""}, |
59 | 59 | {"BoxName": "T7","topcoord":"258","leftcoord":"614","Answervalue":"","QuizText":""},{"BoxName": "T8","topcoord":"381","leftcoord":"614","Answervalue":"","QuizText":""}], |
60 | - "Options": [{"OptionNumber": "A","OptionTitle": "Esophagus"},{"OptionNumber": "B","OptionTitle": "Spleen"}, | |
61 | - {"OptionNumber": "C","OptionTitle": "Tail of pancreas"},{"OptionNumber": "D","OptionTitle": "Body of pancreas"},{"OptionNumber": "E", | |
62 | - "OptionTitle": "Pancreatic duct"},{"OptionNumber": "F","OptionTitle": "Head of pancreas"},{"OptionNumber": "G","OptionTitle": "Bile duct"}, | |
63 | - {"OptionNumber": "H","OptionTitle": "Gallbladder"}], | |
60 | + "Options": [{"OptionNumber": "A","OptionTitle": "Esophagus","textalign":"right"},{"OptionNumber": "B","OptionTitle": "Spleen","textalign":"left"}, | |
61 | + {"OptionNumber": "C","OptionTitle": "Tail of pancreas","textalign":"right"},{"OptionNumber": "D","OptionTitle": "Body of pancreas","textalign":"left"}, | |
62 | + {"OptionNumber": "E","OptionTitle": "Pancreatic duct","textalign":"right"},{"OptionNumber": "F","OptionTitle": "Head of pancreas","textalign":"left"}, | |
63 | + {"OptionNumber": "G","OptionTitle": "Bile duct","textalign":"left"},{"OptionNumber": "H","OptionTitle": "Gallbladder","textalign":"right"}], | |
64 | 64 | "correctResponse": [{"OptionBox": "T1","Answer": "A"},{"OptionBox": "T2","Answer": "H"},{"OptionBox": "T3","Answer": "G"},{"OptionBox": "T4","Answer": "F"}, |
65 | 65 | {"OptionBox": "T5","Answer": "B"},{"OptionBox": "T6","Answer": "C"},{"OptionBox": "T7","Answer": "D"},{"OptionBox": "T8","Answer": "E"}] |
66 | 66 | }, |
... | ... | @@ -72,9 +72,9 @@ |
72 | 72 | "OptionBox": [{"BoxName": "T1","topcoord":"50","leftcoord":"5","Answervalue":"","QuizText":""},{"BoxName": "T2","topcoord":"116","leftcoord":"5","Answervalue":"","QuizText":""}, |
73 | 73 | {"BoxName": "T3","topcoord":"200","leftcoord":"5","Answervalue":"","QuizText":""},{"BoxName": "T4","topcoord":"283","leftcoord":"5","Answervalue":"","QuizText":""}, |
74 | 74 | {"BoxName": "T5","topcoord":"97","leftcoord":"762","Answervalue":"","QuizText":""},{"BoxName": "T6","topcoord":"145","leftcoord":"762","Answervalue":"","QuizText":""}], |
75 | - "Options": [{"OptionNumber": "A","OptionTitle": "Seminal vesicle"},{"OptionNumber": "B","OptionTitle": "Prostate gland"},{"OptionNumber": "C","OptionTitle": "Ductus deferens"}, | |
76 | - {"OptionNumber": "D","OptionTitle": "Testis"},{"OptionNumber": "E","OptionTitle": "Pubic symphysis"}, | |
77 | - {"OptionNumber": "F","OptionTitle": "Urinary bladder"}], | |
75 | + "Options": [{"OptionNumber": "A","OptionTitle": "Seminal vesicle","textalign":"bottom"},{"OptionNumber": "B","OptionTitle": "Prostate gland","textalign":"bottom"}, | |
76 | + {"OptionNumber": "C","OptionTitle": "Ductus deferens","textalign":"bottom"},{"OptionNumber": "D","OptionTitle": "Testis","textalign":"bottom"}, | |
77 | + {"OptionNumber": "E","OptionTitle": "Pubic symphysis","textalign":"bottom"},{"OptionNumber": "F","OptionTitle": "Urinary bladder","textalign":"bottom"}], | |
78 | 78 | "correctResponse": [{"OptionBox": "T1","Answer": "F"},{"OptionBox": "T2","Answer": "E"},{"OptionBox": "T3","Answer": "C"},{"OptionBox": "T4","Answer": "D"}, |
79 | 79 | {"OptionBox": "T5","Answer": "A"},{"OptionBox": "T6","Answer": "B"}] |
80 | 80 | }, |
... | ... | @@ -87,10 +87,10 @@ |
87 | 87 | {"BoxName": "T3","topcoord":"222","leftcoord":"2","Answervalue":"","QuizText":""},{"BoxName": "T4","topcoord":"280","leftcoord":"2","Answervalue":"","QuizText":""}, |
88 | 88 | {"BoxName": "T5","topcoord":"114","leftcoord":"613","Answervalue":"","QuizText":""},{"BoxName": "T6","topcoord":"175","leftcoord":"613","Answervalue":"","QuizText":""}, |
89 | 89 | {"BoxName": "T7","topcoord":"254","leftcoord":"613","Answervalue":"","QuizText":""},{"BoxName": "T8","topcoord":"365","leftcoord":"613","Answervalue":"","QuizText":""}], |
90 | - "Options": [{"OptionNumber": "A","OptionTitle": "Left brachiocephalic vein"},{"OptionNumber": "B","OptionTitle": "Thymus gland"}, | |
91 | - {"OptionNumber": "C","OptionTitle": "Arch of aorta"},{"OptionNumber": "D","OptionTitle": "Parietal pleura"},{"OptionNumber": "E", | |
92 | - "OptionTitle": "Pericardial sac"},{"OptionNumber": "F","OptionTitle": "Superior vena cava"},{"OptionNumber": "G","OptionTitle": "Right brachiocephalic vein"}, | |
93 | - {"OptionNumber": "H","OptionTitle": "Trachea"}], | |
90 | + "Options": [{"OptionNumber": "A","OptionTitle": "Left brachiocephalic vein","textalign":"right"},{"OptionNumber": "B","OptionTitle": "Thymus gland","textalign":"right"}, | |
91 | + {"OptionNumber": "C","OptionTitle": "Arch of aorta","textalign":"left"},{"OptionNumber": "D","OptionTitle": "Parietal pleura","textalign":"right"}, | |
92 | + {"OptionNumber": "E","OptionTitle": "Pericardial sac","textalign":"left"},{"OptionNumber": "F","OptionTitle": "Superior vena cava","textalign":"left"}, | |
93 | + {"OptionNumber": "G","OptionTitle": "Right brachiocephalic vein","textalign":"left"},{"OptionNumber": "H","OptionTitle": "Trachea","textalign":"left"}], | |
94 | 94 | "correctResponse": [{"OptionBox": "T1","Answer": "H"},{"OptionBox": "T2","Answer": "G"},{"OptionBox": "T3","Answer": "F"},{"OptionBox": "T4","Answer": "E"}, |
95 | 95 | {"OptionBox": "T5","Answer": "A"},{"OptionBox": "T6","Answer": "B"},{"OptionBox": "T7","Answer": "C"},{"OptionBox": "T8","Answer": "D"}] |
96 | 96 | }, |
... | ... | @@ -102,9 +102,9 @@ |
102 | 102 | "OptionBox": [{"BoxName": "T1","topcoord":"19","leftcoord":"3","Answervalue":"","QuizText":""},{"BoxName": "T2","topcoord":"344","leftcoord":"3","Answervalue":"","QuizText":""}, |
103 | 103 | {"BoxName": "T3","topcoord":"392","leftcoord":"3","Answervalue":"","QuizText":""},{"BoxName": "T4","topcoord":"240","leftcoord":"613","Answervalue":"","QuizText":""}, |
104 | 104 | {"BoxName": "T5","topcoord":"294","leftcoord":"613","Answervalue":"","QuizText":""},{"BoxName": "T6","topcoord":"372","leftcoord":"613","Answervalue":"","QuizText":""}], |
105 | - "Options": [{"OptionNumber": "A","OptionTitle": "Pituitary gland"},{"OptionNumber": "B","OptionTitle": "Hyoid bone"},{"OptionNumber": "C","OptionTitle": "Thyroid cartilage"}, | |
106 | - {"OptionNumber": "D","OptionTitle": "Thyroid gland"},{"OptionNumber": "E","OptionTitle": "Inferior parathyroid gland"}, | |
107 | - {"OptionNumber": "F","OptionTitle": "Superior parathyroid gland"}], | |
105 | + "Options": [{"OptionNumber": "A","OptionTitle": "Pituitary gland","textalign":"right"},{"OptionNumber": "B","OptionTitle": "Hyoid bone","textalign":"right"}, | |
106 | + {"OptionNumber": "C","OptionTitle": "Thyroid cartilage","textalign":"left"},{"OptionNumber": "D","OptionTitle": "Thyroid gland","textalign":"left"}, | |
107 | + {"OptionNumber": "E","OptionTitle": "Inferior parathyroid gland","textalign":"left"},{"OptionNumber": "F","OptionTitle": "Superior parathyroid gland","textalign":"right"}], | |
108 | 108 | "correctResponse": [{"OptionBox": "T1","Answer": "A"},{"OptionBox": "T2","Answer": "F"},{"OptionBox": "T3","Answer": "E"},{"OptionBox": "T4","Answer": "B"}, |
109 | 109 | {"OptionBox": "T5","Answer": "C"},{"OptionBox": "T6","Answer": "D"}] |
110 | 110 | }, |
... | ... | @@ -117,10 +117,10 @@ |
117 | 117 | {"BoxName": "T3","topcoord":"188","leftcoord":"4","Answervalue":"","QuizText":""},{"BoxName": "T4","topcoord":"327","leftcoord":"4","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 | - "Options": [{"OptionNumber": "A","OptionTitle": "Cricoid cartilage"},{"OptionNumber": "B","OptionTitle": "Thyroid gland"}, | |
121 | - {"OptionNumber": "C","OptionTitle": "Trachea"},{"OptionNumber": "D","OptionTitle": "Manubrium"},{"OptionNumber": "E", | |
122 | - "OptionTitle": "External jugular vein"},{"OptionNumber": "F","OptionTitle": "Internal jugular vein"},{"OptionNumber": "G","OptionTitle": "Thyroid cartilage"}, | |
123 | - {"OptionNumber": "H","OptionTitle": "Hyoid bone"}], | |
120 | + "Options": [{"OptionNumber": "A","OptionTitle": "Cricoid cartilage","textalign":"bottom"},{"OptionNumber": "B","OptionTitle": "Thyroid gland","textalign":"bottom"}, | |
121 | + {"OptionNumber": "C","OptionTitle": "Trachea","textalign":"bottom"},{"OptionNumber": "D","OptionTitle": "Manubrium","textalign":"bottom"}, | |
122 | + {"OptionNumber": "E","OptionTitle": "External jugular vein","textalign":"bottom"},{"OptionNumber": "F","OptionTitle": "Internal jugular vein","textalign":"bottom"}, | |
123 | + {"OptionNumber": "G","OptionTitle": "Thyroid cartilage","textalign":"bottom"},{"OptionNumber": "H","OptionTitle": "Hyoid bone","textalign":"bottom"}], | |
124 | 124 | "correctResponse": [{"OptionBox": "T1","Answer": "H"},{"OptionBox": "T2","Answer": "G"},{"OptionBox": "T3","Answer": "E"},{"OptionBox": "T4","Answer": "F"}, |
125 | 125 | {"OptionBox": "T5","Answer": "A"},{"OptionBox": "T6","Answer": "B"},{"OptionBox": "T7","Answer": "C"},{"OptionBox": "T8","Answer": "D"}] |
126 | 126 | }, |
... | ... | @@ -129,12 +129,12 @@ |
129 | 129 | "Title": "Complete the statements below.", |
130 | 130 | "activityTitle": "Endocrine Glands", |
131 | 131 | "ImagePath":"", |
132 | - "OptionBox": [{"BoxName": "T1","topcoord":"-156","leftcoord":"-45","Answervalue":"","QuizText":"The ________________________ gland is connected to the hypothalamus by the infundibulum and stores ADH and oxytocin."}, | |
133 | - {"BoxName": "T2","topcoord":"-122","leftcoord":"-45","Answervalue":"","QuizText":"The ________________________ gland secretes several tropic hormones such as TSH, ACTH, FSH, and LH."}, | |
134 | - {"BoxName": "T3","topcoord":"-88","leftcoord":"-45","Answervalue":"","QuizText":"The ________________________ gland secretes the hormone responsible for maintaining the body's metabolic rate."}, | |
135 | - {"BoxName": "T4","topcoord":"-54","leftcoord":"-45","Answervalue":"","QuizText":"The ________________________ is known as the body's stress gland."}], | |
136 | - "Options": [{"OptionNumber": "A","OptionTitle": "neurohypohysis"},{"OptionNumber": "B","OptionTitle": "adenohypophysis"}, | |
137 | - {"OptionNumber": "C","OptionTitle": "thyroid"},{"OptionNumber": "D","OptionTitle": "adrenal gland"}], | |
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."}], | |
136 | + "Options": [{"OptionNumber": "A","OptionTitle": "neurohypohysis","textalign":"bottom"},{"OptionNumber": "B","OptionTitle": "adenohypophysis","textalign":"bottom"}, | |
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"}] |
139 | 139 | }, |
140 | 140 | { |
... | ... | @@ -142,12 +142,12 @@ |
142 | 142 | "Title": "Complete the statements below.", |
143 | 143 | "activityTitle": "Hormones I", |
144 | 144 | "ImagePath":"", |
145 | - "OptionBox": [{"BoxName": "T1","topcoord":"-156","leftcoord":"-72","Answervalue":"","QuizText":" ________________________ is responsible for sperm production and maturation of the ova."}, | |
146 | - {"BoxName": "T2","topcoord":"-122","leftcoord":"-72","Answervalue":"","QuizText":" ________________________ is responsible for increasing the production of male and female sex hormones."}, | |
147 | - {"BoxName": "T3","topcoord":"-88","leftcoord":"-72","Answervalue":"","QuizText":" ________________________ stimulates the thyroid gland to produce thyroid hormone."}, | |
148 | - {"BoxName": "T4","topcoord":"-54","leftcoord":"-72","Answervalue":"","QuizText":" ________________________ stimulates the adrenal gland to release glucocorticoid hormones."}], | |
149 | - "Options": [{"OptionNumber": "A","OptionTitle": "FSH"},{"OptionNumber": "B","OptionTitle": "LH"}, | |
150 | - {"OptionNumber": "C","OptionTitle": "TH"},{"OptionNumber": "D","OptionTitle": "ACTH"}], | |
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."}], | |
149 | + "Options": [{"OptionNumber": "A","OptionTitle": "FSH","textalign":"bottom"},{"OptionNumber": "B","OptionTitle": "LH","textalign":"bottom"}, | |
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"}] |
152 | 152 | }, |
153 | 153 | { |
... | ... | @@ -155,12 +155,12 @@ |
155 | 155 | "Title": "Complete the statements below.", |
156 | 156 | "activityTitle": "Hormones II", |
157 | 157 | "ImagePath":"", |
158 | - "OptionBox": [{"BoxName": "T1","topcoord":"-156","leftcoord":"-72","Answervalue":"","QuizText":" _________________________ stimulates uterine contraction."}, | |
159 | - {"BoxName": "T2","topcoord":"-122","leftcoord":"-72","Answervalue":"","QuizText":"_________________________ stimulates milk production."}, | |
160 | - {"BoxName": "T3","topcoord":"-88","leftcoord":"-72","Answervalue":"","QuizText":"_________________________ stimulates water reabsorption."}, | |
161 | - {"BoxName": "T4","topcoord":"-54","leftcoord":"-72","Answervalue":"","QuizText":"_________________________ stimulates sodium reabsorption."}], | |
162 | - "Options": [{"OptionNumber": "A","OptionTitle": "Oxytocin"},{"OptionNumber": "B","OptionTitle": "Prolactin"}, | |
163 | - {"OptionNumber": "C","OptionTitle": "ADH"},{"OptionNumber": "D","OptionTitle": "Aldosterone"}], | |
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."}], | |
162 | + "Options": [{"OptionNumber": "A","OptionTitle": "Oxytocin","textalign":"bottom"},{"OptionNumber": "B","OptionTitle": "Prolactin","textalign":"bottom"}, | |
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"}] |
165 | 165 | }, |
166 | 166 | { |
... | ... | @@ -168,12 +168,12 @@ |
168 | 168 | "Title": "Complete the statements below.", |
169 | 169 | "activityTitle": "Endocrine Glands", |
170 | 170 | "ImagePath":"", |
171 | - "OptionBox": [{"BoxName": "T1","topcoord":"-156","leftcoord":"-45","Answervalue":"","QuizText":"The _________________________ hormone acts primarily on skeletal muscle and bone tissue."}, | |
172 | - {"BoxName": "T2","topcoord":"-122","leftcoord":"-45","Answervalue":"","QuizText":"The _________________________ hormone is secreted by the adrenal medulla in response to stress."}, | |
173 | - {"BoxName": "T3","topcoord":"-88","leftcoord":"-45","Answervalue":"","QuizText":"The _________________________ hormone is secreted by the kidney and promotes red blood cell production."}, | |
174 | - {"BoxName": "T4","topcoord":"-54","leftcoord":"-45","Answervalue":"","QuizText":"The _________________________ hormone is an anti-inflammatory and also responds to chronic stress."}], | |
175 | - "Options": [{"OptionNumber": "A","OptionTitle": "growth"},{"OptionNumber": "B","OptionTitle": "epinephrine"}, | |
176 | - {"OptionNumber": "C","OptionTitle": "erythropoietin"},{"OptionNumber": "D","OptionTitle": "cortisol"}], | |
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."}], | |
175 | + "Options": [{"OptionNumber": "A","OptionTitle": "growth","textalign":"bottom"},{"OptionNumber": "B","OptionTitle": "epinephrine","textalign":"bottom"}, | |
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"}] |
178 | 178 | } |
179 | 179 | ] | ... | ... |
400-SOURCECODE/AIAHTML5.Web/content/data/json/le/LS.json
... | ... | @@ -12,8 +12,8 @@ |
12 | 12 | "ImagePath":"LS-01.JPG", |
13 | 13 | "OptionBox": [{"BoxName": "T1","topcoord":"209","leftcoord":"12","Answervalue":"","QuizText":""},{"BoxName": "T2","topcoord":"254","leftcoord":"12","Answervalue":"","QuizText":""}, |
14 | 14 | {"BoxName": "T3","topcoord":"382","leftcoord":"12","Answervalue":"","QuizText":""},{"BoxName": "T4","topcoord":"343","leftcoord":"622","Answervalue":"","QuizText":""}], |
15 | - "Options": [{"OptionNumber": "A","OptionTitle": "Deep parotid lymph node"},{"OptionNumber": "B","OptionTitle": "Submandibular lymph node"}, | |
16 | - {"OptionNumber": "C","OptionTitle": "Deep cervical lymph node"},{"OptionNumber": "D","OptionTitle": "Occipital lymph node"}], | |
15 | + "Options": [{"OptionNumber": "A","OptionTitle": "Deep parotid lymph node","textalign":"left"},{"OptionNumber": "B","OptionTitle": "Submandibular lymph node","textalign":"right"}, | |
16 | + {"OptionNumber": "C","OptionTitle": "Deep cervical lymph node","textalign":"left"},{"OptionNumber": "D","OptionTitle": "Occipital lymph node","textalign":"right"}], | |
17 | 17 | "correctResponse": [{"OptionBox": "T1","Answer": "A"},{"OptionBox": "T2","Answer": "D"},{"OptionBox": "T3","Answer": "C"},{"OptionBox": "T4","Answer": "B"}] |
18 | 18 | },{ |
19 | 19 | "Number": "2", |
... | ... | @@ -22,8 +22,8 @@ |
22 | 22 | "ImagePath":"LS-02.JPG", |
23 | 23 | "OptionBox": [{"BoxName": "T1","topcoord":"97","leftcoord":"8","Answervalue":"","QuizText":""},{"BoxName": "T2","topcoord":"136","leftcoord":"8","Answervalue":"","QuizText":""}, |
24 | 24 | {"BoxName": "T3","topcoord":"256","leftcoord":"8","Answervalue":"","QuizText":""},{"BoxName": "T4","topcoord":"329","leftcoord":"8","Answervalue":"","QuizText":""}], |
25 | - "Options": [{"OptionNumber": "A","OptionTitle": "Thoracic duct"},{"OptionNumber": "B","OptionTitle": "Lumbar lymph node"}, | |
26 | - {"OptionNumber": "C","OptionTitle": "Cisterna chyli"},{"OptionNumber": "D","OptionTitle": "Intercostal lymph node"}], | |
25 | + "Options": [{"OptionNumber": "A","OptionTitle": "Thoracic duct","textalign":"left"},{"OptionNumber": "B","OptionTitle": "Lumbar lymph node","textalign":"right"}, | |
26 | + {"OptionNumber": "C","OptionTitle": "Cisterna chyli","textalign":"left"},{"OptionNumber": "D","OptionTitle": "Intercostal lymph node","textalign":"right"}], | |
27 | 27 | "correctResponse": [{"OptionBox": "T1","Answer": "D"},{"OptionBox": "T2","Answer": "C"},{"OptionBox": "T3","Answer": "A"},{"OptionBox": "T4","Answer": "B"}] |
28 | 28 | },{ |
29 | 29 | "Number": "3", | ... | ... |
400-SOURCECODE/AIAHTML5.Web/content/data/json/le/MS.json
... | ... | @@ -14,10 +14,10 @@ |
14 | 14 | {"BoxName": "T3","topcoord":"405","leftcoord":"8","Answervalue":"","QuizText":""},{"BoxName": "T4","topcoord":"33","leftcoord":"559","Answervalue":"","QuizText":""}, |
15 | 15 | {"BoxName": "T5","topcoord":"110","leftcoord":"559","Answervalue":"","QuizText":""},{"BoxName": "T6","topcoord":"218","leftcoord":"559","Answervalue":"","QuizText":""}, |
16 | 16 | {"BoxName": "T7","topcoord":"263","leftcoord":"559","Answervalue":"","QuizText":""},{"BoxName": "T8","topcoord":"411","leftcoord":"559","Answervalue":"","QuizText":""}], |
17 | - "Options": [{"OptionNumber": "A","OptionTitle": "Frontalis muscle"},{"OptionNumber": "B","OptionTitle": "Orbicularis oculi muscle"}, | |
18 | - {"OptionNumber": "C","OptionTitle": "Levator labii superioris muscle"},{"OptionNumber": "D","OptionTitle": "Zygomaticus minor muscle"}, | |
19 | - {"OptionNumber": "E","OptionTitle": "Zygomaticus major muscle"},{"OptionNumber": "F","OptionTitle": "Orbicularis oris muscle"}, | |
20 | - {"OptionNumber": "G","OptionTitle": "Sternocleidomastoid muscle"},{"OptionNumber": "H","OptionTitle": "Trapezius"}], | |
17 | + "Options": [{"OptionNumber": "A","OptionTitle": "Frontalis muscle","textalign":"left"},{"OptionNumber": "B","OptionTitle": "Orbicularis oculi muscle","textalign":"right"}, | |
18 | + {"OptionNumber": "C","OptionTitle": "Levator labii superioris muscle","textalign":"left"},{"OptionNumber": "D","OptionTitle": "Zygomaticus minor muscle","textalign":"right"}, | |
19 | + {"OptionNumber": "E","OptionTitle": "Zygomaticus major muscle","textalign":"left"},{"OptionNumber": "F","OptionTitle": "Orbicularis oris muscle","textalign":"right"}, | |
20 | + {"OptionNumber": "G","OptionTitle": "Sternocleidomastoid muscle","textalign":"left"},{"OptionNumber": "H","OptionTitle": "Trapezius","textalign":"right"}], | |
21 | 21 | "correctResponse": [{"OptionBox": "T1","Answer": "C"},{"OptionBox": "T2","Answer": "F"},{"OptionBox": "T3","Answer": "G"},{"OptionBox": "T4","Answer": "A"}, |
22 | 22 | {"OptionBox": "T5","Answer": "B"},{"OptionBox": "T6","Answer": "D"},{"OptionBox": "T7","Answer": "E"},{"OptionBox": "T8","Answer": "H"}] |
23 | 23 | },{ |
... | ... | @@ -29,10 +29,10 @@ |
29 | 29 | {"BoxName": "T3","topcoord":"362","leftcoord":"6","Answervalue":"","QuizText":""},{"BoxName": "T4","topcoord":"93","leftcoord":"616","Answervalue":"","QuizText":""}, |
30 | 30 | {"BoxName": "T5","topcoord":"178","leftcoord":"616","Answervalue":"","QuizText":""},{"BoxName": "T6","topcoord":"287","leftcoord":"616","Answervalue":"","QuizText":""}, |
31 | 31 | {"BoxName": "T7","topcoord":"326","leftcoord":"616","Answervalue":"","QuizText":""},{"BoxName": "T8","topcoord":"389","leftcoord":"616","Answervalue":"","QuizText":""}], |
32 | - "Options": [{"OptionNumber": "A","OptionTitle": "Occipitalis"},{"OptionNumber": "B","OptionTitle": "Parotid gland"}, | |
33 | - {"OptionNumber": "C","OptionTitle": "Sternocleidomastoid muscle"},{"OptionNumber": "D","OptionTitle": "Frontalis"}, | |
34 | - {"OptionNumber": "E","OptionTitle": "Orbicularis oculi muscle"},{"OptionNumber": "F","OptionTitle": "Orbicularis oris muscle"}, | |
35 | - {"OptionNumber": "G","OptionTitle": "Masseter muscle"},{"OptionNumber": "H","OptionTitle": "Platysma muscle"}], | |
32 | + "Options": [{"OptionNumber": "A","OptionTitle": "Occipitalis","textalign":"right"},{"OptionNumber": "B","OptionTitle": "Parotid gland","textalign":"left"}, | |
33 | + {"OptionNumber": "C","OptionTitle": "Sternocleidomastoid muscle","textalign":"right"},{"OptionNumber": "D","OptionTitle": "Frontalis","textalign":"left"}, | |
34 | + {"OptionNumber": "E","OptionTitle": "Orbicularis oculi muscle","textalign":"left"},{"OptionNumber": "F","OptionTitle": "Orbicularis oris muscle","textalign":"right"}, | |
35 | + {"OptionNumber": "G","OptionTitle": "Masseter muscle","textalign":"left"},{"OptionNumber": "H","OptionTitle": "Platysma muscle","textalign":"right"}], | |
36 | 36 | "correctResponse": [{"OptionBox": "T1","Answer": "A"},{"OptionBox": "T2","Answer": "B"},{"OptionBox": "T3","Answer": "C"},{"OptionBox": "T4","Answer": "D"}, |
37 | 37 | {"OptionBox": "T5","Answer": "E"},{"OptionBox": "T6","Answer": "F"},{"OptionBox": "T7","Answer": "G"},{"OptionBox": "T8","Answer": "H"}] |
38 | 38 | },{ |
... | ... | @@ -42,8 +42,8 @@ |
42 | 42 | "ImagePath":"MS-03.JPG", |
43 | 43 | "OptionBox": [{"BoxName": "T1","topcoord":"251","leftcoord":"10","Answervalue":"","QuizText":""},{"BoxName": "T2","topcoord":"316","leftcoord":"10","Answervalue":"","QuizText":""}, |
44 | 44 | {"BoxName": "T3","topcoord":"182","leftcoord":"622","Answervalue":"","QuizText":""},{"BoxName": "T4","topcoord":"270","leftcoord":"622","Answervalue":"","QuizText":""}], |
45 | - "Options": [{"OptionNumber": "A","OptionTitle": "Splenius capitis muscle"},{"OptionNumber": "B","OptionTitle": "Semispinalis capitis muscle"}, | |
46 | - {"OptionNumber": "C","OptionTitle": "Occipitalis muscle"},{"OptionNumber": "D","OptionTitle": "Sternocleidomastoid muscle"}], | |
45 | + "Options": [{"OptionNumber": "A","OptionTitle": "Splenius capitis muscle","textalign":"left"},{"OptionNumber": "B","OptionTitle": "Semispinalis capitis muscle","textalign":"right"}, | |
46 | + {"OptionNumber": "C","OptionTitle": "Occipitalis muscle","textalign":"left"},{"OptionNumber": "D","OptionTitle": "Sternocleidomastoid muscle","textalign":"right"}], | |
47 | 47 | "correctResponse": [{"OptionBox": "T1","Answer": "B"},{"OptionBox": "T2","Answer": "A"},{"OptionBox": "T3","Answer": "C"},{"OptionBox": "T4","Answer": "D"}] |
48 | 48 | },{ |
49 | 49 | "Number": "4", |
... | ... | @@ -54,10 +54,10 @@ |
54 | 54 | {"BoxName": "T3","topcoord":"266","leftcoord":"14","Answervalue":"","QuizText":""},{"BoxName": "T4","topcoord":"324","leftcoord":"14","Answervalue":"","QuizText":""}, |
55 | 55 | {"BoxName": "T5","topcoord":"221","leftcoord":"911","Answervalue":"","QuizText":""},{"BoxName": "T6","topcoord":"265","leftcoord":"911","Answervalue":"","QuizText":""}, |
56 | 56 | {"BoxName": "T7","topcoord":"309","leftcoord":"911","Answervalue":"","QuizText":""},{"BoxName": "T8","topcoord":"350","leftcoord":"911","Answervalue":"","QuizText":""}], |
57 | - "Options": [{"OptionNumber": "A","OptionTitle": "Infraspinatus muscle"},{"OptionNumber": "B","OptionTitle": "Teres minor musle"}, | |
58 | - {"OptionNumber": "C","OptionTitle": "Teres major muscle"},{"OptionNumber": "D","OptionTitle": "Long head of triceps brachii muscle"}, | |
59 | - {"OptionNumber": "E","OptionTitle": "Lateral head of triceps brachii muscle"},{"OptionNumber": "F","OptionTitle": "Supraspinatus muscle"}, | |
60 | - {"OptionNumber": "G","OptionTitle": "Rhomboid minor muscle"},{"OptionNumber": "H","OptionTitle": "Rhomboid major muscle"}], | |
57 | + "Options": [{"OptionNumber": "A","OptionTitle": "Infraspinatus muscle","textalign":"bottom"},{"OptionNumber": "B","OptionTitle": "Teres minor musle","textalign":"bottom"}, | |
58 | + {"OptionNumber": "C","OptionTitle": "Teres major muscle","textalign":"bottom"},{"OptionNumber": "D","OptionTitle": "Long head of triceps brachii muscle","textalign":"bottom"}, | |
59 | + {"OptionNumber": "E","OptionTitle": "Lateral head of triceps brachii muscle","textalign":"bottom"},{"OptionNumber": "F","OptionTitle": "Supraspinatus muscle","textalign":"bottom"}, | |
60 | + {"OptionNumber": "G","OptionTitle": "Rhomboid minor muscle","textalign":"bottom"},{"OptionNumber": "H","OptionTitle": "Rhomboid major muscle","textalign":"bottom"}], | |
61 | 61 | "correctResponse": [{"OptionBox": "T1","Answer": "F"},{"OptionBox": "T2","Answer": "A"},{"OptionBox": "T3","Answer": "B"},{"OptionBox": "T4","Answer": "C"}, |
62 | 62 | {"OptionBox": "T5","Answer": "G"},{"OptionBox": "T6","Answer": "H"},{"OptionBox": "T7","Answer": "D"},{"OptionBox": "T8","Answer": "E"}] |
63 | 63 | },{ |
... | ... | @@ -69,10 +69,10 @@ |
69 | 69 | {"BoxName": "T3","topcoord":"277","leftcoord":"5","Answervalue":"","QuizText":""},{"BoxName": "T4","topcoord":"370","leftcoord":"5","Answervalue":"","QuizText":""}, |
70 | 70 | {"BoxName": "T5","topcoord":"128","leftcoord":"615","Answervalue":"","QuizText":""},{"BoxName": "T6","topcoord":"172","leftcoord":"615","Answervalue":"","QuizText":""}, |
71 | 71 | {"BoxName": "T7","topcoord":"252","leftcoord":"615","Answervalue":"","QuizText":""},{"BoxName": "T8","topcoord":"299","leftcoord":"615","Answervalue":"","QuizText":""}], |
72 | - "Options": [{"OptionNumber": "A","OptionTitle": "Bicep brachii muscle"},{"OptionNumber": "B","OptionTitle": "Brachialis muscle"}, | |
73 | - {"OptionNumber": "C","OptionTitle": "Brachioradialis muscle"},{"OptionNumber": "D","OptionTitle": "Pronator teres muscle"}, | |
74 | - {"OptionNumber": "E","OptionTitle": "Flexor carpi radialis muscle"},{"OptionNumber": "F","OptionTitle": "Palmaris longus muscle"}, | |
75 | - {"OptionNumber": "G","OptionTitle": "Flexor digitorum superficialis muscle"},{"OptionNumber": "H","OptionTitle": "Flexor carpi ulnaris muscle"}], | |
72 | + "Options": [{"OptionNumber": "A","OptionTitle": "Bicep brachii muscle","textalign":"left"},{"OptionNumber": "B","OptionTitle": "Brachialis muscle","textalign":"left"}, | |
73 | + {"OptionNumber": "C","OptionTitle": "Brachioradialis muscle","textalign":"right"},{"OptionNumber": "D","OptionTitle": "Pronator teres muscle","textalign":"right"}, | |
74 | + {"OptionNumber": "E","OptionTitle": "Flexor carpi radialis muscle","textalign":"left"},{"OptionNumber": "F","OptionTitle": "Palmaris longus muscle","textalign":"left"}, | |
75 | + {"OptionNumber": "G","OptionTitle": "Flexor digitorum superficialis muscle","textalign":"right"},{"OptionNumber": "H","OptionTitle": "Flexor carpi ulnaris muscle","textalign":"right"}], | |
76 | 76 | "correctResponse": [{"OptionBox": "T1","Answer": "A"},{"OptionBox": "T2","Answer": "B"},{"OptionBox": "T3","Answer": "C"},{"OptionBox": "T4","Answer": "G"}, |
77 | 77 | {"OptionBox": "T5","Answer": "D"},{"OptionBox": "T6","Answer": "E"},{"OptionBox": "T7","Answer": "F"},{"OptionBox": "T8","Answer": "H"}] |
78 | 78 | },{ |
... | ... | @@ -84,10 +84,10 @@ |
84 | 84 | {"BoxName": "T3","topcoord":"11","leftcoord":"613","Answervalue":"","QuizText":""},{"BoxName": "T4","topcoord":"64","leftcoord":"613","Answervalue":"","QuizText":""}, |
85 | 85 | {"BoxName": "T5","topcoord":"125","leftcoord":"613","Answervalue":"","QuizText":""},{"BoxName": "T6","topcoord":"192","leftcoord":"613","Answervalue":"","QuizText":""}, |
86 | 86 | {"BoxName": "T7","topcoord":"287","leftcoord":"613","Answervalue":"","QuizText":""},{"BoxName": "T8","topcoord":"324","leftcoord":"613","Answervalue":"","QuizText":""}], |
87 | - "Options": [{"OptionNumber": "A","OptionTitle": "Platysma muscle"},{"OptionNumber": "B","OptionTitle": "Trapezius muscle"}, | |
88 | - {"OptionNumber": "C","OptionTitle": "Deltoid muscle"},{"OptionNumber": "D","OptionTitle": "Sternocleidomastoid muscle"}, | |
89 | - {"OptionNumber": "E","OptionTitle": "Pectoralis major muscle"},{"OptionNumber": "F","OptionTitle": "Serratus anterior muscle"}, | |
90 | - {"OptionNumber": "G","OptionTitle": "External oblique muscle"},{"OptionNumber": "H","OptionTitle": "External oblique aponeurosis"}], | |
87 | + "Options": [{"OptionNumber": "A","OptionTitle": "Platysma muscle","textalign":"left"},{"OptionNumber": "B","OptionTitle": "Trapezius muscle","textalign":"right"}, | |
88 | + {"OptionNumber": "C","OptionTitle": "Deltoid muscle","textalign":"left"},{"OptionNumber": "D","OptionTitle": "Sternocleidomastoid muscle","textalign":"right"}, | |
89 | + {"OptionNumber": "E","OptionTitle": "Pectoralis major muscle","textalign":"left"},{"OptionNumber": "F","OptionTitle": "Serratus anterior muscle","textalign":"left"}, | |
90 | + {"OptionNumber": "G","OptionTitle": "External oblique muscle","textalign":"right"},{"OptionNumber": "H","OptionTitle": "External oblique aponeurosis","textalign":"right"}], | |
91 | 91 | "correctResponse": [{"OptionBox": "T1","Answer": "A"},{"OptionBox": "T2","Answer": "D"},{"OptionBox": "T3","Answer": "B"},{"OptionBox": "T4","Answer": "C"}, |
92 | 92 | {"OptionBox": "T5","Answer": "E"},{"OptionBox": "T6","Answer": "F"},{"OptionBox": "T7","Answer": "G"},{"OptionBox": "T8","Answer": "H"}] |
93 | 93 | },{ |
... | ... | @@ -99,10 +99,10 @@ |
99 | 99 | {"BoxName": "T3","topcoord":"277","leftcoord":"5","Answervalue":"","QuizText":""},{"BoxName": "T4","topcoord":"311","leftcoord":"5","Answervalue":"","QuizText":""}, |
100 | 100 | {"BoxName": "T5","topcoord":"381","leftcoord":"5","Answervalue":"","QuizText":""},{"BoxName": "T6","topcoord":"183","leftcoord":"613","Answervalue":"","QuizText":""}, |
101 | 101 | {"BoxName": "T7","topcoord":"283","leftcoord":"613","Answervalue":"","QuizText":""}], |
102 | - "Options": [{"OptionNumber": "A","OptionTitle": "Deltoid muscle"},{"OptionNumber": "B","OptionTitle": "Coracobrachialis muscle"}, | |
103 | - {"OptionNumber": "C","OptionTitle": "Brachialis muscle"},{"OptionNumber": "D","OptionTitle": "Serratus anterior muscle"}, | |
104 | - {"OptionNumber": "E","OptionTitle": "External intercostal muscle"},{"OptionNumber": "F","OptionTitle": "Long head of triceps brachii muscle"}, | |
105 | - {"OptionNumber": "G","OptionTitle": "Lateral head of triceps brachii muscle"}], | |
102 | + "Options": [{"OptionNumber": "A","OptionTitle": "Deltoid muscle","textalign":"right"},{"OptionNumber": "B","OptionTitle": "Coracobrachialis muscle","textalign":"left"}, | |
103 | + {"OptionNumber": "C","OptionTitle": "Brachialis muscle","textalign":"right"},{"OptionNumber": "D","OptionTitle": "Serratus anterior muscle","textalign":"left"}, | |
104 | + {"OptionNumber": "E","OptionTitle": "External intercostal muscle","textalign":"right"},{"OptionNumber": "F","OptionTitle": "Long head of triceps brachii muscle","textalign":"left"}, | |
105 | + {"OptionNumber": "G","OptionTitle": "Lateral head of triceps brachii muscle","textalign":"left"}], | |
106 | 106 | "correctResponse": [{"OptionBox": "T1","Answer": "A"},{"OptionBox": "T2","Answer": "B"},{"OptionBox": "T3","Answer": "G"},{"OptionBox": "T4","Answer": "F"}, |
107 | 107 | {"OptionBox": "T5","Answer": "C"},{"OptionBox": "T6","Answer": "E"},{"OptionBox": "T7","Answer": "D"}] |
108 | 108 | },{ |
... | ... | @@ -114,10 +114,10 @@ |
114 | 114 | {"BoxName": "T3","topcoord":"121","leftcoord":"4","Answervalue":"","QuizText":""},{"BoxName": "T4","topcoord":"207","leftcoord":"4","Answervalue":"","QuizText":""}, |
115 | 115 | {"BoxName": "T5","topcoord":"42","leftcoord":"817","Answervalue":"","QuizText":""},{"BoxName": "T6","topcoord":"115","leftcoord":"817","Answervalue":"","QuizText":""}, |
116 | 116 | {"BoxName": "T7","topcoord":"155","leftcoord":"817","Answervalue":"","QuizText":""},{"BoxName": "T8","topcoord":"339","leftcoord":"817","Answervalue":"","QuizText":""}], |
117 | - "Options": [{"OptionNumber": "A","OptionTitle": "Tensor fasciae latae muscle"},{"OptionNumber": "B","OptionTitle": "Rectus femoris muscle"}, | |
118 | - {"OptionNumber": "C","OptionTitle": "Vastus lateralis muscle"},{"OptionNumber": "D","OptionTitle": "Vastus medialis muscle"}, | |
119 | - {"OptionNumber": "E","OptionTitle": "Pectineus muscle"},{"OptionNumber": "F","OptionTitle": "Adductor longus muscle"}, | |
120 | - {"OptionNumber": "G","OptionTitle": "Adductor magnus muscle"},{"OptionNumber": "H","OptionTitle": "Sartorius muscle"}], | |
117 | + "Options": [{"OptionNumber": "A","OptionTitle": "Tensor fasciae latae muscle","textalign":"bottom"},{"OptionNumber": "B","OptionTitle": "Rectus femoris muscle","textalign":"bottom"}, | |
118 | + {"OptionNumber": "C","OptionTitle": "Vastus lateralis muscle","textalign":"bottom"},{"OptionNumber": "D","OptionTitle": "Vastus medialis muscle","textalign":"bottom"}, | |
119 | + {"OptionNumber": "E","OptionTitle": "Pectineus muscle","textalign":"bottom"},{"OptionNumber": "F","OptionTitle": "Adductor longus muscle","textalign":"bottom"}, | |
120 | + {"OptionNumber": "G","OptionTitle": "Adductor magnus muscle","textalign":"bottom"},{"OptionNumber": "H","OptionTitle": "Sartorius muscle","textalign":"bottom"}], | |
121 | 121 | "correctResponse": [{"OptionBox": "T1","Answer": "A"},{"OptionBox": "T2","Answer": "B"},{"OptionBox": "T3","Answer": "H"},{"OptionBox": "T4","Answer": "C"}, |
122 | 122 | {"OptionBox": "T5","Answer": "E"},{"OptionBox": "T6","Answer": "F"},{"OptionBox": "T7","Answer": "G"},{"OptionBox": "T8","Answer": "D"}] |
123 | 123 | },{ |
... | ... | @@ -129,10 +129,10 @@ |
129 | 129 | {"BoxName": "T3","topcoord":"190","leftcoord":"4","Answervalue":"","QuizText":""},{"BoxName": "T4","topcoord":"386","leftcoord":"4","Answervalue":"","QuizText":""}, |
130 | 130 | {"BoxName": "T5","topcoord":"28","leftcoord":"614","Answervalue":"","QuizText":""},{"BoxName": "T6","topcoord":"230","leftcoord":"614","Answervalue":"","QuizText":""}, |
131 | 131 | {"BoxName": "T7","topcoord":"437","leftcoord":"614","Answervalue":"","QuizText":""}], |
132 | - "Options": [{"OptionNumber": "A","OptionTitle": "Piriformis muscle"},{"OptionNumber": "B","OptionTitle": "Gluteus minimus muscle"}, | |
133 | - {"OptionNumber": "C","OptionTitle": "Gluteus medius muscle"},{"OptionNumber": "D","OptionTitle": "Sciatic nerve"}, | |
134 | - {"OptionNumber": "E","OptionTitle": "Quadratus femoris muscle"},{"OptionNumber": "F","OptionTitle": "Semitendinosus muscle"}, | |
135 | - {"OptionNumber": "G","OptionTitle": "Bicep femoris muscle"}], | |
132 | + "Options": [{"OptionNumber": "A","OptionTitle": "Piriformis muscle","textalign":"right"},{"OptionNumber": "B","OptionTitle": "Gluteus minimus muscle","textalign":"left"}, | |
133 | + {"OptionNumber": "C","OptionTitle": "Gluteus medius muscle","textalign":"left"},{"OptionNumber": "D","OptionTitle": "Sciatic nerve","textalign":"left"}, | |
134 | + {"OptionNumber": "E","OptionTitle": "Quadratus femoris muscle","textalign":"right"},{"OptionNumber": "F","OptionTitle": "Semitendinosus muscle","textalign":"left"}, | |
135 | + {"OptionNumber": "G","OptionTitle": "Bicep femoris muscle","textalign":"right"}], | |
136 | 136 | "correctResponse": [{"OptionBox": "T1","Answer": "B"},{"OptionBox": "T2","Answer": "A"},{"OptionBox": "T3","Answer": "D"},{"OptionBox": "T4","Answer": "F"}, |
137 | 137 | {"OptionBox": "T5","Answer": "C"},{"OptionBox": "T6","Answer": "E"},{"OptionBox": "T7","Answer": "G"}] |
138 | 138 | },{ |
... | ... | @@ -144,10 +144,10 @@ |
144 | 144 | {"BoxName": "T3","topcoord":"151","leftcoord":"4","Answervalue":"","QuizText":""},{"BoxName": "T4","topcoord":"202","leftcoord":"4","Answervalue":"","QuizText":""}, |
145 | 145 | {"BoxName": "T5","topcoord":"266","leftcoord":"4","Answervalue":"","QuizText":""},{"BoxName": "T6","topcoord":"75","leftcoord":"555","Answervalue":"","QuizText":""}, |
146 | 146 | {"BoxName": "T7","topcoord":"177","leftcoord":"555","Answervalue":"","QuizText":""},{"BoxName": "T8","topcoord":"280","leftcoord":"555","Answervalue":"","QuizText":""}], |
147 | - "Options": [{"OptionNumber": "A","OptionTitle": "Rectus femoris muscle"},{"OptionNumber": "B","OptionTitle": "Vastus medialis muscle"}, | |
148 | - {"OptionNumber": "C","OptionTitle": "Adductor longus muscle"},{"OptionNumber": "D","OptionTitle": "Adductor magnus muscle"}, | |
149 | - {"OptionNumber": "E","OptionTitle": "Gracilis muscle"},{"OptionNumber": "F","OptionTitle": "Semitendinosus muscle"}, | |
150 | - {"OptionNumber": "G","OptionTitle": "Semimembranosus muscle"},{"OptionNumber": "H","OptionTitle": "Sartorius muscle"}], | |
147 | + "Options": [{"OptionNumber": "A","OptionTitle": "Rectus femoris muscle","textalign":"left"},{"OptionNumber": "B","OptionTitle": "Vastus medialis muscle","textalign":"left"}, | |
148 | + {"OptionNumber": "C","OptionTitle": "Adductor longus muscle","textalign":"left"},{"OptionNumber": "D","OptionTitle": "Adductor magnus muscle","textalign":"left"}, | |
149 | + {"OptionNumber": "E","OptionTitle": "Gracilis muscle","textalign":"right"},{"OptionNumber": "F","OptionTitle": "Semitendinosus muscle","textalign":"right"}, | |
150 | + {"OptionNumber": "G","OptionTitle": "Semimembranosus muscle","textalign":"right"},{"OptionNumber": "H","OptionTitle": "Sartorius muscle","textalign":"right"}], | |
151 | 151 | "correctResponse": [{"OptionBox": "T1","Answer": "C"},{"OptionBox": "T2","Answer": "A"},{"OptionBox": "T3","Answer": "E"},{"OptionBox": "T4","Answer": "H"}, |
152 | 152 | {"OptionBox": "T5","Answer": "B"},{"OptionBox": "T6","Answer": "D"},{"OptionBox": "T7","Answer": "F"},{"OptionBox": "T7","Answer": "G"}] |
153 | 153 | },{ |
... | ... | @@ -159,10 +159,10 @@ |
159 | 159 | {"BoxName": "T3","topcoord":"261","leftcoord":"4","Answervalue":"","QuizText":""},{"BoxName": "T4","topcoord":"340","leftcoord":"4","Answervalue":"","QuizText":""}, |
160 | 160 | {"BoxName": "T5","topcoord":"88","leftcoord":"918","Answervalue":"","QuizText":""},{"BoxName": "T6","topcoord":"148","leftcoord":"918","Answervalue":"","QuizText":""}, |
161 | 161 | {"BoxName": "T7","topcoord":"297","leftcoord":"918","Answervalue":"","QuizText":""},{"BoxName": "T8","topcoord":"349","leftcoord":"918","Answervalue":"","QuizText":""}], |
162 | - "Options": [{"OptionNumber": "A","OptionTitle": "Gluteus maximus muscle"},{"OptionNumber": "B","OptionTitle": "Vastus lateralis muscle"}, | |
163 | - {"OptionNumber": "C","OptionTitle": "Biceps femoris muscle"},{"OptionNumber": "D","OptionTitle": "Semitendinosus muscle"}, | |
164 | - {"OptionNumber": "E","OptionTitle": "Iliotibial tract"},{"OptionNumber": "F","OptionTitle": "Adductor magnus muscle"}, | |
165 | - {"OptionNumber": "G","OptionTitle": "Gracilis muscle"},{"OptionNumber": "H","OptionTitle": "Semimembranosus muscle"}], | |
162 | + "Options": [{"OptionNumber": "A","OptionTitle": "Gluteus maximus muscle","textalign":"bottom"},{"OptionNumber": "B","OptionTitle": "Vastus lateralis muscle","textalign":"bottom"}, | |
163 | + {"OptionNumber": "C","OptionTitle": "Biceps femoris muscle","textalign":"bottom"},{"OptionNumber": "D","OptionTitle": "Semitendinosus muscle","textalign":"bottom"}, | |
164 | + {"OptionNumber": "E","OptionTitle": "Iliotibial tract","textalign":"bottom"},{"OptionNumber": "F","OptionTitle": "Adductor magnus muscle","textalign":"bottom"}, | |
165 | + {"OptionNumber": "G","OptionTitle": "Gracilis muscle","textalign":"bottom"},{"OptionNumber": "H","OptionTitle": "Semimembranosus muscle","textalign":"bottom"}], | |
166 | 166 | "correctResponse": [{"OptionBox": "T1","Answer": "A"},{"OptionBox": "T2","Answer": "B"},{"OptionBox": "T3","Answer": "D"},{"OptionBox": "T4","Answer": "C"}, |
167 | 167 | {"OptionBox": "T5","Answer": "E"},{"OptionBox": "T6","Answer": "F"},{"OptionBox": "T7","Answer": "G"},{"OptionBox": "T7","Answer": "H"}] |
168 | 168 | },{ |
... | ... | @@ -170,12 +170,12 @@ |
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":"-54","Answervalue":"","QuizText":"The _________________________ muscle is the major abductor of the shoulder."}, | |
174 | - {"BoxName": "T2","topcoord":"-122","leftcoord":"-54","Answervalue":"","QuizText":"The _________________________ muscle is the major extensor of the arm and forearm."}, | |
175 | - {"BoxName": "T3","topcoord":"-88","leftcoord":"-54","Answervalue":"","QuizText":"The _________________________ muscle flexes both the arm and forearm."}, | |
176 | - {"BoxName": "T4","topcoord":"-54","leftcoord":"-54","Answervalue":"","QuizText":"The _________________________ muscle adducts, medially rotates, and extends the humerus."}], | |
177 | - "Options": [{"OptionNumber": "A","OptionTitle": "deltoid"},{"OptionNumber": "B","OptionTitle": "triceps brachii"}, | |
178 | - {"OptionNumber": "C","OptionTitle": "right ventricle"},{"OptionNumber": "D","OptionTitle": "latissimus dorsi"}], | |
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."}], | |
177 | + "Options": [{"OptionNumber": "A","OptionTitle": "deltoid","textalign":"bottom"},{"OptionNumber": "B","OptionTitle": "triceps brachii","textalign":"bottom"}, | |
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"}, |
180 | 180 | {"OptionBox": "T4","Answer": "D"}] |
181 | 181 | },{ |
... | ... | @@ -183,12 +183,12 @@ |
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":"-54","Answervalue":"","QuizText":"The _________________________ extends the knee and flexes the hip."}, | |
187 | - {"BoxName": "T2","topcoord":"-122","leftcoord":"-54","Answervalue":"","QuizText":"The _________________________ flexes the knee and extends the hip."}, | |
188 | - {"BoxName": "T3","topcoord":"-88","leftcoord":"-54","Answervalue":"","QuizText":"The _________________________ muscle causes plantar flexion of the ankle."}, | |
189 | - {"BoxName": "T4","topcoord":"-54","leftcoord":"-54","Answervalue":"","QuizText":"The _________________________ muscle causes dorsiflexion of the ankle."}], | |
190 | - "Options": [{"OptionNumber": "A","OptionTitle": "rectus femoris"},{"OptionNumber": "B","OptionTitle": "biceps femoris"}, | |
191 | - {"OptionNumber": "C","OptionTitle": "gastrocnemius"},{"OptionNumber": "D","OptionTitle": "tibialis anterior"}], | |
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."}], | |
190 | + "Options": [{"OptionNumber": "A","OptionTitle": "rectus femoris","textalign":"bottom"},{"OptionNumber": "B","OptionTitle": "biceps femoris","textalign":"bottom"}, | |
191 | + {"OptionNumber": "C","OptionTitle": "gastrocnemius","textalign":"bottom"},{"OptionNumber": "D","OptionTitle": "tibialis anterior","textalign":"bottom"}], | |
192 | 192 | "correctResponse": [{"OptionBox": "T1","Answer": "A"},{"OptionBox": "T2","Answer": "B"},{"OptionBox": "T3","Answer": "C"}, |
193 | 193 | {"OptionBox": "T4","Answer": "D"}] |
194 | 194 | }] | ... | ... |