Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

How to count attempts in a Drag and Drop quiz

New Here ,
Mar 09, 2022 Mar 09, 2022

Hello! I need to count the attempts of each quiz. With the questions I found a solution, I use

 

getQuestionScoredPoints = function () {
var att = this.currentAttempt;
return att;
}

 

But for a Drag and Drop task, this doesn't work. Please tell me how you can count the attempts there?

TOPICS
Quizzing and LMS
682
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
People's Champ ,
Mar 10, 2022 Mar 10, 2022
LATEST
getQuestionScoredPoints = function () {
var att = cp.DD.CurrInteractionManager.m_ActiveInteraction.m_CurrentAttempt;
return att;
}

 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Help resources