CoverSlide
This class extends the Slide class and models the cover slide.
/**
* Returns 'Cover'
*
* @returns {string}
*/
getType()
/**
* Starts the quiz and going to the first slide.
*/
start()
/**
* Returns the start button label.
*
* @returns {*}
*/
getStartLabel()
Last modified 2yr ago