Home » Course Layouts » Free Course Layout Udemy
This is a basic qualified electrical safety course for persons already deemed as qualified electrical workers. It is a refresher for those who have already been working as a qualified electrical person.
0
30
English
English [CC]
#course_button_375 .course_button.button,#course_button_375 input[type="submit"]{
display: flex;flex-wrap:wrap;align-items: center;justify-content: center;padding: 0 10px!important;
} #course_button_375 .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
Regulations and Standards:Â The primary regulation that governs most companies is the Code of Federal Regulations (CFR). There are at least three parts of the CFR that address qualified persons for electrical work:
Title 29 Part 1910 for General Industry and Electric Utilities
Title 29 Part 1926 for the Construction Industry
Title 30 Part 75 and 77 for Coal Mines
In addition to the CFR, most companies are also affected by one or more additional electrical safety standards that address qualified persons:
National Fire Protection Association NFPA 70 – National Electrical Code® (NEC®)
NFPA 70E – Standard for Electrical Safety in the Workplace
Institute of Electrical and Electronics Engineers (IEEE) National Electrical Safety Code (NESC) – Safety Standard for Overhead and Underground Electric Utility and Communications Utility Installations.
Who Needs To Be Qualified: The common thread of most electrical regulations and standards is that all electrical circuits and equipment energized at 50 volts or more must be guarded, covered, protected, or otherwise made inaccessible, except to qualified persons. This means only qualified persons are allowed to have access to energized circuits and equipment. Anyone opening industrial panels containing exposed energized components must be qualified. Only qualified persons shall have access to rooms containing exposed energized components unless the components are guarded, covered, or protected by barriers or equally effective means. NFPA 70E specifies a minimum approach boundary for an unqualified person of 42 inches to exposed circuits and equipment energized between 50 and 750 volts, unless continuously escorted by a qualified person.
Course content
Section 1
Electrical Safety-Qualified Person
00:30:00
Working near Exposed Parts
00:30:00
Distinguishing Exposed Live Parts from Other Parts
00:10:00
Nominal Voltage of Exposed live Parts
00:20:00
Section 2
Clearance Distances – Unguarded
01:40:00
Illumination
00:10:00
Confined Spaces
00:10:00
Handling Conductive Materials
00:20:00
Section 3
Non-conductive Ladders
00:10:00
Hazards of Conductive Apparel
00:10:00
Procedures For Using Portable Electrical Equipment
00:50:00
Proper Methods for Plugging
00:20:00
Section 4
Circuit Breakers and Circuits
00:30:00
Protective Equipment
00:30:00
Alerting Techniques
00:05:00
Summary of Key Points
00:25:00
Safety Instructions
Basic Health & Safety at Workplace Video
FREE
00:20:00
Importance Of Health And Safety In The Workplace
FREE
00:10: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
Project Assignment
Electrical Safety Checklist
4 weeks
Quiz
Electrical Safety Qualified Person 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;}