App

this text should be hidden when the start button is pressed

This test contains 50 questions and you will need 120 minutes to complete the test.

The pass rate for this test is 80% meaning you’ll need to achieve 40 out of 50

add_action( 'wp_footer', 'elc_show_message_start_quiz_button' ); function elc_show_message_start_quiz_button() { if ( is_singular( 'sfwd-courses' ) || is_singular( 'sfwd-lessons' ) || is_singular( 'sfwd-topic' ) || is_singular( 'sfwd-quiz' ) ) { ?> jQuery('.wpProQuiz_button').click(function() { jQuery('.elc-intro').remove(); });