diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/LabExercController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/LabExercController.js index af3858a..305437b 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/LabExercController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/LabExercController.js @@ -219,21 +219,23 @@ function ($scope, $rootScope, pages, log, $http,$timeout, DataService, $filter, // $scope.UserAnswersForAllQuestions.push({ 'QuestionNo': $scope.quiznumber, 'UserAnswer': "" }) //} $scope.isNextOrPreviousClicked = true; + $scope.dragableId = ""; + + if ($scope.quiznumber != $scope.TotalNumberofQuiz) { $scope.CreateLabExerciseDataToSave(); } - - - // console.log($rootScope.selectedDivArray); - $scope.dragableId = ""; if ($scope.quiznumber == $scope.TotalNumberofQuiz) return; else - $scope.quiznumber++; + $scope.quiznumber++; + + // console.log($rootScope.selectedDivArray); + if ($scope.quiznumber == $scope.TotalNumberofQuiz) { @@ -318,8 +320,16 @@ function ($scope, $rootScope, pages, log, $http,$timeout, DataService, $filter, console.log($scope.usersCorrectQuestData); $("#resultLabData").empty(); for (var i = 0; i <= $scope.usersCorrectQuestData.length - 1; i++) { - var labExerciseHtml = $("#resultLabData").append("" + $scope.usersCorrectQuestData[i].QuestionNo + "" + $scope.usersCorrectQuestData[i].title + "" + $scope.usersCorrectQuestData[i].CorrectStatus + ""); - $compile(labExerciseHtml)($scope); + if ($scope.usersCorrectQuestData[i].CorrectStatus == "Correct") { + var labExerciseHtml = $("#resultLabData").append("" + $scope.usersCorrectQuestData[i].QuestionNo + "" + $scope.usersCorrectQuestData[i].title + "" + $scope.usersCorrectQuestData[i].CorrectStatus + ""); + $compile(labExerciseHtml)($scope); + } + else + { + var labExerciseHtml = $("#resultLabData").append("" + $scope.usersCorrectQuestData[i].QuestionNo + "" + $scope.usersCorrectQuestData[i].title + "" + $scope.usersCorrectQuestData[i].CorrectStatus + ""); + $compile(labExerciseHtml)($scope); + } + } } @@ -635,7 +645,8 @@ function ($scope, $rootScope, pages, log, $http,$timeout, DataService, $filter, title: $scope.activityTitle } - alert("$scope.MaxScore=" + $scope.MaxScore + ", " + "$scope.Score=" + $scope.Score); + console.log($scope.LabExerciseAttemptedData); + if ($scope.MaxScore == $scope.Score) { $scope.usersCorrectQuestData.push({ @@ -646,7 +657,8 @@ function ($scope, $rootScope, pages, log, $http,$timeout, DataService, $filter, DragItems: $scope.DragItems, Score: $scope.Score, title: $scope.activityTitle, - CorrectStatus : 'Correct' + CorrectStatus: 'Correct' + }); } else @@ -660,6 +672,7 @@ function ($scope, $rootScope, pages, log, $http,$timeout, DataService, $filter, Score: $scope.Score, title: $scope.activityTitle, CorrectStatus: 'Incorrect' + }); } @@ -742,7 +755,14 @@ function ($scope, $rootScope, pages, log, $http,$timeout, DataService, $filter, .select(); for (var i = 0; i < cr[0].correctResponse.length; i++) { var blankBox = cr[0].correctResponse[i].OptionBox; - var option = cr[0].correctResponse[i].Answer; + + var option; + if (cr[0].correctResponse[i].Answer.indexOf('|') != -1) { + var multipleanswer = cr[0].correctResponse[i].Answer.split('|'); + option = multipleanswer[0]; + } + else + option = cr[0].correctResponse[i].Answer; var options = new jinqJs() .from(cr[0].Options) @@ -815,8 +835,6 @@ function ($scope, $rootScope, pages, log, $http,$timeout, DataService, $filter, $scope.ShowSavedLabExercise = function () { - - //from database var lastQuestion = $scope.quiznumber; diff --git a/400-SOURCECODE/AIAHTML5.Web/app/views/LabExerc/lab-exercises-detail.html b/400-SOURCECODE/AIAHTML5.Web/app/views/LabExerc/lab-exercises-detail.html index 00a10df..eafa835 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/views/LabExerc/lab-exercises-detail.html +++ b/400-SOURCECODE/AIAHTML5.Web/app/views/LabExerc/lab-exercises-detail.html @@ -66,7 +66,7 @@
- +
diff --git a/400-SOURCECODE/AIAHTML5.Web/content/data/json/le/qz_dat_ca.json b/400-SOURCECODE/AIAHTML5.Web/content/data/json/le/qz_dat_ca.json index 96a8e71..42392dd 100644 --- a/400-SOURCECODE/AIAHTML5.Web/content/data/json/le/qz_dat_ca.json +++ b/400-SOURCECODE/AIAHTML5.Web/content/data/json/le/qz_dat_ca.json @@ -10,11 +10,11 @@ "Title": "Drag the labels to the correct location on the image.", "activityTitle": "Heart & Great Vessels I", "ImagePath":"CS-01.JPG", - "OptionBox": [{"BoxName": "T1","topcoord":"121","leftcoord":"23","Answervalue":"","QuizText":""},{"BoxName": "T3","topcoord":"112","leftcoord":"960","Answervalue":"","QuizText":""}, - {"BoxName": "T4","topcoord":"194","leftcoord":"23","Answervalue":"","QuizText":""},{"BoxName": "T5","topcoord":"168","leftcoord":"960","Answervalue":"","QuizText":""}, - {"BoxName": "T3","topcoord":"252","leftcoord":"23","Answervalue":"","QuizText":""},{"BoxName": "T6","topcoord":"210","leftcoord":"960","Answervalue":"","QuizText":""}, - {"BoxName": "T7","topcoord":"250","leftcoord":"960","Answervalue":"","QuizText":""},{"BoxName": "T8","topcoord":"292","leftcoord":"960","Answervalue":"","QuizText":""}], - "Options": [{"OptionNumber": "A","OptionTitle": "Right brachiocephalic vein","textalign":"bottom"},{"OptionNumber": "B","OptionTitle": "Brachiocephalic artery","textalign":"bottom"}, + "OptionBox": [{"BoxName": "T1","topcoord":"10","leftcoord":"2","Answervalue":"","QuizText":""},{"BoxName": "T2","topcoord":"197","leftcoord":"2","Answervalue":"","QuizText":""}, + {"BoxName": "T3","topcoord":"275","leftcoord":"2","Answervalue":"","QuizText":""},{"BoxName": "T4","topcoord":"396","leftcoord":"2","Answervalue":"","QuizText":""}, + {"BoxName": "T5","topcoord":"436","leftcoord":"2","Answervalue":"","QuizText":""},{"BoxName": "T6","topcoord":"207","leftcoord":"584","Answervalue":"","QuizText":""}, + {"BoxName": "T7","topcoord":"282","leftcoord":"584","Answervalue":"","QuizText":""}], + "Options": [{"OptionNumber": "A","OptionTitle": "Right brachiocephalic vein","textalign":"bottom"},{"OptionNumber": "B","OptionTitle": "Brachiocephalic artery","textalign":"bottom"}, {"OptionNumber": "C","OptionTitle": "Superior vena cava","textalign":"bottom"},{"OptionNumber": "D","OptionTitle": "Pulmonary trunk","textalign":"bottom"}, {"OptionNumber": "E","OptionTitle": "Aorta","textalign":"bottom"},{"OptionNumber": "F","OptionTitle": "Right ventricle","textalign":"bottom"}, {"OptionNumber": "G","OptionTitle": "Left ventricle","textalign":"bottom"},{"OptionNumber": "H","OptionTitle": "Right atrium","textalign":"bottom"}], @@ -26,9 +26,9 @@ "Title": "Drag the labels to the correct location on the image.", "ImagePath":"CS-02.JPG", "activityTitle": "Heart & Great Vessels II", - "OptionBox": [{"BoxName": "T1","topcoord":"45","leftcoord":"23","Answervalue":"","QuizText":""},{"BoxName": "T2","topcoord":"83","leftcoord":"23","Answervalue":"","QuizText":""}, - {"BoxName": "T3","topcoord":"214","leftcoord":"23","Answervalue":"","QuizText":""},{"BoxName": "T4","topcoord":"256","leftcoord":"23","Answervalue":"","QuizText":""}, - {"BoxName": "T5","topcoord":"412","leftcoord":"23","Answervalue":"","QuizText":""},{"BoxName": "T6","topcoord":"9","leftcoord":"612","Answervalue":"","QuizText":""}, + "OptionBox": [{"BoxName": "T1","topcoord":"45","leftcoord":"24","Answervalue":"","QuizText":""},{"BoxName": "T2","topcoord":"83","leftcoord":"24","Answervalue":"","QuizText":""}, + {"BoxName": "T3","topcoord":"214","leftcoord":"24","Answervalue":"","QuizText":""},{"BoxName": "T4","topcoord":"256","leftcoord":"24","Answervalue":"","QuizText":""}, + {"BoxName": "T5","topcoord":"412","leftcoord":"24","Answervalue":"","QuizText":""},{"BoxName": "T6","topcoord":"9","leftcoord":"612","Answervalue":"","QuizText":""}, {"BoxName": "T7","topcoord":"101","leftcoord":"612","Answervalue":"","QuizText":""},{"BoxName": "T8","topcoord":"190","leftcoord":"612","Answervalue":"","QuizText":""}], "Options": [{"OptionNumber": "A","OptionTitle": "Left common carotid artery","textalign":"left"},{"OptionNumber": "B","OptionTitle": "Brachiocephalic trunk","textalign":"left"}, {"OptionNumber": "C","OptionTitle": "Left subclavian artery","textalign":"left"},{"OptionNumber": "D","OptionTitle": "Left brachiocephalic vein","textalign":"left"}, @@ -137,7 +137,7 @@ "activityTitle": "Arteries of Lower Limb", "OptionBox": [{"BoxName": "T1","topcoord":"98","leftcoord":"12","Answervalue":"","QuizText":""},{"BoxName": "T2","topcoord":"231","leftcoord":"12","Answervalue":"","QuizText":""}, {"BoxName": "T3","topcoord":"311","leftcoord":"12","Answervalue":"","QuizText":""},{"BoxName": "T4","topcoord":"41","leftcoord":"580","Answervalue":"","QuizText":""}, - {"BoxName": "T5","topcoord":"94","leftcoord":"580","Answervalue":"","QuizText":""},{"BoxName": "T6","topcoord":"404","leftcoord":"580","Answervalue":"","QuizText":""}], + {"BoxName": "T5","topcoord":"94","leftcoord":"580","Answervalue":"","QuizText":""},{"BoxName": "T6","topcoord":"403","leftcoord":"580","Answervalue":"","QuizText":""}], "Options": [{"OptionNumber": "A","OptionTitle": "Common iliac artery","textalign":"left"},{"OptionNumber": "B","OptionTitle": "Internal iliac artery","textalign":"left"}, {"OptionNumber": "C","OptionTitle": "External iliac artery","textalign":"left"},{"OptionNumber": "D","OptionTitle": "Lateral circumflex femoral artery","textalign":"right"}, {"OptionNumber": "E","OptionTitle": "Deep femoral artery","textalign":"right"},{"OptionNumber": "F","OptionTitle": "Femoral artery","textalign":"right"}], @@ -161,7 +161,7 @@ "ImagePath":"CS-11.JPG", "activityTitle": "Veins of Head & Neck", "OptionBox": [{"BoxName": "T1","topcoord":"130","leftcoord":"7","Answervalue":"","QuizText":""},{"BoxName": "T2","topcoord":"210","leftcoord":"7","Answervalue":"","QuizText":""}, - {"BoxName": "T3","topcoord":"403","leftcoord":"7","Answervalue":"","QuizText":""},{"BoxName": "T4","topcoord":"189","leftcoord":"615","Answervalue":"","QuizText":""}, + {"BoxName": "T3","topcoord":"403","leftcoord":"7","Answervalue":"","QuizText":""},{"BoxName": "189","topcoord":"189","leftcoord":"615","Answervalue":"","QuizText":""}, {"BoxName": "T5","topcoord":"246","leftcoord":"615","Answervalue":"","QuizText":""},{"BoxName": "T6","topcoord":"413","leftcoord":"615","Answervalue":"","QuizText":""}], "Options": [{"OptionNumber": "A","OptionTitle": "External jugular vein","textalign":"left"},{"OptionNumber": "B","OptionTitle": "Occipital vein","textalign":"left"}, {"OptionNumber": "C","OptionTitle": "Common facial vein","textalign":"left"},{"OptionNumber": "D","OptionTitle": "Internal jugular vein","textalign":"right"}, @@ -209,7 +209,7 @@ "OptionBox": [{"BoxName": "T1","topcoord":"62","leftcoord":"8","Answervalue":"","QuizText":""},{"BoxName": "T2","topcoord":"123","leftcoord":"8","Answervalue":"","QuizText":""}, {"BoxName": "T3","topcoord":"173","leftcoord":"8","Answervalue":""},{"BoxName": "T4","topcoord":"287","leftcoord":"8","Answervalue":"","QuizText":""}, {"BoxName": "T5","topcoord":"375","leftcoord":"8","Answervalue":"","QuizText":""},{"BoxName": "T6","topcoord":"17","leftcoord":"618","Answervalue":"","QuizText":""}, - {"BoxName": "T7","topcoord":"295","leftcoord":"618","Answervalue":"","QuizText":""},{"BoxName": "T8","topcoord":"387","leftcoord":"618","Answervalue":"","QuizText":""}], + {"BoxName": "T7","topcoord":"296","leftcoord":"618","Answervalue":"","QuizText":""},{"BoxName": "T8","topcoord":"388","leftcoord":"618","Answervalue":"","QuizText":""}], "Options": [{"OptionNumber": "A","OptionTitle": "Ulnar vein","textalign":"left"},{"OptionNumber": "B","OptionTitle": "Superficial palmar venous arch","textalign":"left"}, {"OptionNumber": "C","OptionTitle": "Deep palmar venous arch","textalign":"left"},{"OptionNumber": "D","OptionTitle": "Radial vein","textalign":"left"}, {"OptionNumber": "E","OptionTitle": "Brachial vein","textalign":"right"},{"OptionNumber": "F","OptionTitle": "Basilic vein","textalign":"right"} @@ -265,12 +265,14 @@ "Title": "Complete the statements below.", "ImagePath":"", "activityTitle": "Chambers of the Heart", - "OptionBox": [{"BoxName": "T1","topcoord":"-156","leftcoord":"-91","Answervalue":"","QuizText":"The _________________________ receives oxygenated blood from the lungs."}, - {"BoxName": "T2","topcoord":"-122","leftcoord":"-91","Answervalue":"","QuizText":"The _________________________ receives deoxygenated blood from the body systems."}, - {"BoxName": "T3","topcoord":"-88","leftcoord":"-91","Answervalue":"","QuizText":"The _________________________ ejects deoxygenated blood to the lungs."}, - {"BoxName": "T4","topcoord":"-54","leftcoord":"-91","Answervalue":"","QuizText":"The _________________________ ejects oxygenated blood into the aorta."}], - "Options": [{"OptionNumber": "A","OptionTitle": "left atrium","textalign":"bottom"},{"OptionNumber": "B","OptionTitle": "right atrium","textalign":"bottom"}, - {"OptionNumber": "C","OptionTitle": "right ventricle","textalign":"bottom"},{"OptionNumber": "D","OptionTitle": "left ventricle","textalign":"bottom"}], + "OptionBox": [{"BoxName": "T1","topcoord":"-169","leftcoord":"-94","Answervalue":"","QuizText":"The -----------------------------------  receives oxygenated blood from the lungs."}, + {"BoxName": "T2","topcoord":"-130","leftcoord":"-94","Answervalue":"","QuizText":"The -----------------------------------  receives deoxygenated blood from the body systems."}, + {"BoxName": "T3","topcoord":"-91","leftcoord":"-94","Answervalue":"","QuizText":"The -----------------------------------  ejects deoxygenated blood to the lungs."}, + {"BoxName": "T4","topcoord":"-53","leftcoord":"-94","Answervalue":"","QuizText":"The -----------------------------------  ejects oxygenated blood into the aorta."}], + "Options": [{"OptionNumber": "A","OptionTitle": "left atrium","textalign":"bottom"}, + {"OptionNumber": "B","OptionTitle": "right atrium","textalign":"bottom"}, + {"OptionNumber": "C","OptionTitle": "right ventricle","textalign":"bottom"}, + {"OptionNumber": "D","OptionTitle": "left ventricle","textalign":"bottom"}], "correctResponse": [{"OptionBox": "T1","Answer": "A"},{"OptionBox": "T2","Answer": "B"},{"OptionBox": "T3","Answer": "C"}, {"OptionBox": "T4","Answer": "D"}] } diff --git a/400-SOURCECODE/AIAHTML5.Web/content/data/json/le/qz_dat_di.json b/400-SOURCECODE/AIAHTML5.Web/content/data/json/le/qz_dat_di.json index 33cd9e6..b2df406 100644 --- a/400-SOURCECODE/AIAHTML5.Web/content/data/json/le/qz_dat_di.json +++ b/400-SOURCECODE/AIAHTML5.Web/content/data/json/le/qz_dat_di.json @@ -155,73 +155,69 @@ "Title": "Complete the statements below.", "activityTitle": "Digestive Process", "ImagePath":"", - "OptionBox": [{"BoxName": "T1","topcoord":"-224","leftcoord":"-51","Answervalue":"","QuizText":"_________________________ is the introduction of food into the GI tract."}, - {"BoxName": "T2","topcoord":"-190","leftcoord":"-51","Answervalue":"","QuizText":"_________________________ is the moving of food along the GI tract with alternating muscle contractions."}, - {"BoxName": "T3","topcoord":"-156","leftcoord":"-51","Answervalue":"","QuizText":"_________________________ is the mixing and breaking down food into smaller fragments without disrupting chemical bonds."}, - {"BoxName": "T4","topcoord":"-122","leftcoord":"-51","Answervalue":"","QuizText":"_________________________ is the breaking down large food molecules to their building blocks by enzymes."}, - {"BoxName": "T5","topcoord":"-88","leftcoord":"-51","Answervalue":"","QuizText":"_________________________ is the transport of digested end products from the GI tract into the blood or lymph."}, - {"BoxName": "T6","topcoord":"-54","leftcoord":"-51","Answervalue":"","QuizText":"_________________________ is the elimination of indigestible residues from the GI tract via the anus."}], + "OptionBox": [{"BoxName": "T1","topcoord":"-249","leftcoord":"-59","Answervalue":"","QuizText":"-----------------------------------  is the introduction of food into the GI tract."}, + {"BoxName": "T2","topcoord":"-210","leftcoord":"-59","Answervalue":"","QuizText":"-----------------------------------  is the moving of food along the GI tract with alternating muscle contractions."}, + {"BoxName": "T3","topcoord":"-170","leftcoord":"-59","Answervalue":"","QuizText":"-----------------------------------  is the mixing and breaking down food into smaller fragments without disrupting chemical bonds."}, + {"BoxName": "T4","topcoord":"-133","leftcoord":"-59","Answervalue":"","QuizText":"-----------------------------------  is the breaking down large food molecules to their building blocks by enzymes."}, + {"BoxName": "T5","topcoord":"-91","leftcoord":"-59","Answervalue":"","QuizText":"-----------------------------------  is the transport of digested end products from the GI tract into the blood or lymph."}, + {"BoxName": "T6","topcoord":"-53","leftcoord":"-59","Answervalue":"","QuizText":"-----------------------------------  is the elimination of indigestible residues from the GI tract via the anus."}], "Options": [{"OptionNumber": "A","OptionTitle": "Ingestion","textalign":"bottom"},{"OptionNumber": "B","OptionTitle": "Propulsion","textalign":"bottom"}, {"OptionNumber": "C","OptionTitle": "Mechanical digestion","textalign":"bottom"},{"OptionNumber": "D","OptionTitle": "Chemical digestion","textalign":"bottom"}, {"OptionNumber": "E","OptionTitle": "Absorption","textalign":"bottom"},{"OptionNumber": "F","OptionTitle": "Defecation","textalign":"bottom"}], "correctResponse": [{"OptionBox": "T1","Answer": "A"},{"OptionBox": "T2","Answer": "B"},{"OptionBox": "T3","Answer": "C"},{"OptionBox": "T4","Answer": "D"}, - {"OptionBox": "T5","Answer": "E"},{"OptionBox": "T6","Answer": "F"}] + {"OptionBox": "T5","Answer": "E"},{"OptionBox": "T6","Answer": "F"}] }, { "Number": "12", "Title": "Complete the statements below.", "activityTitle": "Anatomy I", "ImagePath":"", - "OptionBox": [{"BoxName": "T1","topcoord":"-156","leftcoord":"-51","Answervalue":"","QuizText":"_________________________ is the initial site for carbohydrate digestion."}, - {"BoxName": "T2","topcoord":"-122","leftcoord":"-51","Answervalue":"","QuizText":"_________________________ is the initial site for protein digestion."}, - {"BoxName": "T3","topcoord":"-88","leftcoord":"-51","Answervalue":"","QuizText":"_________________________ is the primary site for fat digestion."}, - {"BoxName": "T4","topcoord":"-54","leftcoord":"-51","Answervalue":"","QuizText":"_________________________ has both exocrine and endocrine functions."}], + "OptionBox": [{"BoxName": "T1","topcoord":"-170","leftcoord":"-59","Answervalue":"","QuizText":"-----------------------------------  is the initial site for carbohydrate digestion."}, + {"BoxName": "T2","topcoord":"-133","leftcoord":"-59","Answervalue":"","QuizText":"-----------------------------------  is the initial site for protein digestion."}, + {"BoxName": "T3","topcoord":"-91","leftcoord":"-59","Answervalue":"","QuizText":"-----------------------------------  is the primary site for fat digestion."}, + {"BoxName": "T4","topcoord":"-53","leftcoord":"-59","Answervalue":"","QuizText":"-----------------------------------  has both exocrine and endocrine functions."}], "Options": [{"OptionNumber": "A","OptionTitle": "mouth","textalign":"bottom"},{"OptionNumber": "B","OptionTitle": "stomach","textalign":"bottom"}, {"OptionNumber": "C","OptionTitle": "small intestine","textalign":"bottom"},{"OptionNumber": "D","OptionTitle": "pancreas","textalign":"bottom"}], - "correctResponse": [{"OptionBox": "T1","Answer": "A"},{"OptionBox": "T2","Answer": "B"},{"OptionBox": "T3","Answer": "C"}, - {"OptionBox": "T4","Answer": "D"}] + "correctResponse": [{"OptionBox": "T1","Answer": "A"},{"OptionBox": "T2","Answer": "B"},{"OptionBox": "T3","Answer": "C"},{"OptionBox": "T4","Answer": "D"}] }, { "Number": "13", "Title": "Complete the statements below.", "activityTitle": "Anatomy II", "ImagePath":"", - "OptionBox": [{"BoxName": "T1","topcoord":"-156","leftcoord":"-51","Answervalue":"","QuizText":"_________________________ is the major site for nutrient absorption."}, - {"BoxName": "T2","topcoord":"-122","leftcoord":"-51","Answervalue":"","QuizText":"_________________________ is the major site for water absorption."}, - {"BoxName": "T3","topcoord":"-88","leftcoord":"-51","Answervalue":"","QuizText":"_________________________ is responsible for producing bile."}, - {"BoxName": "T4","topcoord":"-54","leftcoord":"-51","Answervalue":"","QuizText":"_________________________ is the major storage site for bile."}], + "OptionBox": [{"BoxName": "T1","topcoord":"-170","leftcoord":"-59","Answervalue":"","QuizText":"-----------------------------------  is the major site for nutrient absorption."}, + {"BoxName": "T2","topcoord":"-133","leftcoord":"-59","Answervalue":"","QuizText":"-----------------------------------  is the major site for water absorption."}, + {"BoxName": "T3","topcoord":"-91","leftcoord":"-59","Answervalue":"","QuizText":"-----------------------------------  is responsible for producing bile."}, + {"BoxName": "T4","topcoord":"-53","leftcoord":"-59","Answervalue":"","QuizText":"-----------------------------------  is the major storage site for bile."}], "Options": [{"OptionNumber": "A","OptionTitle": "small intestine","textalign":"bottom"},{"OptionNumber": "B","OptionTitle": "large intestine","textalign":"bottom"}, {"OptionNumber": "C","OptionTitle": "liver","textalign":"bottom"},{"OptionNumber": "D","OptionTitle": "gallbladder","textalign":"bottom"}], - "correctResponse": [{"OptionBox": "T1","Answer": "A"},{"OptionBox": "T2","Answer": "B"},{"OptionBox": "T3","Answer": "C"}, - {"OptionBox": "T4","Answer": "D"}] + "correctResponse": [{"OptionBox": "T1","Answer": "A"},{"OptionBox": "T2","Answer": "B"},{"OptionBox": "T3","Answer": "C"},{"OptionBox": "T4","Answer": "D"}] }, { "Number": "14", "Title": "Complete the statements below.", "activityTitle": "Digestion", "ImagePath":"", - "OptionBox": [{"BoxName": "T1","topcoord":"-156","leftcoord":"-51","Answervalue":"","QuizText":"_________________________ is responsible for initiating carbohydrate digestion."}, - {"BoxName": "T2","topcoord":"-122","leftcoord":"-51","Answervalue":"","QuizText":"_________________________ is responsible for initiating protein digestion."}, - {"BoxName": "T3","topcoord":"-88","leftcoord":"-51","Answervalue":"","QuizText":"_________________________ is responsible for the majority of fat digestion."}, - {"BoxName": "T4","topcoord":"-54","leftcoord":"-51","Answervalue":"","QuizText":"_________________________ acts as an emulsifying agent before fat digestion can begin."}], + "OptionBox": [{"BoxName": "T1","topcoord":"-170","leftcoord":"-59","Answervalue":"","QuizText":"-----------------------------------  is responsible for initiating carbohydrate digestion."}, + {"BoxName": "T2","topcoord":"-133","leftcoord":"-59","Answervalue":"","QuizText":"-----------------------------------  is responsible for initiating protein digestion."}, + {"BoxName": "T3","topcoord":"-91","leftcoord":"-59","Answervalue":"","QuizText":"-----------------------------------  is responsible for the majority of fat digestion."}, + {"BoxName": "T4","topcoord":"-53","leftcoord":"-59","Answervalue":"","QuizText":"-----------------------------------  acts as an emulsifying agent before fat digestion can begin."}], "Options": [{"OptionNumber": "A","OptionTitle": "Amylase","textalign":"bottom"},{"OptionNumber": "B","OptionTitle": "Pepsin","textalign":"bottom"}, {"OptionNumber": "C","OptionTitle": "Lipase","textalign":"bottom"},{"OptionNumber": "D","OptionTitle": "Bile","textalign":"bottom"}], - "correctResponse": [{"OptionBox": "T1","Answer": "A"},{"OptionBox": "T2","Answer": "B"},{"OptionBox": "T3","Answer": "C"}, - {"OptionBox": "T4","Answer": "D"}] + "correctResponse": [{"OptionBox": "T1","Answer": "A"},{"OptionBox": "T2","Answer": "B"},{"OptionBox": "T3","Answer": "C"},{"OptionBox": "T4","Answer": "D"}] }, { "Number": "15", "Title": "Complete the statements below.", "activityTitle": "Digestion", "ImagePath":"", - "OptionBox": [{"BoxName": "T1","topcoord":"-156","leftcoord":"-51","Answervalue":"","QuizText":"_________________________ layer of the digestive tract comes in direct contact with undigested food."}, - {"BoxName": "T2","topcoord":"-122","leftcoord":"-51","Answervalue":"","QuizText":"_________________________ layer of the digestive tract contains blood vessels, lymphatic vessels, and glands."}, - {"BoxName": "T3","topcoord":"-88","leftcoord":"-51","Answervalue":"","QuizText":"_________________________ layer of the digestive tract is responsible for peristalsis."}, - {"BoxName": "T4","topcoord":"-54","leftcoord":"-51","Answervalue":"","QuizText":"_________________________ is the outer layer of the digestive tract."}], + "OptionBox": [{"BoxName": "T1","topcoord":"-170","leftcoord":"-59","Answervalue":"","QuizText":"-----------------------------------  layer of the digestive tract comes in direct contact with undigested food."}, + {"BoxName": "T2","topcoord":"-133","leftcoord":"-59","Answervalue":"","QuizText":"-----------------------------------  layer of the digestive tract contains blood vessels, lymphatic vessels, and glands."}, + {"BoxName": "T3","topcoord":"-91","leftcoord":"-59","Answervalue":"","QuizText":"-----------------------------------  layer of the digestive tract is responsible for peristalsis."}, + {"BoxName": "T4","topcoord":"-53","leftcoord":"-59","Answervalue":"","QuizText":"-----------------------------------  is the outer layer of the digestive tract."}], "Options": [{"OptionNumber": "A","OptionTitle": "mucosa","textalign":"bottom"},{"OptionNumber": "B","OptionTitle": "submucosa","textalign":"bottom"}, {"OptionNumber": "C","OptionTitle": "muscularis","textalign":"bottom"},{"OptionNumber": "D","OptionTitle": "serosa","textalign":"bottom"}], - "correctResponse": [{"OptionBox": "T1","Answer": "A"},{"OptionBox": "T2","Answer": "B"},{"OptionBox": "T3","Answer": "C"}, - {"OptionBox": "T4","Answer": "D"}] + "correctResponse": [{"OptionBox": "T1","Answer": "A"},{"OptionBox": "T2","Answer": "B"},{"OptionBox": "T3","Answer": "C"},{"OptionBox": "T4","Answer": "D"}] } ] } diff --git a/400-SOURCECODE/AIAHTML5.Web/content/data/json/le/qz_dat_en.json b/400-SOURCECODE/AIAHTML5.Web/content/data/json/le/qz_dat_en.json index 7e9f839..9aa7010 100644 --- a/400-SOURCECODE/AIAHTML5.Web/content/data/json/le/qz_dat_en.json +++ b/400-SOURCECODE/AIAHTML5.Web/content/data/json/le/qz_dat_en.json @@ -113,8 +113,8 @@ "Title": "Drag the labels to the correct location on the image.", "activityTitle": "Glands of the Head & Neck", "ImagePath":"ES-08.JPG", - "OptionBox": [{"BoxName": "T1","topcoord":"40","leftcoord":"4","Answervalue":"","QuizText":""},{"BoxName": "T2","topcoord":"82","leftcoord":"4","Answervalue":"","QuizText":""}, - {"BoxName": "T3","topcoord":"188","leftcoord":"4","Answervalue":"","QuizText":""},{"BoxName": "T4","topcoord":"327","leftcoord":"4","Answervalue":"","QuizText":""}, + "OptionBox": [{"BoxName": "T1","topcoord":"40","leftcoord":"5","Answervalue":"","QuizText":""},{"BoxName": "T2","topcoord":"82","leftcoord":"5","Answervalue":"","QuizText":""}, + {"BoxName": "T3","topcoord":"188","leftcoord":"5","Answervalue":"","QuizText":""},{"BoxName": "T4","topcoord":"327","leftcoord":"5","Answervalue":"","QuizText":""}, {"BoxName": "T5","topcoord":"46","leftcoord":"942","Answervalue":"","QuizText":""},{"BoxName": "T6","topcoord":"149","leftcoord":"942","Answervalue":"","QuizText":""}, {"BoxName": "T7","topcoord":"187","leftcoord":"942","Answervalue":"","QuizText":""},{"BoxName": "T8","topcoord":"254","leftcoord":"942","Answervalue":"","QuizText":""}], "Options": [{"OptionNumber": "A","OptionTitle": "Cricoid cartilage","textalign":"bottom"},{"OptionNumber": "B","OptionTitle": "Thyroid gland","textalign":"bottom"}, @@ -129,10 +129,10 @@ "Title": "Complete the statements below.", "activityTitle": "Endocrine Glands", "ImagePath":"", - "OptionBox": [{"BoxName": "T1","topcoord":"-156","leftcoord":"-25","Answervalue":"","QuizText":"The ________________________ gland is connected to the hypothalamus by the infundibulum and stores ADH and oxytocin."}, - {"BoxName": "T2","topcoord":"-122","leftcoord":"-25","Answervalue":"","QuizText":"The ________________________ gland secretes several tropic hormones such as TSH, ACTH, FSH, and LH."}, - {"BoxName": "T3","topcoord":"-88","leftcoord":"-25","Answervalue":"","QuizText":"The ________________________ gland secretes the hormone responsible for maintaining the body's metabolic rate."}, - {"BoxName": "T4","topcoord":"-54","leftcoord":"-25","Answervalue":"","QuizText":"The ________________________ is known as the body's stress gland."}], + "OptionBox": [{"BoxName": "T1","topcoord":"-169","leftcoord":"-31","Answervalue":"","QuizText":"The -----------------------------------  gland is connected to the hypothalamus by the infundibulum and stores ADH and oxytocin."}, + {"BoxName": "T2","topcoord":"-130","leftcoord":"-31","Answervalue":"","QuizText":"The -----------------------------------  gland secretes several tropic hormones such as TSH, ACTH, FSH, and LH."}, + {"BoxName": "T3","topcoord":"-91","leftcoord":"-31","Answervalue":"","QuizText":"The -----------------------------------  gland secretes the hormone responsible for maintaining the body's metabolic rate."}, + {"BoxName": "T4","topcoord":"-53","leftcoord":"-31","Answervalue":"","QuizText":"The -----------------------------------  is known as the body's stress gland."}], "Options": [{"OptionNumber": "A","OptionTitle": "neurohypohysis","textalign":"bottom"},{"OptionNumber": "B","OptionTitle": "adenohypophysis","textalign":"bottom"}, {"OptionNumber": "C","OptionTitle": "thyroid","textalign":"bottom"},{"OptionNumber": "D","OptionTitle": "adrenal gland","textalign":"bottom"}], "correctResponse": [{"OptionBox": "T1","Answer": "A"},{"OptionBox": "T2","Answer": "B"},{"OptionBox": "T3","Answer": "C"},{"OptionBox": "T4","Answer": "D"}] @@ -142,10 +142,10 @@ "Title": "Complete the statements below.", "activityTitle": "Hormones I", "ImagePath":"", - "OptionBox": [{"BoxName": "T1","topcoord":"-156","leftcoord":"-54","Answervalue":"","QuizText":" ________________________ is responsible for sperm production and maturation of the ova."}, - {"BoxName": "T2","topcoord":"-122","leftcoord":"-54","Answervalue":"","QuizText":" ________________________ is responsible for increasing the production of male and female sex hormones."}, - {"BoxName": "T3","topcoord":"-88","leftcoord":"-54","Answervalue":"","QuizText":" ________________________ stimulates the thyroid gland to produce thyroid hormone."}, - {"BoxName": "T4","topcoord":"-54","leftcoord":"-54","Answervalue":"","QuizText":" ________________________ stimulates the adrenal gland to release glucocorticoid hormones."}], + "OptionBox": [{"BoxName": "T1","topcoord":"-169","leftcoord":"-59","Answervalue":"","QuizText":"-----------------------------------  is responsible for sperm production and maturation of the ova."}, + {"BoxName": "T2","topcoord":"-130","leftcoord":"-59","Answervalue":"","QuizText":"-----------------------------------  is responsible for increasing the production of male and female sex hormones."}, + {"BoxName": "T3","topcoord":"-91","leftcoord":"-59","Answervalue":"","QuizText":"-----------------------------------  stimulates the thyroid gland to produce thyroid hormone."}, + {"BoxName": "T4","topcoord":"-53","leftcoord":"-59","Answervalue":"","QuizText":"-----------------------------------  stimulates the adrenal gland to release glucocorticoid hormones."}], "Options": [{"OptionNumber": "A","OptionTitle": "FSH","textalign":"bottom"},{"OptionNumber": "B","OptionTitle": "LH","textalign":"bottom"}, {"OptionNumber": "C","OptionTitle": "TH","textalign":"bottom"},{"OptionNumber": "D","OptionTitle": "ACTH","textalign":"bottom"}], "correctResponse": [{"OptionBox": "T1","Answer": "A"},{"OptionBox": "T2","Answer": "B"},{"OptionBox": "T3","Answer": "C"},{"OptionBox": "T4","Answer": "D"}] @@ -155,10 +155,10 @@ "Title": "Complete the statements below.", "activityTitle": "Hormones II", "ImagePath":"", - "OptionBox": [{"BoxName": "T1","topcoord":"-156","leftcoord":"-54","Answervalue":"","QuizText":" _________________________ stimulates uterine contraction."}, - {"BoxName": "T2","topcoord":"-122","leftcoord":"-54","Answervalue":"","QuizText":"_________________________ stimulates milk production."}, - {"BoxName": "T3","topcoord":"-88","leftcoord":"-54","Answervalue":"","QuizText":"_________________________ stimulates water reabsorption."}, - {"BoxName": "T4","topcoord":"-54","leftcoord":"-54","Answervalue":"","QuizText":"_________________________ stimulates sodium reabsorption."}], + "OptionBox": [{"BoxName": "T1","topcoord":"-169","leftcoord":"-59","Answervalue":"","QuizText":"-----------------------------------  stimulates uterine contraction."}, + {"BoxName": "T2","topcoord":"-130","leftcoord":"-59","Answervalue":"","QuizText":"-----------------------------------  stimulates milk production."}, + {"BoxName": "T3","topcoord":"-91","leftcoord":"-59","Answervalue":"","QuizText":"-----------------------------------  stimulates water reabsorption."}, + {"BoxName": "T4","topcoord":"-53","leftcoord":"-59","Answervalue":"","QuizText":"-----------------------------------  stimulates sodium reabsorption."}], "Options": [{"OptionNumber": "A","OptionTitle": "Oxytocin","textalign":"bottom"},{"OptionNumber": "B","OptionTitle": "Prolactin","textalign":"bottom"}, {"OptionNumber": "C","OptionTitle": "ADH","textalign":"bottom"},{"OptionNumber": "D","OptionTitle": "Aldosterone","textalign":"bottom"}], "correctResponse": [{"OptionBox": "T1","Answer": "A"},{"OptionBox": "T2","Answer": "B"},{"OptionBox": "T3","Answer": "C"},{"OptionBox": "T4","Answer": "D"}] @@ -168,10 +168,10 @@ "Title": "Complete the statements below.", "activityTitle": "Endocrine Glands", "ImagePath":"", - "OptionBox": [{"BoxName": "T1","topcoord":"-156","leftcoord":"-22","Answervalue":"","QuizText":"The _________________________ hormone acts primarily on skeletal muscle and bone tissue."}, - {"BoxName": "T2","topcoord":"-122","leftcoord":"-22","Answervalue":"","QuizText":"The _________________________ hormone is secreted by the adrenal medulla in response to stress."}, - {"BoxName": "T3","topcoord":"-88","leftcoord":"-22","Answervalue":"","QuizText":"The _________________________ hormone is secreted by the kidney and promotes red blood cell production."}, - {"BoxName": "T4","topcoord":"-54","leftcoord":"-22","Answervalue":"","QuizText":"The _________________________ hormone is an anti-inflammatory and also responds to chronic stress."}], + "OptionBox": [{"BoxName": "T1","topcoord":"-169","leftcoord":"-31","Answervalue":"","QuizText":"The -----------------------------------  hormone acts primarily on skeletal muscle and bone tissue."}, + {"BoxName": "T2","topcoord":"-130","leftcoord":"-31","Answervalue":"","QuizText":"The -----------------------------------  hormone is secreted by the adrenal medulla in response to stress."}, + {"BoxName": "T3","topcoord":"-91","leftcoord":"-31","Answervalue":"","QuizText":"The -----------------------------------  hormone is secreted by the kidney and promotes red blood cell production."}, + {"BoxName": "T4","topcoord":"-53","leftcoord":"-31","Answervalue":"","QuizText":"The -----------------------------------  hormone is an anti-inflammatory and also responds to chronic stress."}], "Options": [{"OptionNumber": "A","OptionTitle": "growth","textalign":"bottom"},{"OptionNumber": "B","OptionTitle": "epinephrine","textalign":"bottom"}, {"OptionNumber": "C","OptionTitle": "erythropoietin","textalign":"bottom"},{"OptionNumber": "D","OptionTitle": "cortisol","textalign":"bottom"}], "correctResponse": [{"OptionBox": "T1","Answer": "A"},{"OptionBox": "T2","Answer": "B"},{"OptionBox": "T3","Answer": "C"},{"OptionBox": "T4","Answer": "D"}] diff --git a/400-SOURCECODE/AIAHTML5.Web/content/data/json/le/qz_dat_ly.json b/400-SOURCECODE/AIAHTML5.Web/content/data/json/le/qz_dat_ly.json index c7cc911..8daff10 100644 --- a/400-SOURCECODE/AIAHTML5.Web/content/data/json/le/qz_dat_ly.json +++ b/400-SOURCECODE/AIAHTML5.Web/content/data/json/le/qz_dat_ly.json @@ -140,10 +140,10 @@ "Title": "Complete the statements below.", "ImagePath":"", "activityTitle": "Tonsils II", - "OptionBox": [{"BoxName": "T1","topcoord":"-273","leftcoord":"-74","Answervalue":"","QuizText":"The -----------------------------------  tonsils are found at the back of the throat."}, - {"BoxName": "T2","topcoord":"-231","leftcoord":"-74","Answervalue":"","QuizText":"The -----------------------------------  tonsils are found in the nasopharynx."}, - {"BoxName": "T3","topcoord":"-190","leftcoord":"-74","Answervalue":"","QuizText":"The -----------------------------------  tonsils are found at the base of the tongue."}, - {"BoxName": "T4","topcoord":"-149","leftcoord":"-74","Answervalue":"","QuizText":"The -----------------------------------  tonsils surround the openings of the auditory tubes into the pharynx."}], + "OptionBox": [{"BoxName": "T1","topcoord":"-227","leftcoord":"-74","Answervalue":"","QuizText":"The -----------------------------------  tonsils are found at the back of the throat."}, + {"BoxName": "T2","topcoord":"-188","leftcoord":"-74","Answervalue":"","QuizText":"The -----------------------------------  tonsils are found in the nasopharynx."}, + {"BoxName": "T3","topcoord":"-147","leftcoord":"-74","Answervalue":"","QuizText":"The -----------------------------------  tonsils are found at the base of the tongue."}, + {"BoxName": "T4","topcoord":"-107","leftcoord":"-74","Answervalue":"","QuizText":"The -----------------------------------  tonsils surround the openings of the auditory tubes into the pharynx."}], "Options": [{"OptionNumber": "A","OptionTitle": "palatine","textalign":"bottom"},{"OptionNumber": "B","OptionTitle": "pharyngeal","textalign":"bottom"}, {"OptionNumber": "C","OptionTitle": "lingual","textalign":"bottom"},{"OptionNumber": "D","OptionTitle": "tubal","textalign":"bottom"}], "correctResponse": [{"OptionBox": "T1","Answer": "A"},{"OptionBox": "T2","Answer": "B"},{"OptionBox": "T3","Answer": "C"}, @@ -153,10 +153,10 @@ "Title": "Complete the statements below.", "ImagePath":"", "activityTitle": "Lymphatic Glands", - "OptionBox": [{"BoxName": "T1","topcoord":"-273","leftcoord":"-74","Answervalue":"","QuizText":"The -----------------------------------  filter lymph and house lymphocytes to fight infection."}, - {"BoxName": "T2","topcoord":"-231","leftcoord":"-74","Answervalue":"","QuizText":"The -----------------------------------  is active in childhood but becomes less functional as we age."}, - {"BoxName": "T3","topcoord":"-190","leftcoord":"-74","Answervalue":"","QuizText":"The -----------------------------------  is responsible for filtering blood rather than lymph and also aids in the recycling of red blood cells."}, - {"BoxName": "T4","topcoord":"-149","leftcoord":"-74","Answervalue":"","QuizText":"The -----------------------------------  are found within the nasal and oral respiratory passageways to filter pathogens that may be breathed in through the air."}], + "OptionBox": [{"BoxName": "T1","topcoord":"-227","leftcoord":"-74","Answervalue":"","QuizText":"The -----------------------------------  filter lymph and house lymphocytes to fight infection."}, + {"BoxName": "T2","topcoord":"-188","leftcoord":"-74","Answervalue":"","QuizText":"The -----------------------------------  is active in childhood but becomes less functional as we age."}, + {"BoxName": "T3","topcoord":"-147","leftcoord":"-74","Answervalue":"","QuizText":"The -----------------------------------  is responsible for filtering blood rather than lymph and also aids in the recycling of red blood cells."}, + {"BoxName": "T4","topcoord":"-107","leftcoord":"-74","Answervalue":"","QuizText":"The -----------------------------------  are found within the nasal and oral respiratory passageways to filter pathogens that may be breathed in through the air."}], "Options": [{"OptionNumber": "A","OptionTitle": "lymph nodes","textalign":"bottom"},{"OptionNumber": "B","OptionTitle": "thymus","textalign":"bottom"}, {"OptionNumber": "C","OptionTitle": "spleen","textalign":"bottom"},{"OptionNumber": "D","OptionTitle": "tonsils","textalign":"bottom"}], "correctResponse": [{"OptionBox": "T1","Answer": "A"},{"OptionBox": "T2","Answer": "B"},{"OptionBox": "T3","Answer": "C"}, @@ -166,10 +166,10 @@ "Title": "Complete the statements below.", "ImagePath":"", "activityTitle": "Cells", - "OptionBox": [{"BoxName": "T1","topcoord":"-273","leftcoord":"-98","Answervalue":"","QuizText":" -----------------------------------  cells are responsible for Humoral immunity."}, - {"BoxName": "T2","topcoord":"-231","leftcoord":"-98","Answervalue":"","QuizText":" -----------------------------------  cells are responsible for Cell-mediated immunity."}, - {"BoxName": "T3","topcoord":"-190","leftcoord":"-98","Answervalue":"","QuizText":" -----------------------------------  cells are responsible for the majority of antibody production."}, - {"BoxName": "T4","topcoord":"-149","leftcoord":"-98","Answervalue":"","QuizText":" -----------------------------------  cells can recognize a pathogen that the body has seen in the past."}], + "OptionBox": [{"BoxName": "T1","topcoord":"-227","leftcoord":"-98","Answervalue":"","QuizText":" -----------------------------------  cells are responsible for Humoral immunity."}, + {"BoxName": "T2","topcoord":"-188","leftcoord":"-98","Answervalue":"","QuizText":" -----------------------------------  cells are responsible for Cell-mediated immunity."}, + {"BoxName": "T3","topcoord":"-147","leftcoord":"-98","Answervalue":"","QuizText":" -----------------------------------  cells are responsible for the majority of antibody production."}, + {"BoxName": "T4","topcoord":"-107","leftcoord":"-98","Answervalue":"","QuizText":" -----------------------------------  cells can recognize a pathogen that the body has seen in the past."}], "Options": [{"OptionNumber": "A","OptionTitle": "B lymphocytes","textalign":"bottom"}, {"OptionNumber": "B","OptionTitle": "T lymphocytes","textalign":"bottom"}, {"OptionNumber": "C","OptionTitle": "Plasma","textalign":"bottom"}, @@ -181,10 +181,10 @@ "Title": "Complete the statements below.", "ImagePath":"", "activityTitle": "Immunity", - "OptionBox": [{"BoxName": "T1","topcoord":"-273","leftcoord":"-98","Answervalue":"","QuizText":" -----------------------------------  immunity results from coming in contact with a pathogen and contracting a disease."}, - {"BoxName": "T2","topcoord":"-231","leftcoord":"-98","Answervalue":"","QuizText":" -----------------------------------  immunity results from receiving a vaccination."}, - {"BoxName": "T3","topcoord":"-190","leftcoord":"-98","Answervalue":"","QuizText":" -----------------------------------  immunity results from mom passing antibodies to the child via the placenta and breast milk."}, - {"BoxName": "T4","topcoord":"-149","leftcoord":"-98","Answervalue":"","QuizText":" -----------------------------------  immunity results from receiving an injection of serum containing antibodies made by another individual or animal."}], + "OptionBox": [{"BoxName": "T1","topcoord":"-227","leftcoord":"-98","Answervalue":"","QuizText":" -----------------------------------  immunity results from coming in contact with a pathogen and contracting a disease."}, + {"BoxName": "T2","topcoord":"-188","leftcoord":"-98","Answervalue":"","QuizText":" -----------------------------------  immunity results from receiving a vaccination."}, + {"BoxName": "T3","topcoord":"-147","leftcoord":"-98","Answervalue":"","QuizText":" -----------------------------------  immunity results from mom passing antibodies to the child via the placenta and breast milk."}, + {"BoxName": "T4","topcoord":"-107","leftcoord":"-98","Answervalue":"","QuizText":" -----------------------------------  immunity results from receiving an injection of serum containing antibodies made by another individual or animal."}], "Options": [{"OptionNumber": "A","OptionTitle": "Active natural","textalign":"bottom"}, {"OptionNumber": "B","OptionTitle": "Active artificial","textalign":"bottom"}, {"OptionNumber": "C","OptionTitle": "Passive natural","textalign":"bottom"}, diff --git a/400-SOURCECODE/AIAHTML5.Web/content/data/json/le/qz_dat_mu.json b/400-SOURCECODE/AIAHTML5.Web/content/data/json/le/qz_dat_mu.json index 014ae92..9f27182 100644 --- a/400-SOURCECODE/AIAHTML5.Web/content/data/json/le/qz_dat_mu.json +++ b/400-SOURCECODE/AIAHTML5.Web/content/data/json/le/qz_dat_mu.json @@ -170,10 +170,10 @@ "Title": "Complete the statements below.", "ImagePath":"", "activityTitle": "Muscles of the Upper Limb", - "OptionBox": [{"BoxName": "T1","topcoord":"-156","leftcoord":"-22","Answervalue":"","QuizText":"The _________________________ muscle is the major abductor of the shoulder."}, - {"BoxName": "T2","topcoord":"-122","leftcoord":"-22","Answervalue":"","QuizText":"The _________________________ muscle is the major extensor of the arm and forearm."}, - {"BoxName": "T3","topcoord":"-88","leftcoord":"-22","Answervalue":"","QuizText":"The _________________________ muscle flexes both the arm and forearm."}, - {"BoxName": "T4","topcoord":"-54","leftcoord":"-22","Answervalue":"","QuizText":"The _________________________ muscle adducts, medially rotates, and extends the humerus."}], + "OptionBox": [{"BoxName": "T1","topcoord":"-169","leftcoord":"-31","Answervalue":"","QuizText":"The -----------------------------------  muscle is the major abductor of the shoulder."}, + {"BoxName": "T2","topcoord":"-130","leftcoord":"-31","Answervalue":"","QuizText":"The -----------------------------------  muscle is the major extensor of the arm and forearm."}, + {"BoxName": "T3","topcoord":"-91","leftcoord":"-31","Answervalue":"","QuizText":"The -----------------------------------  muscle flexes both the arm and forearm."}, + {"BoxName": "T4","topcoord":"-53","leftcoord":"-31","Answervalue":"","QuizText":"The -----------------------------------  muscle adducts, medially rotates, and extends the humerus."}], "Options": [{"OptionNumber": "A","OptionTitle": "deltoid","textalign":"bottom"},{"OptionNumber": "B","OptionTitle": "triceps brachii","textalign":"bottom"}, {"OptionNumber": "C","OptionTitle": "right ventricle","textalign":"bottom"},{"OptionNumber": "D","OptionTitle": "latissimus dorsi","textalign":"bottom"}], "correctResponse": [{"OptionBox": "T1","Answer": "A"},{"OptionBox": "T2","Answer": "B"},{"OptionBox": "T3","Answer": "C"}, @@ -183,14 +183,13 @@ "Title": "Complete the statements below.", "ImagePath":"", "activityTitle": "Muscles of the Lower Limb", - "OptionBox": [{"BoxName": "T1","topcoord":"-156","leftcoord":"-22","Answervalue":"","QuizText":"The _________________________ extends the knee and flexes the hip."}, - {"BoxName": "T2","topcoord":"-122","leftcoord":"-22","Answervalue":"","QuizText":"The _________________________ flexes the knee and extends the hip."}, - {"BoxName": "T3","topcoord":"-88","leftcoord":"-22","Answervalue":"","QuizText":"The _________________________ muscle causes plantar flexion of the ankle."}, - {"BoxName": "T4","topcoord":"-54","leftcoord":"-22","Answervalue":"","QuizText":"The _________________________ muscle causes dorsiflexion of the ankle."}], + "OptionBox": [{"BoxName": "T1","topcoord":"-169","leftcoord":"-31","Answervalue":"","QuizText":"The -----------------------------------  extends the knee and flexes the hip."}, + {"BoxName": "T2","topcoord":"-130","leftcoord":"-31","Answervalue":"","QuizText":"The -----------------------------------  flexes the knee and extends the hip."}, + {"BoxName": "T3","topcoord":"-91","leftcoord":"-31","Answervalue":"","QuizText":"The -----------------------------------  muscle causes plantar flexion of the ankle."}, + {"BoxName": "T4","topcoord":"-53","leftcoord":"-31","Answervalue":"","QuizText":"The -----------------------------------  muscle causes dorsiflexion of the ankle."}], "Options": [{"OptionNumber": "A","OptionTitle": "rectus femoris","textalign":"bottom"},{"OptionNumber": "B","OptionTitle": "biceps femoris","textalign":"bottom"}, {"OptionNumber": "C","OptionTitle": "gastrocnemius","textalign":"bottom"},{"OptionNumber": "D","OptionTitle": "tibialis anterior","textalign":"bottom"}], - "correctResponse": [{"OptionBox": "T1","Answer": "A"},{"OptionBox": "T2","Answer": "B"},{"OptionBox": "T3","Answer": "C"}, - {"OptionBox": "T4","Answer": "D"}] + "correctResponse": [{"OptionBox": "T1","Answer": "A"},{"OptionBox": "T2","Answer": "B"},{"OptionBox": "T3","Answer": "C"},{"OptionBox": "T4","Answer": "D"}] }] }] } \ No newline at end of file diff --git a/400-SOURCECODE/AIAHTML5.Web/content/data/json/le/qz_dat_rp.json b/400-SOURCECODE/AIAHTML5.Web/content/data/json/le/qz_dat_rp.json index 9ae7dd7..f676393 100644 --- a/400-SOURCECODE/AIAHTML5.Web/content/data/json/le/qz_dat_rp.json +++ b/400-SOURCECODE/AIAHTML5.Web/content/data/json/le/qz_dat_rp.json @@ -10,9 +10,9 @@ "Title": "Drag the labels to the correct location on the image.", "activityTitle": "Female Pelvic Organs", "ImagePath":"RP-01.JPG", - "OptionBox": [{"BoxName": "T1","topcoord":"168","leftcoord":"4","Answervalue":"","QuizText":""},{"BoxName": "T2","topcoord":"219","leftcoord":"4","Answervalue":"","QuizText":""}, - {"BoxName": "T3","topcoord":"22","leftcoord":"614","Answervalue":"","QuizText":""},{"BoxName": "T4","topcoord":"202","leftcoord":"614","Answervalue":"","QuizText":""}, - {"BoxName": "T5","topcoord":"290","leftcoord":"614","Answervalue":"","QuizText":""},{"BoxName": "T6","topcoord":"343","leftcoord":"614","Answervalue":"","QuizText":""}], + "OptionBox": [{"BoxName": "T1","topcoord":"168","leftcoord":"5","Answervalue":"","QuizText":""},{"BoxName": "T2","topcoord":"219","leftcoord":"5","Answervalue":"","QuizText":""}, + {"BoxName": "T3","topcoord":"22","leftcoord":"615","Answervalue":"","QuizText":""},{"BoxName": "T4","topcoord":"202","leftcoord":"615","Answervalue":"","QuizText":""}, + {"BoxName": "T5","topcoord":"290","leftcoord":"615","Answervalue":"","QuizText":""},{"BoxName": "T6","topcoord":"343","leftcoord":"615","Answervalue":"","QuizText":""}], "Options": [{"OptionNumber": "A","OptionTitle": "Ovary","textalign":"left"},{"OptionNumber": "B","OptionTitle": "Round ligament of uterus","textalign":"left"}, {"OptionNumber": "C","OptionTitle": "Ureter","textalign":"right"},{"OptionNumber": "D","OptionTitle": "Uterus","textalign":"right"}, {"OptionNumber": "E","OptionTitle": "Urinary bladder","textalign":"left"},{"OptionNumber": "F","OptionTitle": "Urethra","textalign":"right"}], @@ -103,11 +103,11 @@ "Title": "Complete the statements below.", "activityTitle": "Male Reproductive II", "ImagePath":"", - "OptionBox": [{"BoxName": "T1","topcoord":"-191","leftcoord":"-54","Answervalue":"","QuizText":"________________________ is the surgical removal of the foreskin (prepuce) from the glans penis."}, - {"BoxName": "T2","topcoord":"-156","leftcoord":"-54","Answervalue":"","QuizText":"________________________ is a condition of undescended testes that can lead to sterility or cancer if not corrected."}, - {"BoxName": "T3","topcoord":"-122","leftcoord":"-54","Answervalue":"","QuizText":"________________________ is the inability to either achieve or maintain an erection."}, - {"BoxName": "T4","topcoord":"-88","leftcoord":"-54","Answervalue":"","QuizText":"________________________ is a low sperm count and is one of the main causes of male infertility."}, - {"BoxName": "T5","topcoord":"-54","leftcoord":"-54","Answervalue":"","QuizText":"________________________ is a sterilizing procedure for men where the vas deferens is severed and sutured."}], + "OptionBox": [{"BoxName": "T1","topcoord":"-210","leftcoord":"-59","Answervalue":"","QuizText":"----------------------------------   is the surgical removal of the foreskin (prepuce) from the glans penis."}, + {"BoxName": "T2","topcoord":"-170","leftcoord":"-59","Answervalue":"","QuizText":"----------------------------------   is a condition of undescended testes that can lead to sterility or cancer if not corrected."}, + {"BoxName": "T3","topcoord":"-133","leftcoord":"-59","Answervalue":"","QuizText":"----------------------------------   is the inability to either achieve or maintain an erection."}, + {"BoxName": "T4","topcoord":"-91","leftcoord":"-59","Answervalue":"","QuizText":"----------------------------------   is a low sperm count and is one of the main causes of male infertility."}, + {"BoxName": "T5","topcoord":"-53","leftcoord":"-59","Answervalue":"","QuizText":"----------------------------------   is a sterilizing procedure for men where the vas deferens is severed and sutured."}], "Options": [{"OptionNumber": "A","OptionTitle": "Circumcision","textalign":"bottom"},{"OptionNumber": "B","OptionTitle": "Cryptorchidism","textalign":"bottom"}, {"OptionNumber": "C","OptionTitle": "Impotence","textalign":"bottom"},{"OptionNumber": "D","OptionTitle": "Oligospermia","textalign":"bottom"}, {"OptionNumber": "E","OptionTitle": "Vasectomy","textalign":"bottom"}], @@ -117,12 +117,12 @@ "Title": "Complete the statements below.", "activityTitle": "Female Reproductive", "ImagePath":"", - "OptionBox": [{"BoxName": "T1","topcoord":"-224","leftcoord":"-54","Answervalue":"","QuizText":"________________________ is the monthly discharge of the endometrial lining of the uterus."}, - {"BoxName": "T2","topcoord":"-191","leftcoord":"-54","Answervalue":"","QuizText":"________________________ is a womanӳ first menstrual period."}, - {"BoxName": "T3","topcoord":"-156","leftcoord":"-54","Answervalue":"","QuizText":"________________________ is an uncomfortable and often painful menstrual period."}, - {"BoxName": "T4","topcoord":"-122","leftcoord":"-54","Answervalue":"","QuizText":"________________________ is the cessation of monthly menstrual periods once a woman is beyond her reproductive years."}, - {"BoxName": "T5","topcoord":"-88","leftcoord":"-54","Answervalue":"","QuizText":"________________________ is the surgical removal of the uterus."}, - {"BoxName": "T6","topcoord":"-54","leftcoord":"-54","Answervalue":"","QuizText":"________________________ is a sterilizing procedure for women where the uterine tubes are severed and sutured."}], + "OptionBox": [{"BoxName": "T1","topcoord":"-249","leftcoord":"-59","Answervalue":"","QuizText":"----------------------------------   is the monthly discharge of the endometrial lining of the uterus."}, + {"BoxName": "T2","topcoord":"-210","leftcoord":"-59","Answervalue":"","QuizText":"----------------------------------   is a womanӳ first menstrual period."}, + {"BoxName": "T3","topcoord":"-170","leftcoord":"-59","Answervalue":"","QuizText":"----------------------------------   is an uncomfortable and often painful menstrual period."}, + {"BoxName": "T4","topcoord":"-133","leftcoord":"-59","Answervalue":"","QuizText":"----------------------------------   is the cessation of monthly menstrual periods once a woman is beyond her reproductive years."}, + {"BoxName": "T5","topcoord":"-91","leftcoord":"-59","Answervalue":"","QuizText":"----------------------------------   is the surgical removal of the uterus."}, + {"BoxName": "T6","topcoord":"-53","leftcoord":"-59","Answervalue":"","QuizText":"----------------------------------   is a sterilizing procedure for women where the uterine tubes are severed and sutured."}], "Options": [{"OptionNumber": "A","OptionTitle": "Menses","textalign":"bottom"},{"OptionNumber": "B","OptionTitle": "Menarchy","textalign":"bottom"}, {"OptionNumber": "C","OptionTitle": "Dysmenorrhea","textalign":"bottom"},{"OptionNumber": "D","OptionTitle": "Menopause","textalign":"bottom"}, {"OptionNumber": "E","OptionTitle": "Hysterectomy","textalign":"bottom"},{"OptionNumber": "F","OptionTitle": "Tubal ligation","textalign":"bottom"}], @@ -133,10 +133,10 @@ "Title": "Complete the statements below.", "activityTitle": "Male Reproductive II", "ImagePath":"", - "OptionBox": [{"BoxName": "T1","topcoord":"-156","leftcoord":"219","Answervalue":"","QuizText":"The sac containing the testes is called the ________________________."}, - {"BoxName": "T2","topcoord":"-122","leftcoord":"387","Answervalue":"","QuizText":"The singular part of the penis surrounding the penile urethra is the ________________________."}, - {"BoxName": "T3","topcoord":"-88","leftcoord":"536","Answervalue":"","QuizText":"The paired structures of the penis responsible for the rigidity of the erection are called the ________________________."}, - {"BoxName": "T4","topcoord":"-54","leftcoord":"217","Answervalue":"","QuizText":"The enlarged tip of the penis is called the ________________________."}], + "OptionBox": [{"BoxName": "T1","topcoord":"-169","leftcoord":"214","Answervalue":"","QuizText":"The sac containing the testes is called the ----------------------------------  ."}, + {"BoxName": "T2","topcoord":"-131","leftcoord":"382","Answervalue":"","QuizText":"The singular part of the penis surrounding the penile urethra is the ----------------------------------  ."}, + {"BoxName": "T3","topcoord":"-92","leftcoord":"532","Answervalue":"","QuizText":"The paired structures of the penis responsible for the rigidity of the erection are called the ----------------------------------  ."}, + {"BoxName": "T4","topcoord":"-53","leftcoord":"212","Answervalue":"","QuizText":"The enlarged tip of the penis is called the ----------------------------------  ."}], "Options": [{"OptionNumber": "A","OptionTitle": "scrotum","textalign":"bottom"},{"OptionNumber": "B","OptionTitle": "corpus spongiosum","textalign":"bottom"}, {"OptionNumber": "C","OptionTitle": "corpora cavernosa","textalign":"bottom"},{"OptionNumber": "D","OptionTitle": "glans penis","textalign":"bottom"}], "correctResponse": [{"OptionBox": "T1","Answer": "A"},{"OptionBox": "T2","Answer": "B"},{"OptionBox": "T3","Answer": "C"},{"OptionBox": "T4","Answer": "D"}] @@ -145,10 +145,10 @@ "Title": "Complete the statements below.", "activityTitle": "Accessory Glands", "ImagePath":"", - "OptionBox": [{"BoxName": "T1","topcoord":"-156","leftcoord":"-27","Answervalue":"","QuizText":"The ________________________ are the paired accessory glands that lie on the posterior bladder wall that produce approximately 60% of the volume of semen."}, - {"BoxName": "T2","topcoord":"-122","leftcoord":"-27","Answervalue":"","QuizText":"The ________________________ gland surrounds the urethra and it contributes approximately one third of the semen volume."}, - {"BoxName": "T3","topcoord":"-88","leftcoord":"885","Answervalue":"","QuizText":"The small, paired glands at the base of the penis that produce a lubricating, alkaline secretion into the urethra prior to ejaculation are called the ________________________ glands."}, - {"BoxName": "T4","topcoord":"-54","leftcoord":"514","Answervalue":"","QuizText":"The paired tubes that carry sperm from the epididymus to the ejaculatory duct are the ________________________ ."}], + "OptionBox": [{"BoxName": "T1","topcoord":"-169","leftcoord":"-31","Answervalue":"","QuizText":"The ----------------------------------   are the paired accessory glands that lie on the posterior bladder wall that produce approximately 60% of the volume of semen."}, + {"BoxName": "T2","topcoord":"-130","leftcoord":"-31","Answervalue":"","QuizText":"The ----------------------------------   gland surrounds the urethra and it contributes approximately one third of the semen volume."}, + {"BoxName": "T3","topcoord":"-92","leftcoord":"880","Answervalue":"","QuizText":"The small, paired glands at the base of the penis that produce a lubricating, alkaline secretion into the urethra prior to ejaculation are called the ----------------------------------   glands."}, + {"BoxName": "T4","topcoord":"-53","leftcoord":"507","Answervalue":"","QuizText":"The paired tubes that carry sperm from the epididymus to the ejaculatory duct are the ----------------------------------   ."}], "Options": [{"OptionNumber": "A","OptionTitle": "seminal vesicles","textalign":"bottom"},{"OptionNumber": "B","OptionTitle": "prostate","textalign":"bottom"}, {"OptionNumber": "C","OptionTitle": "bulbourethral","textalign":"bottom"},{"OptionNumber": "D","OptionTitle": "vas deferens","textalign":"bottom"}], "correctResponse": [{"OptionBox": "T1","Answer": "A"},{"OptionBox": "T2","Answer": "B"},{"OptionBox": "T3","Answer": "C"},{"OptionBox": "T4","Answer": "D"}] @@ -157,10 +157,10 @@ "Title": "Complete the statements below.", "activityTitle": "Hormones", "ImagePath":"", - "OptionBox": [{"BoxName": "T1","topcoord":"-156","leftcoord":"735","Answervalue":"","QuizText":"The hormone produced by the testes that causes development of the secondary sexual characteristics in a male is called ________________________ ."}, - {"BoxName": "T2","topcoord":"-122","leftcoord":"755","Answervalue":"","QuizText":"The hormone produced by the ovaries that causes development of the secondary sexual characteristics in a female is called ________________________ ."}, - {"BoxName": "T3","topcoord":"-89","leftcoord":"917","Answervalue":"","QuizText":"The hormone secreted by the corpus luteum that sustains the thickness of the endometrium during the secretory phase of the uterine cycle is called ________________________ ."}, - {"BoxName": "T4","topcoord":"-54","leftcoord":"620","Answervalue":"","QuizText":"The hormone secreted by the sustentacular cells of the testes in response to spermatogenesis is called ________________________ ."}], + "OptionBox": [{"BoxName": "T1","topcoord":"-169","leftcoord":"729","Answervalue":"","QuizText":"The hormone produced by the testes that causes development of the secondary sexual characteristics in a male is called ----------------------------------   ."}, + {"BoxName": "T2","topcoord":"-131","leftcoord":"750","Answervalue":"","QuizText":"The hormone produced by the ovaries that causes development of the secondary sexual characteristics in a female is called ----------------------------------   ."}, + {"BoxName": "T3","topcoord":"-92","leftcoord":"912","Answervalue":"","QuizText":"The hormone secreted by the corpus luteum that sustains the thickness of the endometrium during the secretory phase of the uterine cycle is called ----------------------------------   ."}, + {"BoxName": "T4","topcoord":"-53","leftcoord":"614","Answervalue":"","QuizText":"The hormone secreted by the sustentacular cells of the testes in response to spermatogenesis is called ----------------------------------   ."}], "Options": [{"OptionNumber": "A","OptionTitle": "testosterone","textalign":"bottom"},{"OptionNumber": "B","OptionTitle": "estrogen","textalign":"bottom"}, {"OptionNumber": "C","OptionTitle": "progesterone","textalign":"bottom"},{"OptionNumber": "D","OptionTitle": "inhibin","textalign":"bottom"}], "correctResponse": [{"OptionBox": "T1","Answer": "A"},{"OptionBox": "T2","Answer": "B"},{"OptionBox": "T3","Answer": "C"},{"OptionBox": "T4","Answer": "D"}] diff --git a/400-SOURCECODE/AIAHTML5.Web/content/data/json/le/qz_dat_rs.json b/400-SOURCECODE/AIAHTML5.Web/content/data/json/le/qz_dat_rs.json index d113982..e0ff274 100644 --- a/400-SOURCECODE/AIAHTML5.Web/content/data/json/le/qz_dat_rs.json +++ b/400-SOURCECODE/AIAHTML5.Web/content/data/json/le/qz_dat_rs.json @@ -169,10 +169,10 @@ "Title": "Complete the statements below.", "activityTitle": "Pulmonary Ventilation", "ImagePath":"", - "OptionBox": [{"BoxName": "T1","topcoord":"-151","leftcoord":"260","Answervalue":"","QuizText":"The movement of air into and out of the lungs is called ."}, - {"BoxName": "T2","topcoord":"-119","leftcoord":"418","Answervalue":"","QuizText":"The exchange of gases between the alveoli of the lungs and the blood is called ."}, - {"BoxName": "T3","topcoord":"-88","leftcoord":"305","Answervalue":"","QuizText":"The exchange of gases between the blood and tissues is called respiration."}, - {"BoxName": "T4","topcoord":"-54","leftcoord":"346","Answervalue":"","QuizText":"The amount of air exchanged during quiet, restful breathing is called volume."}], + "OptionBox": [{"BoxName": "T1","topcoord":"-169","leftcoord":"258","Answervalue":"","QuizText":"The movement of air into and out of the lungs is called ----------------------------------  ."}, + {"BoxName": "T2","topcoord":"-130","leftcoord":"411","Answervalue":"","QuizText":"The exchange of gases between the alveoli of the lungs and the blood is called ----------------------------------  ."}, + {"BoxName": "T3","topcoord":"-92","leftcoord":"309","Answervalue":"","QuizText":"The exchange of gases between the blood and tissues is called ----------------------------------   respiration."}, + {"BoxName": "T4","topcoord":"-50","leftcoord":"349","Answervalue":"","QuizText":"The amount of air exchanged during quiet, restful breathing is called ----------------------------------   volume."}], "Options": [{"OptionNumber": "A","OptionTitle": "ventilation","textalign":"bottom"},{"OptionNumber": "B","OptionTitle": "external","textalign":"bottom"}, {"OptionNumber": "C","OptionTitle": "internal","textalign":"bottom"},{"OptionNumber": "D","OptionTitle": "tidal","textalign":"bottom"}], "correctResponse": [{"OptionBox": "T1","Answer": "A"},{"OptionBox": "T2","Answer": "B"},{"OptionBox": "T3","Answer": "C"},{"OptionBox": "T4","Answer": "D"}] @@ -181,10 +181,10 @@ "Title": "Complete the statements below.", "activityTitle": "Respiratory Volumes", "ImagePath":"", - "OptionBox": [{"BoxName": "T1","topcoord":"-148","leftcoord":"325","Answervalue":"","QuizText":"The active phase of breathing, drawing air into the lungs is called ."}, - {"BoxName": "T2","topcoord":"-119","leftcoord":"329","Answervalue":"","QuizText":"The passive phase of breathing when air leaves the lungs is called ."}, - {"BoxName": "T3","topcoord":"-82","leftcoord":"732","Answervalue":"","QuizText":"The disease characterized by narrow respiratory passageways obstructing the movement of air into and out of the lungs is called ."}, - {"BoxName": "T4","topcoord":"-50","leftcoord":"626","Answervalue":"","QuizText":"The disease characterized by a reduction in the number of alveoli and a loss of elasticity of lung tissue is called ."}], + "OptionBox": [{"BoxName": "T1","topcoord":"-169","leftcoord":"319","Answervalue":"","QuizText":"The active phase of breathing, drawing air into the lungs is called ----------------------------------  ."}, + {"BoxName": "T2","topcoord":"-130","leftcoord":"322","Answervalue":"","QuizText":"The passive phase of breathing when air leaves the lungs is called ----------------------------------  ."}, + {"BoxName": "T3","topcoord":"-90","leftcoord":"734","Answervalue":"","QuizText":"The disease characterized by narrow respiratory passageways obstructing the movement of air into and out of the lungs is called ----------------------------------  ."}, + {"BoxName": "T4","topcoord":"-50","leftcoord":"620","Answervalue":"","QuizText":"The disease characterized by a reduction in the number of alveoli and a loss of elasticity of lung tissue is called ----------------------------------  ."}], "Options": [{"OptionNumber": "A","OptionTitle": "inhalation","textalign":"bottom"},{"OptionNumber": "B","OptionTitle": "exhalation","textalign":"bottom"}, {"OptionNumber": "C","OptionTitle": "asthma","textalign":"bottom"},{"OptionNumber": "D","OptionTitle": "emphysema","textalign":"bottom"}], "correctResponse": [{"OptionBox": "T1","Answer": "A"},{"OptionBox": "T2","Answer": "B"},{"OptionBox": "T3","Answer": "C"},{"OptionBox": "T4","Answer": "D"}] diff --git a/400-SOURCECODE/AIAHTML5.Web/content/data/json/le/qz_dat_ss.json b/400-SOURCECODE/AIAHTML5.Web/content/data/json/le/qz_dat_ss.json new file mode 100644 index 0000000..b29ad2f --- /dev/null +++ b/400-SOURCECODE/AIAHTML5.Web/content/data/json/le/qz_dat_ss.json @@ -0,0 +1,173 @@ +{"LabExercise" : [ + { + "Topic": "Special System", + "Slug": "qz_dat_ss", + "TopicImagePath": "lab-exercises-10.jpg", + "NumberofQuestions": "12", + "Questions": [ + { + "Number": "1", + "Title": "Drag the labels to the correct location on the image.", + "activityTitle": "External Ear", + "ImagePath":"SS-01.JPG", + "OptionBox": [{"BoxName": "T1","topcoord":"34","leftcoord":"2","Answervalue":"","QuizText":""},{"BoxName": "T2","topcoord":"204","leftcoord":"2","Answervalue":"","QuizText":""}, + {"BoxName": "T3","topcoord":"226","leftcoord":"572","Answervalue":"","QuizText":""},{"BoxName": "T4","topcoord":"352","leftcoord":"572","Answervalue":"","QuizText":""}], + "Options": [{"OptionNumber": "A","OptionTitle": "Auricle","textalign":"right"},{"OptionNumber": "B","OptionTitle": "External acoustic meatus","textalign":"left"}, + {"OptionNumber": "C","OptionTitle": "Tragus","textalign":"right"},{"OptionNumber": "D","OptionTitle": "Lobule","textalign":"left"}], + "correctResponse": [{"OptionBox": "T1","Answer": "A"},{"OptionBox": "T2","Answer": "B"},{"OptionBox": "T3","Answer": "C"},{"OptionBox": "T4","Answer": "D"}] + },{ + "Number": "2", + "Title": "Drag the labels to the correct location on the image.", + "activityTitle": "Inner Ear", + "ImagePath":"SS-02.JPG", + "OptionBox": [{"BoxName": "T1","topcoord":"33","leftcoord":"2","Answervalue":"","QuizText":""},{"BoxName": "T2","topcoord":"125","leftcoord":"2","Answervalue":"","QuizText":""}, + {"BoxName": "T3","topcoord":"170","leftcoord":"2","Answervalue":"","QuizText":""},{"BoxName": "T4","topcoord":"258","leftcoord":"2","Answervalue":"","QuizText":""}, + {"BoxName": "T5","topcoord":"67","leftcoord":"878","Answervalue":"","QuizText":""},{"BoxName": "T6","topcoord":"172","leftcoord":"878","Answervalue":"","QuizText":""}, + {"BoxName": "T7","topcoord":"231","leftcoord":"878","Answervalue":"","QuizText":""}], + "Options": [{"OptionNumber": "A","OptionTitle": "Anterior semicircular canal","textalign":"bottom"},{"OptionNumber": "B","OptionTitle": "Lateral semicircular canal","textalign":"bottom"}, + {"OptionNumber": "C","OptionTitle": "Posterior semicircular canal","textalign":"bottom"},{"OptionNumber": "D","OptionTitle": "Vestibule","textalign":"bottom"}, + {"OptionNumber": "E","OptionTitle": "Cochlear nerve","textalign":"bottom"},{"OptionNumber": "F","OptionTitle": "Vestibular nerve","textalign":"bottom"}, + {"OptionNumber": "G","OptionTitle": "Cochlea","textalign":"bottom"}], + "correctResponse": [{"OptionBox": "T1","Answer": "E"},{"OptionBox": "T2","Answer": "F"},{"OptionBox": "T3","Answer": "D"},{"OptionBox": "T4","Answer": "C"}, + {"OptionBox": "T5","Answer": "G"},{"OptionBox": "T6","Answer": "A"},{"OptionBox": "T7","Answer": "B"}] + },{ + "Number": "3", + "Title": "Drag the labels to the correct location on the image.", + "activityTitle": "Middle Ear", + "ImagePath":"SS-03.JPG", + "OptionBox": [{"BoxName": "T1","topcoord":"50","leftcoord":"3","Answervalue":"","QuizText":""},{"BoxName": "T2","topcoord":"107","leftcoord":"3","Answervalue":"","QuizText":""}, + {"BoxName": "T3","topcoord":"20","leftcoord":"840","Answervalue":"","QuizText":""},{"BoxName": "T4","topcoord":"82","leftcoord":"840","Answervalue":"","QuizText":""}, + {"BoxName": "T5","topcoord":"129","leftcoord":"840","Answervalue":"","QuizText":""}], + "Options": [{"OptionNumber": "A","OptionTitle": "Tympanic membrane","textalign":"bottom"},{"OptionNumber": "B","OptionTitle": "Stapes","textalign":"bottom"}, + {"OptionNumber": "C","OptionTitle": "External acoustic meatus","textalign":"bottom"},{"OptionNumber": "D","OptionTitle": "Malleus","textalign":"bottom"}, + {"OptionNumber": "E","OptionTitle": "Incus","textalign":"bottom"}], + "correctResponse": [{"OptionBox": "T1","Answer": "A"},{"OptionBox": "T2","Answer": "B"},{"OptionBox": "T3","Answer": "C"},{"OptionBox": "T4","Answer": "D"}, + {"OptionBox": "T5","Answer": "E"}] + },{ + "Number": "4", + "Title": "Drag the labels to the correct location on the image.", + "activityTitle": "External Eye", + "ImagePath":"SS-04.JPG", + "OptionBox": [{"BoxName": "T1","topcoord":"26","leftcoord":"3","Answervalue":"","QuizText":""},{"BoxName": "T2","topcoord":"188","leftcoord":"3","Answervalue":"","QuizText":""}, + {"BoxName": "T3","topcoord":"237","leftcoord":"3","Answervalue":"","QuizText":""},{"BoxName": "T4","topcoord":"326","leftcoord":"3","Answervalue":"","QuizText":""}, + {"BoxName": "T5","topcoord":"78","leftcoord":"614","Answervalue":"","QuizText":""},{"BoxName": "T6","topcoord":"188","leftcoord":"614","Answervalue":"","QuizText":""}, + {"BoxName": "T7","topcoord":"275","leftcoord":"614","Answervalue":"","QuizText":""},{"BoxName": "T8","topcoord":"322","leftcoord":"614","Answervalue":"","QuizText":""}], + "Options": [{"OptionNumber": "A","OptionTitle": "Conjunctiva","textalign":"left"},{"OptionNumber": "B","OptionTitle": "Iris","textalign":"left"}, + {"OptionNumber": "C","OptionTitle": "Pupil","textalign":"right"},{"OptionNumber": "D","OptionTitle": "Sclera","textalign":"right"}, + {"OptionNumber": "E","OptionTitle": "Maxilla","textalign":"right"},{"OptionNumber": "F","OptionTitle": "Zygomatic bone","textalign":"left"}, + {"OptionNumber": "G","OptionTitle": "Frontal bone","textalign":"left"},{"OptionNumber": "H","OptionTitle": "Lacrimal bone","textalign":"right"}], + "correctResponse": [{"OptionBox": "T1","Answer": "G"},{"OptionBox": "T2","Answer": "H"},{"OptionBox": "T3","Answer": "F"},{"OptionBox": "T4","Answer": "E"}, + {"OptionBox": "T5","Answer": "A"},{"OptionBox": "T6","Answer": "B"},{"OptionBox": "T7","Answer": "C"},{"OptionBox": "T8","Answer": "D"}] + },{ + "Number": "5", + "Title": "Drag the labels to the correct location on the image.", + "activityTitle": "Eye Muscles", + "ImagePath":"SS-05.JPG", + "OptionBox": [{"BoxName": "T1","topcoord":"112","leftcoord":"5","Answervalue":"","QuizText":""},{"BoxName": "T2","topcoord":"168","leftcoord":"5","Answervalue":"","QuizText":""}, + {"BoxName": "T3","topcoord":"287","leftcoord":"5","Answervalue":"","QuizText":""},{"BoxName": "T4","topcoord":"327","leftcoord":"5","Answervalue":"","QuizText":""}, + {"BoxName": "T5","topcoord":"74","leftcoord":"922","Answervalue":"","QuizText":""},{"BoxName": "T6","topcoord":"120","leftcoord":"922","Answervalue":"","QuizText":""}, + {"BoxName": "T7","topcoord":"201","leftcoord":"922","Answervalue":"","QuizText":""},{"BoxName": "T8","topcoord":"323","leftcoord":"922","Answervalue":"","QuizText":""}], + "Options": [{"OptionNumber": "A","OptionTitle": "Superior rectus","textalign":"bottom"},{"OptionNumber": "B","OptionTitle": "Superior oblique","textalign":"bottom"}, + {"OptionNumber": "C","OptionTitle": "Medial rectus","textalign":"bottom"},{"OptionNumber": "D","OptionTitle": "Optic nerve","textalign":"bottom"}, + {"OptionNumber": "E","OptionTitle": "Inferior rectus","textalign":"bottom"},{"OptionNumber": "F","OptionTitle": "Inferior oblique","textalign":"bottom"}, + {"OptionNumber": "G","OptionTitle": "Lateral rectus","textalign":"bottom"},{"OptionNumber": "H","OptionTitle": "Levator palpebrae superioris","textalign":"bottom"}], + "correctResponse": [{"OptionBox": "T1","Answer": "A"},{"OptionBox": "T2","Answer": "G"},{"OptionBox": "T3","Answer": "E"},{"OptionBox": "T4","Answer": "F"}, + {"OptionBox": "T5","Answer": "H"},{"OptionBox": "T6","Answer": "B"},{"OptionBox": "T7","Answer": "C"},{"OptionBox": "T8","Answer": "D"}] + },{ + "Number": "6", + "Title": "Drag the labels to the correct location on the image.", + "activityTitle": "Eye Muscles (Lat)", + "ImagePath":"SS-06.JPG", + "OptionBox": [{"BoxName": "T1","topcoord":"80","leftcoord":"4","Answervalue":"","QuizText":""},{"BoxName": "T2","topcoord":"195","leftcoord":"4","Answervalue":"","QuizText":""}, + {"BoxName": "T3","topcoord":"236","leftcoord":"4","Answervalue":"","QuizText":""},{"BoxName": "T4","topcoord":"271","leftcoord":"4","Answervalue":"","QuizText":""}, + {"BoxName": "T5","topcoord":"92","leftcoord":"881","Answervalue":"","QuizText":""},{"BoxName": "T6","topcoord":"146","leftcoord":"881","Answervalue":"","QuizText":""}, + {"BoxName": "T7","topcoord":"208","leftcoord":"881","Answervalue":"","QuizText":""},{"BoxName": "T8","topcoord":"332","leftcoord":"881","Answervalue":"","QuizText":""}], + "Options": [{"OptionNumber": "A","OptionTitle": "Superior rectus","textalign":"bottom"},{"OptionNumber": "B","OptionTitle": "Superior oblique","textalign":"bottom"}, + {"OptionNumber": "C","OptionTitle": "Lateral rectus","textalign":"bottom"},{"OptionNumber": "D","OptionTitle": "Inferior oblique","textalign":"bottom"}, + {"OptionNumber": "E","OptionTitle": "Inferior rectus","textalign":"bottom"},{"OptionNumber": "F","OptionTitle": "Medial rectus","textalign":"bottom"}, + {"OptionNumber": "G","OptionTitle": "Optic nerve","textalign":"bottom"},{"OptionNumber": "H","OptionTitle": "Levator palpebrae superioris","textalign":"bottom"}], + "correctResponse": [{"OptionBox": "T1","Answer": "B"},{"OptionBox": "T2","Answer": "H"},{"OptionBox": "T3","Answer": "G"},{"OptionBox": "T4","Answer": "E"}, + {"OptionBox": "T5","Answer": "A"},{"OptionBox": "T6","Answer": "C"},{"OptionBox": "T7","Answer": "D"},{"OptionBox": "T8","Answer": "F"}] + },{ + "Number": "7", + "Title": "Drag the labels to the correct location on the image.", + "activityTitle": "Olfactory Nerve", + "ImagePath":"SS-07.JPG", + "OptionBox": [{"BoxName": "T1","topcoord":"37","leftcoord":"2","Answervalue":"","QuizText":""},{"BoxName": "T2","topcoord":"80","leftcoord":"2","Answervalue":"","QuizText":""}, + {"BoxName": "T3","topcoord":"116","leftcoord":"2","Answervalue":"","QuizText":""},{"BoxName": "T4","topcoord":"272","leftcoord":"2","Answervalue":"","QuizText":""}, + {"BoxName": "T5","topcoord":"69","leftcoord":"819","Answervalue":"","QuizText":""},{"BoxName": "T6","topcoord":"138","leftcoord":"819","Answervalue":"","QuizText":""}, + {"BoxName": "T7","topcoord":"249","leftcoord":"819","Answervalue":"","QuizText":""},{"BoxName": "T8","topcoord":"343","leftcoord":"819","Answervalue":"","QuizText":""}], + "Options": [{"OptionNumber": "A","OptionTitle": "Frontal sinus","textalign":"bottom"},{"OptionNumber": "B","OptionTitle": "Olfactory nerve","textalign":"bottom"}, + {"OptionNumber": "C","OptionTitle": "Olfactory bulb","textalign":"bottom"},{"OptionNumber": "D","OptionTitle": "Cribriform plate","textalign":"bottom"}, + {"OptionNumber": "E","OptionTitle": "Superior nasal concha","textalign":"bottom"},{"OptionNumber": "F","OptionTitle": "Sphenoidal sinus","textalign":"bottom"}, + {"OptionNumber": "G","OptionTitle": "Hard palate","textalign":"bottom"},{"OptionNumber": "H","OptionTitle": "External nares","textalign":"bottom"}], + "correctResponse": [{"OptionBox": "T1","Answer": "A"},{"OptionBox": "T2","Answer": "B"},{"OptionBox": "T3","Answer": "E"},{"OptionBox": "T4","Answer": "H"}, + {"OptionBox": "T5","Answer": "C"},{"OptionBox": "T6","Answer": "F"},{"OptionBox": "T7","Answer": "D"},{"OptionBox": "T8","Answer": "G"}] + },{ + "Number": "8", + "Title": "Drag the labels to the correct location on the image.", + "activityTitle": "Tongue", + "ImagePath":"SS-08.JPG", + "OptionBox": [{"BoxName": "T1","topcoord":"99","leftcoord":"4","Answervalue":"","QuizText":""},{"BoxName": "T2","topcoord":"179","leftcoord":"4","Answervalue":"","QuizText":""}, + {"BoxName": "T3","topcoord":"258","leftcoord":"4","Answervalue":"","QuizText":""},{"BoxName": "T4","topcoord":"304","leftcoord":"4","Answervalue":"","QuizText":""}, + {"BoxName": "T5","topcoord":"30","leftcoord":"614","Answervalue":"","QuizText":""},{"BoxName": "T6","topcoord":"103","leftcoord":"614","Answervalue":"","QuizText":""}, + {"BoxName": "T7","topcoord":"148","leftcoord":"614","Answervalue":"","QuizText":""},{"BoxName": "T8","topcoord":"379","leftcoord":"614","Answervalue":"","QuizText":""}], + "Options": [{"OptionNumber": "A","OptionTitle": "Epiglottis","textalign":"left"},{"OptionNumber": "B","OptionTitle": "Palatine tonsil","textalign":"right"}, + {"OptionNumber": "C","OptionTitle": "Sulcus terminalis","textalign":"left"},{"OptionNumber": "D","OptionTitle": "Fungiform papillae","textalign":"left"}, + {"OptionNumber": "E","OptionTitle": "Filiform papillae","textalign":"left"},{"OptionNumber": "F","OptionTitle": "Foliate papillae","textalign":"right"}, + {"OptionNumber": "G","OptionTitle": "Circumvallate papillae","textalign":"right"},{"OptionNumber": "H","OptionTitle": "Lingual tonsil","textalign":"right"}], + "correctResponse": [{"OptionBox": "T1","Answer": "H"},{"OptionBox": "T2","Answer": "G"},{"OptionBox": "T3","Answer": "F"},{"OptionBox": "T4","Answer": "E"}, + {"OptionBox": "T5","Answer": "A"},{"OptionBox": "T6","Answer": "B"},{"OptionBox": "T7","Answer": "C"},{"OptionBox": "T8","Answer": "D"}] + },{ + "Number": "9", + "Title": "Complete the statements below.", + "activityTitle": "Eye I", + "ImagePath":"", + "OptionBox": [{"BoxName": "T1","topcoord":"-169","leftcoord":"136","Answervalue":"","QuizText":"The white of the eye is known as the ----------------------------------  ."}, + {"BoxName": "T2","topcoord":"-130","leftcoord":"200","Answervalue":"","QuizText":"The colored portion of the eye is known as the -----------------------------------  ."}, + {"BoxName": "T3","topcoord":"-92","leftcoord":"386","Answervalue":"","QuizText":"The opening in the center of the colored portion of the eye is known as the -----------------------------------  respiration."}, + {"BoxName": "T4","topcoord":"-52","leftcoord":"396","Answervalue":"","QuizText":"The clear outer covering over the anterior surface of the eye is known as the -----------------------------------  volume."}], + "Options": [{"OptionNumber": "A","OptionTitle": "sclera","textalign":"bottom"},{"OptionNumber": "B","OptionTitle": "iris","textalign":"bottom"}, + {"OptionNumber": "C","OptionTitle": "pupil","textalign":"bottom"},{"OptionNumber": "D","OptionTitle": "cornea","textalign":"bottom"}], + "correctResponse": [{"OptionBox": "T1","Answer": "A"},{"OptionBox": "T2","Answer": "B"},{"OptionBox": "T3","Answer": "C"},{"OptionBox": "T4","Answer": "D"}] + },{ + "Number": "10", + "Title": "Complete the statements below.", + "activityTitle": "Eye II", + "ImagePath":"", + "OptionBox": [{"BoxName": "T1","topcoord":"-169","leftcoord":"219","Answervalue":"","QuizText":"The inner, neural layer of the eye is known as the -----------------------------------  ."}, + {"BoxName": "T2","topcoord":"-130","leftcoord":"241","Answervalue":"","QuizText":"The middle, vascular layer of the eye is known as the -----------------------------------  ."}, + {"BoxName": "T3","topcoord":"-91","leftcoord":"339","Answervalue":"","QuizText":"The vascular membrane covering the outer surface of the eye is the -----------------------------------  ."}, + {"BoxName": "T4","topcoord":"-52","leftcoord":"121","Answervalue":"","QuizText":"Another name for the eyelid is the -----------------------------------  ."}], + "Options": [{"OptionNumber": "A","OptionTitle": "retina","textalign":"bottom"},{"OptionNumber": "B","OptionTitle": "choroid","textalign":"bottom"}, + {"OptionNumber": "C","OptionTitle": "conjunctiva","textalign":"bottom"},{"OptionNumber": "D","OptionTitle": "palpebra","textalign":"bottom"}], + "correctResponse": [{"OptionBox": "T1","Answer": "A"},{"OptionBox": "T2","Answer": "B"},{"OptionBox": "T3","Answer": "C"},{"OptionBox": "T4","Answer": "D"}] + },{ + "Number": "11", + "Title": "Drag the labels to the correct location on the image.", + "activityTitle": "Ear I", + "ImagePath":"", + "OptionBox": [{"BoxName": "T1","topcoord":"-169","leftcoord":"251","Answervalue":"","QuizText":"The external, visible portion of the ear is known as the -----------------------------------  ."}, + {"BoxName": "T2","topcoord":"-130","leftcoord":"225","Answervalue":"","QuizText":"The region of the ear containing the ossicles is the -----------------------------------  ."}, + {"BoxName": "T3","topcoord":"-91","leftcoord":"420","Answervalue":"","QuizText":"The region of the ear containing the sense organs for hearing and balance is the -----------------------------------  ."}, + {"BoxName": "T4","topcoord":"-52","leftcoord":"321","Answervalue":"","QuizText":"The portion of the ear containing the receptors for hearing is the -----------------------------------  ."}], + "Options": [{"OptionNumber": "A","OptionTitle": "auricle","textalign":"bottom"},{"OptionNumber": "B","OptionTitle": "middle","textalign":"bottom"}, + {"OptionNumber": "C","OptionTitle": "internal","textalign":"bottom"},{"OptionNumber": "D","OptionTitle": "cochlea","textalign":"bottom"}], + "correctResponse": [{"OptionBox": "T1","Answer": "A"},{"OptionBox": "T2","Answer": "B"},{"OptionBox": "T3","Answer": "C"},{"OptionBox": "T4","Answer": "D"}] + },{ + "Number": "12", + "Title": "Drag the labels to the correct location on the image.", + "activityTitle": "Ear II", + "ImagePath":"", + "OptionBox": [{"BoxName": "T1","topcoord":"-210","leftcoord":"341","Answervalue":"","QuizText":"The portion of the ear commonly referred to as the 'ear drum' is the ----------------------------------  ."}, + {"BoxName": "T2","topcoord":"-171","leftcoord":"380","Answervalue":"","QuizText":"The portion of the ear containing the receptors for dynamic balance is the ----------------------------------  ."}, + {"BoxName": "T3","topcoord":"-130","leftcoord":"-77","Answervalue":"","QuizText":"The ----------------------------------   is the common name for the malleus."}, + {"BoxName": "T4","topcoord":"-92","leftcoord":"-77","Answervalue":"","QuizText":"The ----------------------------------   is the common name for the incus."}, + {"BoxName": "T5","topcoord":"-50","leftcoord":"-77","Answervalue":"","QuizText":"The ----------------------------------   is the common name for the stapes."}], + "Options": [{"OptionNumber": "A","OptionTitle": "tympanic membrane","textalign":"bottom"},{"OptionNumber": "B","OptionTitle": "semicircular canal","textalign":"bottom"}, + {"OptionNumber": "C","OptionTitle": "hammer","textalign":"bottom"},{"OptionNumber": "D","OptionTitle": "anvil","textalign":"bottom"}, + {"OptionNumber": "E","OptionTitle": "stirrup","textalign":"bottom"}], + "correctResponse": [{"OptionBox": "T1","Answer": "A"},{"OptionBox": "T2","Answer": "B"},{"OptionBox": "T3","Answer": "C"},{"OptionBox": "T4","Answer": "D"},{"OptionBox": "T5","Answer": "E"}] + }] + }] +} \ No newline at end of file