Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Bob

    (@prasunsen)

    add_action(‘chained_quiz_completed’, function($attempt_id){
    // select the attempt data from the DB and do your remote POST call
    });

    • This reply was modified 2 years, 7 months ago by Bob.
    Thread Starter mike2972

    (@mike2972)

    Ah, that’s good. Thanks 😉

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

The topic ‘Sending results to external script’ is closed to new replies.