Search   
zStudio CMS Help

Accordion with a custom style

Accordion Block with a custom style.

 

Example


Career Outcomes

Career outcomes or who could benefit 

When completing this qualification you will be equipped with the skills to deliver training and assessment in your area of expertise within the VET sector. Possible roles relevant to this qualification include: 
  • enterprise trainer and assessor 
  • registered training organisation (RTO) assessor and trainer 
  • vocational teacher

Unit Selection

Units of Competency

To receive the TAE40116 Certificate IV in Training and Assessment qualification the student must satisfactorily complete 10 units of competency of which 9 are core plus 1 elective unit. The units cover design, delivery, assessment and language, literacy and numeracy (LLN) aspects of training.

Delivery and Assessment

How we make it easy 

Each learner and workplace are unique and with this in mind we tailor the learning & assessment strategies in consultation with the employer or student. We take a very practical approach and while there is some theoretical learning involved in each of the topics, the major focus is how this theory makes a difference in the workplace. 

Delivery & Assessment

Courses are offered variety of ways to fit in with what best suits you. 

More Information

We are happy to answer all your questions in regards to the TAE40116 Certificate IV in Training and Assessment. Call us today on 1300 511 519 and our friendly team will assist you with all your training needs. 

 

 

 

CSS for this example

 

<style>
.ui-accordion-header:nth-child(1), .ui-accordion-header-active:nth-child(1) {
background: url(http://www.itnlab.com.au/js/images/arrow_down.png) no-repeat center right, url(https://www.zstudio.help/data/uploads/icons/icon01.png) no-repeat center left #FFFFFF;
background-size:40px;
}
.ui-accordion-header-active:nth-child(1) {
background: url(http://www.itnlab.com.au/js/images/arrow_up.png) no-repeat center right, url(https://www.zstudio.help/data/uploads/icons/icon01.png) no-repeat center left #FFFFFF;
background-size:40px;
}
.ui-accordion-header:nth-child(3), .ui-accordion-header-active:nth-child(3) {
background: url(http://www.itnlab.com.au/js/images/arrow_down.png) no-repeat center right, url(https://www.zstudio.help/data/uploads/icons/icon03.png) no-repeat center left #FFFFFF;
background-size:40px;
}
.ui-accordion-header-active:nth-child(3) {
background: url(http://www.itnlab.com.au/js/images/arrow_up.png) no-repeat center right, url(https://www.zstudio.help/data/uploads/icons/icon03.png) no-repeat center left #FFFFFF;
background-size:40px;
}
.ui-accordion-header:nth-child(5), .ui-accordion-header-active:nth-child(5) {
background: url(http://www.itnlab.com.au/js/images/arrow_down.png) no-repeat center right, url(https://www.zstudio.help/data/uploads/icons/icon02.png) no-repeat center left #FFFFFF;
background-size:40px;
}
.ui-accordion-header-active:nth-child(5) {
background: url(http://www.itnlab.com.au/js/images/arrow_up.png) no-repeat center right, url(https://www.zstudio.help/data/uploads/icons/icon02.png) no-repeat center left #FFFFFF;
background-size:40px;
}
.ui-accordion-header:nth-child(7), .ui-accordion-header-active:nth-child(7) {
background: url(http://www.itnlab.com.au/js/images/arrow_down.png) no-repeat center right, url(https://www.zstudio.help/data/uploads/icons/icon04.png) no-repeat center left #FFFFFF;
background-size:40px;
}
.ui-accordion-header-active:nth-child(7) {
background: url(http://www.itnlab.com.au/js/images/arrow_up.png) no-repeat center right, url(https://www.zstudio.help/data/uploads/icons/icon04.png) no-repeat center left #FFFFFF;
background-size:40px;
}
.FaqQBox{
cursor:pointer;
padding:5px 7px;
padding-left:50px;
overflow:hidden;
border-bottom:1px solid #DDDDDD;
}
#faqAccordion3 h3{
line-height:40px;
font-size:20px;
padding-top:10px;
font-weight:300;
}
</style>