Skip to content

Commit

Permalink
Fixed translate when nothing is filled in
Browse files Browse the repository at this point in the history
  • Loading branch information
mussaf authored and NLiefrink committed Feb 22, 2021
1 parent ec3006b commit dbb52c6
Showing 1 changed file with 4 additions and 1 deletion.
Expand Up @@ -188,8 +188,11 @@
}
})


debugger
var scoreTxt = x_currentPageXML.getAttribute("scoreTxt")
if(scoreTxt==""){
scoreTxt = "You have /r answers right and /w wrong"
}

var scoreTemp = scoreTxt.replace("/r", hotSpotScore)

Expand Down

0 comments on commit dbb52c6

Please sign in to comment.