• Resolved abrar1false

    (@abrar1false)


    I want to add a custom button in the result screen of the quiz. When user clicks it, it will save the result score in session cookie and redirect to a page

    Which plugin file do I need to edit?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Bob

    (@prasunsen)

    You don’t need to edit a file. Insert your button in the final screen of the quiz and use some javascrit to call a custom function in a custom plugin. Catch the hook to get the submitted data:

    do_action(‘watu_exam_submitted’, $taking_id)

Viewing 1 replies (of 1 total)
  • The topic ‘How can I add a custom button in the result screen’ is closed to new replies.