PATH:
home
/
letacommog
/
lavenue
/
wp-content
/
themes
/
deep
/
lifterlms
/
quiz
/
questions
<?php /** * Single Question: Wrapper Start * @since 1.0.0 * @version 3.16.0 * * @arg $attempt (obj) LLMS_Quiz_Attempt instance * @arg $question (obj) LLMS_Question instance */ if ( ! defined( 'ABSPATH' ) ) { exit; } ?> <div class="llms-question-wrapper type--<?php echo $question->get( 'question_type' ); ?>" data-id="<?php echo $question->get( 'id' ); ?>" data-type="<?php echo $question->get( 'question_type' ); ?>" id="llms-question-<?php echo $question->get( 'id' ); ?>">
[+]
..
[-] video.php
[edit]
[-] content-choice.php
[edit]
[-] wrapper-end.php
[edit]
[-] content-picture_choice.php
[edit]
[-] description.php
[edit]
[-] image.php
[edit]
[-] wrapper-start.php
[edit]
[-] content-true_false.php
[edit]