Home » Course Layouts » Free Course Layout Udemy
Electrically powered equipment can pose a significant hazard to workers, particularly when mishandled or not maintained. Many electrical devices have high voltage or high power requirements, carrying even more risk.
0
30
English
English [CC]
#course_button_218 .course_button.button,#course_button_218 input[type="submit"]{
display: flex;flex-wrap:wrap;align-items: center;justify-content: center;padding: 0 10px!important;
} #course_button_218 .course_button.button>a{color:#fff;justify-content: space-around;}
#course_price{display:none;}#course_price:checked+label+.wplms_price_dropdown{display:flex;}.wplms_price_dropdown {
display:none;position: absolute;top: 100%;width: 100%;
background: var(--highlight);box-shadow: 0px 2px 4px var(--shadow);
color: var(--text);flex-direction: column;
left: 0;padding: 0.5rem 0;}
.course_button.full.button a {
flex: 1;display:flex;flex-wrap:wrap;
}
.course_button.full.button .amount {
color: var(--text) !important;
}.course_button_wrapper.fix .wplms_price_dropdown{top: auto;bottom: 100%;box-shadow: 0px -2px 4px var(--shadow)}
.wplms_price_dropdown>a {
padding: 0.5rem 1rem;
}
.wplms_price_dropdown > a+a {
border-top: 1px dashed var(--border);
}.course_button .extra_details{display: flex;font-size: 0.8rem;width: 100%;justify-content: space-between;}.course_button .extra_details>span{flex:1;}
.the_course_button.is-loading{opacity:0.5}
What you'll learn
Course content
Reviews
Instructors
Learn basic syntax that can apply to any language.
Learn what is a programming language and the basic concepts for beginners.
Understand what is Javascript in it's truest form.
Know the basic syntax of Javascript.
Know some hidden quirks in Javascript.
Description
Electrical Shock Hazards
The major hazards associated with electricity are an electrical shock, fire and arc flash. Electrical shock occurs when the body becomes part of the electric circuit, either when an individual comes in contact with both wires of an electrical circuit, one wire of an energized circuit and the ground, or a metallic part that has become energized by contact with an electrical conductor.
The severity and effects of an electrical shock depend on a number of factors, such as the pathway through the body, the amount of current, the length of time of the exposure, and whether the skin is wet or dry. Water is a great conductor of electricity, allowing current to flow more easily in wet conditions and through wet skin.
The effect of the shock may range from a slight tingle to severe burns to cardiac arrest. The chart below shows the general relationship between the degree of injury and the amount of current for a 60-cycle hand-to-foot path of one second's duration of the shock. While reading this chart, keep in mind that most electrical circuits can provide, under normal conditions, up to 20,000 milliamperes of current flow.
Current
Reaction
1 Milliampere
Perception level
5 Milliamperes
Slight shock felt; not painful but disturbing
6-30 Milliamperes
Painful shock; “let-go” range
50-150 Milliamperes
Extreme pain, respiratory arrest, severe muscular contraction
1000-4,300 Milliamperes
Ventricular fibrillation
10,000+ Milliamperes
Cardiac arrest, severe burns, and probable death
In addition to the electrical shock hazards, sparks from electrical equipment can serve as an ignition source for flammable or explosive vapors. Arc Flash A hazardous arc flash can occur in any electrical device, regardless of voltage, in which the energy is high enough to sustain an arc. Potential places where this can happen include: Panelboards and switchboards Motor control centers Metal-clad switchgear Transformers Motor starters and drive cabinets Fused disconnects Any place that can have equipment failure In an arc flash incident, an enormous amount of concentrated radiant energy explodes outward from electrical equipment. The explosion creates pressure waves that can damage a person’s hearing, a high-intensity flash that can damage their eyesight and a superheated ball of gas that can severely burn a worker’s body and melt metal.
Course content
Section 1
Electrical Safety
00:25:00
Special Training
00:10:00
Hazards
00:10:00
Safe Work Practices
00:10:00
Lock & Tag
00:10:00
If a Lock cannot be Applied
00:10:00
Section 2
Release Stored Energy
00:10:00
Dead
00:10:00
Check your Tester
00:10:00
Re-energizing Equipment
00:10:00
Energized
00:10:00
Section 3
Working on Energized Circuits
00:10:00
Conductive Materials
00:10:00
Conductive Apparel
00:10:00
Portable Electric Tools
00:10:00
Visually Inspect
00:10:00
Section 4
Remove from Service
00:10:00
Attachment Plugs
00:10:00
Ladders
00:10:00
Test Instruments
00:10:00
Instrument Ratings
00:10:00
Section 5
Personal Protective Equipment
00:50:00
Tools & Equipment
00:10:00
Work Area Safety
00:10:00
Alerting Others
00:10:00
Conductive Work Locations
00:10:00
Section 6
Electrical Systems
00:20:00
Overcurrnet Protection
00:10:00
System Markings
00:10:00
Circuit ID
00:10:00
Its Your Job
00:10:00
Safety Instructions
Importance Of Health And Safety In The Workplace
FREE
00:10:00
Basic Health & Safety at Workplace Video
FREE
00:20:00
Understanding Global Standards
Purpose of the Standards Around the World
FREE
00:30:00
British Standards
FREE
02:00:00
European Standards
FREE
02:00:00
Practical assignments
Electrical Safety Checklist
4 weeks
Fire Risk Assessment
4 weeks
Quiz
General Electrical Safety Training Test
00:45:00
document.addEventListener('DOMContentLoaded',function(){
if(document.querySelector('.the_course_button .course_button')){
document.querySelectorAll('.course_curriculum .item_title a:not(.curriculum_unit_popup)').forEach(function(el){
el.addEventListener('click',function(){
document.querySelector('.the_course_button .course_button').click();
});
});
}
});
.course_curriculum .course_section {
padding: 1rem 0;
}
.course_curriculum .course_section > td {
border: none;
padding: 1rem 0;
}
.course_curriculum .unit_description {
display: none;
padding: 1rem;
font-size: 14px;
border: none;
border: 1px solid var(--border);
border-top: none;
background: var(--border);
}
.course_curriculum .unit_description > td {
padding: 1rem;
}
.course_curriculum .course_lesson {
margin: 0;
padding: 1rem;
border: none;
border: 1px solid var(--border);
border-top:none;
position: relative;
display:flex;
gap:10px;
}
.course_curriculum .course_lesson .curriculum-icon > svg {
width: 1rem;
height: 1rem;
}
.course_curriculum .course_lesson span.free {
padding: 2px 8px;
border-radius: 2px;
background: var(--success);
color: #fff;
}
.course_curriculum .course_lesson span.time {
display:flex;
flex-direction: flex-end;
letter-spacing: 1px;
}
.course_curriculum .course_lesson span.time{
display:flex;
align-items:center;
gap:5px;
}
.course_curriculum .course_lesson span.unit_description_expander {
font-size: 10px;
}
.course_curriculum .course_lesson span.unit_description_expander:before {
content: "\e61a";
font-family: 'vicon';
}
.course_curriculum .course_lesson .curriculum_unit_popup {
display: block;
font-size: 10px;
cursor: pointer;
letter-spacing: 1px;
}
.course_curriculum.accordion .course_section {
margin: 0;
}
.course_curriculum.accordion .course_section > td {
position: relative;
}
.course_curriculum.accordion .course_section > td:after {
content: "\e61a";
font-family: 'vicon';
color: var(--border);
font-size: 24px;
position: absolute;
right: 0;
top: 10px;
}
.course_curriculum.accordion .course_section.show {
display: table !important;
width: 100%;
}
.course_curriculum.accordion .course_section.show > td:after {
content: "\e622";
}
.course_curriculum.accordion .course_lesson {
display: none;
}
.course_curriculum.accordion .course_lesson.show {
display: table !important;
width: 100%;
}
.course_curriculum ul{border-top:1px solid var(--border);}
.course_curriculum,.course_curriculum ul {
padding: 0;
list-style: none;
margin: 0;
}
.course_curriculum li {
padding: 0;
}
.course_curriculum input[type="checkbox"] {
display: none;
}
.course_curriculum li > ul li {
display: flex;
align-items: center;
padding: 10px;
}
.course_curriculum .item_title {
flex: 1;
}
.course_section label {
font-size: 1.4rem;
font-weight: 600;
}
N.A
0 ratings
5 stars04 stars03 stars02 stars01 stars0
No Reviews found for this course.
Instructor
OpenCoursa
Accessible Education for Everyone
5
5
6
24760
4637
We are an educational and skills marketplace to accommodate the needs of skills enhancement and free equal education across the globe to the millions. We are bringing courses and trainings every single day for our users. We welcome everyone woth all ages, all background to learn. There is so much available to learn and deliver to the people.
Explore Free Courses
Access valuable knowledge without any cost.
{"title":"","show_title":"0","post_type":"course","taxonomy":"course-cat","term":"engineering-skills,health-and-safety","post_ids":"","course_style":"free","featured_style":"course6","masonry":"","grid_columns":"clear4 col-md-3","column_width":"268","gutter":"30","grid_number":"4","infinite":"","pagination":"","grid_excerpt_length":"20","grid_link":"1","grid_search":"0","course_type":"","css_class":"","container_css":"","custom_css":""}
ul.grid{margin:0 -15px;}