Skip to content

Commit

Permalink
v2.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
prabath.gamage committed Jul 30, 2019
1 parent 8d3a36e commit 3fff76f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file modified bin/ImageHotspot.adc
Binary file not shown.
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<info>
<name>ImageHotspot</name>
<guid>4022e85e-485e-4f54-bc38-7c7db8dc012c</guid>
<version>2.0.4</version>
<version>2.0.7</version>
<date>2017-05-23</date>
<description><![CDATA[
v2.0.6 - Add alt attribute to img
Expand Down
Binary file modified example/ImageHotspot.qex
Binary file not shown.
2 changes: 1 addition & 1 deletion resources/dynamic/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
Dim j
For j = 1 To CurrentQuestion.AllIterations.Count
%}
<input type='hidden' name="{%= CurrentQuestion.Iteration(j).InputName() %}" id="input_{%=CurrentADC.InstanceId%}_{%= CurrentQuestion.Iteration(j).InputName() %}" value="{%= CurrentQuestion.Iteration(j).AvailableResponses[CurrentQuestion.Iteration(j).Value].InputValue()%}"/>
<input type='hidden' name="{%= CurrentQuestion.Iteration(j).InputName() %}" id="input_{%=CurrentADC.InstanceId%}_{%= CurrentQuestion.Iteration(j).InputName() %}" value="{%= CurrentQuestion.Iteration(j).AvailableResponses[(CurrentQuestion.Iteration(j).Value).ToNumber()].InputValue()%}"/>
{%
Next
%}
Expand Down

0 comments on commit 3fff76f

Please sign in to comment.