Forum Discussion
KristinAugusta
13 years agoCommunity Member
Is there a way to score each individual match of a drag and drop?
I am using the matching drag and drop and there are four terms and definitions. In the "edit matching drag and drop" I see score by question, but I assume that is the total - so they would get 10 ...
ShaileshMewada
13 years agoCommunity Member
Hi,
I am having the same requirement. The scoring should be based on the correct responses and not for the entire question of Drag-n-Drop.
I have implemented the following workaround and it is working fine.
In story.html file,
ResizeBrowser(g_strBrowserSize);
var player = GetPlayer() <
In lms/SCORMFunctions.js (SCORM 1.2)
function SCORM_SetScore(intScore, intMaxScore, intMinScore){
intScore = parent.scormdriver_content.player.GetVar("MyScore") <
thanks,
Shailesh