Skip to content

Commit

Permalink
Minor change to Hotspot Question page
Browse files Browse the repository at this point in the history
  • Loading branch information
FayCross committed Mar 4, 2022
1 parent 7748acc commit 8382463
Showing 1 changed file with 4 additions and 4 deletions.
Expand Up @@ -362,10 +362,10 @@
this.createHS = function() {
// create hotspots - taking scale of image into account
var scale = $img.width() / $img.data("origSize")[0],
selected = $("#pageContents .hotspot.selected").length > 0 ? $("#pageContents .hotspot.selected").index() : undefined; // *8 can prob get rid of this
var correctOptions = [],
correctAnswer = [],
correctFeedback = [];
correctOptions = [],
correctAnswer = [],
correctFeedback = [];

$("#hsHolder").html("<map id=\"hsHolder_map\" name=\"hsHolder_map\"></map>");

$(x_currentPageXML).children().each(function(i) {
Expand Down

0 comments on commit 8382463

Please sign in to comment.