Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello Gaurav,

    I am having a similar issue ! were you able to figure this out ?

    Thanks.

    Sandeep.

    open file section.php

    wp-content/plugin/wp-survey-and-quiz-tool/pages/site/quiz/section.php

    then search for echo stripslashes($question[‘name’]);

    replace this with following code

    echo ‘<b>’.stripslashes($question[‘id’]).’.</b> ‘; echo ‘<b>’.stripslashes($question[‘name’]).'</b>’;

    resolved
    https://www.examupdates.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: WP Survey And Quiz Tool] How to add serial no. to the quiz questions’ is closed to new replies.