Skip to content

Commit

Permalink
updated dynamic-quiz.js file
Browse files Browse the repository at this point in the history
  • Loading branch information
RegisBiron committed Sep 25, 2014
1 parent acc02fa commit cf70244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/dynamic-quiz.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ function endText(){
getWrongAnswers();
}
else{
p2.innerHTML = 'Have Mercy! So you have never attended a Jesse & The Rippers gig, but at least you have seen about the show.';
p2.innerHTML = 'Have Mercy! So you have never attended a Jesse & The Rippers gig, but at least you have seen the show.';
questionWrapper.appendChild(p3);
p3.innerHTML = 'Here is what you answered incorrectly:';
getWrongAnswers();
Expand Down

0 comments on commit cf70244

Please sign in to comment.