• Resolved anandpant

    (@anandpant)


    First of all thanks for an awesome plugin! I’m trying to get the completion_id after a quiz is completed so I can use it to lookup and later visualize the relevant data. I saw the mention of a chained_quiz_completed hook, but am unsure how to use this and couldn’t find it in the code. Any help would be greatly appreciated.

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

    (@prasunsen)

    This action is fired at the end of the quiz:

    // send API call for other plugins
    do_action('chained_quiz_completed', $taking_id);

    So you need to use add_action and catch it in your custom code.

Viewing 1 replies (of 1 total)

The topic ‘Webhook Help’ is closed to new replies.