Viewing 2 replies - 1 through 2 (of 2 total)
  • binaryboy

    (@binaryboy)

    It sounds like you’re looking for do_shortcode(), which will process all shortcodes in a string, or would that not work in this case? See do_shortcode

    Greetings Media800:

    Thank you for choosing to use this plugin! The plugin does not have a function built in for displaying the quiz using just php code. However, you could very well use the do_shortcode that binaryboy mentioned.

    It would be something like this:

    echo do_shortcode( '[your quiz shortcode]' );

    and then replace the “your quiz shortcode” with the shortcode from the Quizzes page for your quiz.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘PHP Code for Quiz’ is closed to new replies.