diff --git a/client/src/templates/Challenges/video/Show.js b/client/src/templates/Challenges/video/Show.js index 20e8cf38aa..d24b52ebb5 100644 --- a/client/src/templates/Challenges/video/Show.js +++ b/client/src/templates/Challenges/video/Show.js @@ -131,6 +131,7 @@ export class Project extends Component { handleOptionChange = changeEvent => { this.setState({ + showWrong: false, selectedOption: parseInt(changeEvent.target.value, 10) }); }; @@ -191,9 +192,7 @@ export class Project extends Component { . - -
@@ -217,6 +216,20 @@ export class Project extends Component { ))}
+
+ {this.state.showWrong ? ( + + Sorry, that's not the right answer. Give it another try? + + ) : ( + Click the button below to check your answer. + )} +
+ - -
- Wrong. Try again. -