PATH:
home
/
letacommog
/
lavenue
/
wp-content
/
themes
/
deep
/
lifterlms
/
quiz
/
questions
<?php /** * True / False question 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; } llms_get_template( 'quiz/questions/content-choice.php', $args );
[+]
..
[-] 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]