File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1601,14 +1601,13 @@ public static function render_quiz_actions( $quiz_id ) {
16011601 }
16021602 ?>
16031603
1604- <form
1605- x-data="tutorQuizAutoStart({
1606- quizID: <?php echo esc_attr ( $ quiz_id ); ?> ,
1607- autoStart: <?php echo $ quiz_auto_start ? 'true ' : 'false ' ; ?> ,
1608- })"
1609- x-init="init()"
1610- @submit.prevent="handleStartQuiz()"
1611- >
1604+ <form
1605+ x-data="tutorQuizAutoStart({
1606+ quizID: <?php echo esc_attr ( $ quiz_id ); ?> ,
1607+ autoStart: <?php echo $ quiz_auto_start ? 'true ' : 'false ' ; ?> ,
1608+ })"
1609+ @submit.prevent="handleStartQuiz()"
1610+ >
16121611 <?php wp_nonce_field ( tutor ()->nonce_action , tutor ()->nonce ); ?>
16131612 <input type="hidden" value="<?php echo esc_attr ( $ quiz_id ); ?> " name="quiz_id"/>
16141613 <input type="hidden" value="tutor_start_quiz" name="tutor_action"/>
You can’t perform that action at this time.
0 commit comments