Skip to main content
Nenzio
Known Participant
December 11, 2016
Answered

Reset Drag&Drop slides when revisit

  • December 11, 2016
  • 1 reply
  • 893 views

Hi all,

I've a problem, I can't find the way to reset a drag & drop slide when revisited.

Tnx

    This topic has been closed for replies.
    Correct answer TLCMediaDesign

    Ok, I'll look al your link tnx!!

    PS. is possible to reset result in CP9? (in Storyline I've "reset result" trigger) I've a random questions pool, I need to reset result when user close the result slide.


    Try executing this JavaScript on enter of the DD slide:

    cp.DD.CurrInteractionManager.m_ActiveInteraction.m_InteractionCompleted = false;

    cp.DD.CurrInteractionManager.m_ActiveInteraction.OnResetButtonClicked();

    1 reply

    RodWard
    Community Expert
    Community Expert
    December 12, 2016

    Do you currently have the Drag and Drop interaction set to report to the quiz?  If so, that will be the reason.  Try turning off Report to Quiz and check the behaviour again.

    Nenzio
    NenzioAuthor
    Known Participant
    December 12, 2016

    Hi

    no my D&D slide is not related to the quiz. I've exported my prj in HTML...

    RodWard
    Community Expert
    Community Expert
    December 12, 2016

    Please show us screenshots of the settings for your Drag and Drop slide.