Copy link to clipboard
Copied
Hi all,
I've a problem, I can't find the way to reset a drag & drop slide when revisited.
Tnx ![]()
Try executing this JavaScript on enter of the DD slide:
cp.DD.CurrInteractionManager.m_ActiveInteraction.m_InteractionCompleted = false;
cp.DD.CurrInteractionManager.m_ActiveInteraction.OnResetButtonClicked();
Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
Hi ![]()
no my D&D slide is not related to the quiz. I've exported my prj in HTML...
Copy link to clipboard
Copied
Please show us screenshots of the settings for your Drag and Drop slide.
Copy link to clipboard
Copied
D&D slides, when not set to reporting are reset automatically when leaving the slide, same as for the new Knowledge Check slides in CP9. D&D slides that are set to reporting, have a score to be included in the Quiz score, are not reset but keep the answers, same as the normal Quiz slides in Captivate. More tips about design D&D:
Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
Score of all quiz slides and of the score slide are reset when the user starts a new attempt on Quiz level (using the Retake button on the score slide). Score is stored in a quizzing system variable, meant to be transferred to the LMS. Why do you want to reset a score? I never use SL, maybe you want to explain more?
Copy link to clipboard
Copied
In this case I don't need to use LMS and report, I've created a sort of a little game, I only need to use "pass percent" and I want to give user the opportunity to repeat, each time they want, the question (the questions pool I mean) ![]()
Copy link to clipboard
Copied
Use TLCMediaDesign's solution, it works perfectly.
Copy link to clipboard
Copied
Try executing this JavaScript on enter of the DD slide:
cp.DD.CurrInteractionManager.m_ActiveInteraction.m_InteractionCompleted = false;
cp.DD.CurrInteractionManager.m_ActiveInteraction.OnResetButtonClicked();
Copy link to clipboard
Copied
Tnx so much!! Now I'm trying.. ![]()
Copy link to clipboard
Copied
It works perfectly!!! So, I need some suggest: I'm looking for a site, ora a book, where I can find lots of JavaScript (and also learn to use it) ![]()
Get ready! An upgraded Adobe Community experience is coming in January.
Learn more