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

How to count attempts in a Drag and Drop quiz

New Here ,
Mar 09, 2022 Mar 09, 2022

Copy link to clipboard

Copied

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

Views

650

Translate

Translate

Report

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

Copy link to clipboard

Copied

LATEST
getQuestionScoredPoints = function () {
var att = cp.DD.CurrInteractionManager.m_ActiveInteraction.m_CurrentAttempt;
return att;
}

 

Votes

Translate

Translate

Report

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