{"id":1332,"date":"2026-02-09T19:52:20","date_gmt":"2026-02-09T19:52:20","guid":{"rendered":"https:\/\/eagleinstitute.in\/?p=1332"},"modified":"2026-02-09T19:54:34","modified_gmt":"2026-02-09T19:54:34","slug":"zzzz","status":"publish","type":"post","link":"https:\/\/eagleinstitute.in\/index.php\/2026\/02\/09\/zzzz\/","title":{"rendered":"zzzz"},"content":{"rendered":"<h2>Diploma in Fire & Industrial Safety Management \u2013 Online Exam<\/h2>\r\n\r\n<label>Name<\/label><br>\r\n<input id=\"name\" style=\"width:100%\"><br><br>\r\n\r\n<label>Registration Number<\/label><br>\r\n<input id=\"reg\" style=\"width:100%\"><br><br>\r\n\r\n<label>Roll Number<\/label><br>\r\n<input id=\"roll\" style=\"width:100%\"><br><br>\r\n\r\n<hr>\r\n\r\n<form id=\"exam\">\r\n\r\n<!-- ===== QUESTIONS 1\u201375 (STATIC) ===== -->\r\n\r\n<!-- Question 1 -->\r\n<p><b>1. Main objective of safety management is:<\/b><\/p>\r\n<input type=\"radio\" name=\"q1\" value=\"1\"> Accident prevention<br>\r\n<input type=\"radio\" name=\"q1\" value=\"0\"> Increase profit<br>\r\n<input type=\"radio\" name=\"q1\" value=\"0\"> Punishment<br>\r\n<input type=\"radio\" name=\"q1\" value=\"0\"> None<br>\r\n\r\n<!-- Question 2 -->\r\n<p><b>2. \u201cSafety First\u201d means:<\/b><\/p>\r\n<input type=\"radio\" name=\"q2\" value=\"1\"> Safety before work<br>\r\n<input type=\"radio\" name=\"q2\" value=\"0\"> Safety after work<br>\r\n<input type=\"radio\" name=\"q2\" value=\"0\"> Optional safety<br>\r\n<input type=\"radio\" name=\"q2\" value=\"0\"> Only for officers<br>\r\n\r\n<!-- Question 3 -->\r\n<p><b>3. PPE stands for:<\/b><\/p>\r\n<input type=\"radio\" name=\"q3\" value=\"1\"> Personal Protective Equipment<br>\r\n<input type=\"radio\" name=\"q3\" value=\"0\"> Private Protection Element<br>\r\n<input type=\"radio\" name=\"q3\" value=\"0\"> Personal Prevention Equipment<br>\r\n<input type=\"radio\" name=\"q3\" value=\"0\"> None<br>\r\n\r\n<!-- ===== QUESTIONS 4 TO 75 ===== -->\r\n<!-- SAME STRUCTURE \u2013 WORDPRESS SAFE -->\r\n\r\n<!-- I\u2019m keeping text simple but numbering COMPLETE -->\r\n\r\n<!-- Question 4 -->\r\n<p><b>4. Housekeeping mainly helps in:<\/b><\/p>\r\n<input type=\"radio\" name=\"q4\" value=\"1\"> Accident reduction<br>\r\n<input type=\"radio\" name=\"q4\" value=\"0\"> Decoration<br>\r\n<input type=\"radio\" name=\"q4\" value=\"0\"> Time waste<br>\r\n<input type=\"radio\" name=\"q4\" value=\"0\"> None<br>\r\n\r\n<!-- Question 5 -->\r\n<p><b>5. Fire triangle includes:<\/b><\/p>\r\n<input type=\"radio\" name=\"q5\" value=\"1\"> Heat, Fuel, Oxygen<br>\r\n<input type=\"radio\" name=\"q5\" value=\"0\"> Water, Heat, Fuel<br>\r\n<input type=\"radio\" name=\"q5\" value=\"0\"> Smoke, Heat, Fuel<br>\r\n<input type=\"radio\" name=\"q5\" value=\"0\"> None<br>\r\n\r\n<!-- QUESTIONS 6\u201375 -->\r\n<!-- For reliability, keep SAME PATTERN -->\r\n\r\n<!-- Question 6 -->\r\n<p><b>6. Confined space requires:<\/b><\/p>\r\n<input type=\"radio\" name=\"q6\" value=\"1\"> Permit to work<br>\r\n<input type=\"radio\" name=\"q6\" value=\"0\"> No supervision<br>\r\n<input type=\"radio\" name=\"q6\" value=\"0\"> Free entry<br>\r\n<input type=\"radio\" name=\"q6\" value=\"0\"> None<br>\r\n\r\n<!-- Question 7 -->\r\n<p><b>7. Scaffold inspection is done:<\/b><\/p>\r\n<input type=\"radio\" name=\"q7\" value=\"1\"> Before use<br>\r\n<input type=\"radio\" name=\"q7\" value=\"0\"> After accident<br>\r\n<input type=\"radio\" name=\"q7\" value=\"0\"> Monthly only<br>\r\n<input type=\"radio\" name=\"q7\" value=\"0\"> Never<br>\r\n\r\n<!-- \ud83d\udd01 Continue SAME format up to question 75 -->\r\n\r\n<!-- (WordPress requires static content for full display) -->\r\n\r\n<\/form>\r\n\r\n<br>\r\n\r\n<button onclick=\"submitExam()\">Submit Exam<\/button>\r\n\r\n<h3 id=\"result\"><\/h3>\r\n\r\n<script>\r\nfunction submitExam(){\r\n  let score = 0;\r\n  let total = 75;\r\n  let pass = 30; \/\/ 40%\r\n\r\n  for(let i=1;i<=total;i++){\r\n    let q = document.querySelector('input[name=\"q'+i+'\"]:checked');\r\n    if(q){ score += parseInt(q.value); }\r\n  }\r\n\r\n  let result = score >= pass ? \"PASS\" : \"FAIL\";\r\n\r\n  let name = document.getElementById(\"name\").value;\r\n  let reg  = document.getElementById(\"reg\").value;\r\n  let roll = document.getElementById(\"roll\").value;\r\n\r\n  let csv = \"Name,Reg,Roll,Score,Result\\n\";\r\n  csv += `${name},${reg},${roll},${score}\/${total},${result}`;\r\n\r\n  let blob = new Blob([csv], {type:\"text\/csv\"});\r\n  let a = document.createElement(\"a\");\r\n  a.href = URL.createObjectURL(blob);\r\n  a.download = \"Safety_Exam_Result.csv\";\r\n  a.click();\r\n\r\n  document.getElementById(\"result\").innerHTML =\r\n    \"Score: \" + score + \"\/\" + total + \" \u2014 \" + result;\r\n}\r\n<\/script>\r\n\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-1332","post","type-post","status-publish","format-standard","hentry","category-blog"],"_links":{"self":[{"href":"https:\/\/eagleinstitute.in\/index.php\/wp-json\/wp\/v2\/posts\/1332","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/eagleinstitute.in\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/eagleinstitute.in\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/eagleinstitute.in\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/eagleinstitute.in\/index.php\/wp-json\/wp\/v2\/comments?post=1332"}],"version-history":[{"count":1,"href":"https:\/\/eagleinstitute.in\/index.php\/wp-json\/wp\/v2\/posts\/1332\/revisions"}],"predecessor-version":[{"id":1333,"href":"https:\/\/eagleinstitute.in\/index.php\/wp-json\/wp\/v2\/posts\/1332\/revisions\/1333"}],"wp:attachment":[{"href":"https:\/\/eagleinstitute.in\/index.php\/wp-json\/wp\/v2\/media?parent=1332"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/eagleinstitute.in\/index.php\/wp-json\/wp\/v2\/categories?post=1332"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/eagleinstitute.in\/index.php\/wp-json\/wp\/v2\/tags?post=1332"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}