Skip to content

Commit

Permalink
Fixed additional tutorial progression errors
Browse files Browse the repository at this point in the history
  • Loading branch information
clpetersonucf committed Apr 24, 2024
1 parent 799326b commit d3a6609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/creator.html
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ <h2 class="desc">The incorrect choice</h2>
<input type="text"
placeholder="Description for the incorrect image"
required
ng-change="validation('change', currIndex); tutorialIncrement(8)"
ng-change="validation('change', currIndex); tutorialIncrement(7)"
ng-model="questions[currIndex].incorrect.alt"
ng-disabled="tutorial.step && tutorial.step < 7">
</ng-template>
Expand Down

0 comments on commit d3a6609

Please sign in to comment.