PATH:
home
/
letacommog
/
lavenue
/
wp-content
/
themes
/
deep
/
lifterlms
/
quiz
/
questions
<?php /** * Single Question featured image template * @since 3.16.0 * @version 3.16.0 * * @arg $attempt (obj) LLMS_Quiz_Attempt instance * @arg $question (obj) LLMS_Question instance */ if ( ! defined( 'ABSPATH' ) ) { exit; } if ( ! $question->has_image() ) { return; } ?> <div class="llms-question-image"> <img alt="<?php echo esc_attr( $question->get( 'title' ) ); ?>" src="<?php echo esc_url( $question->get_image( 'size' ) ); ?>"> </div>
[+]
..
[-] 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]