diff --git a/client/src/templates/Challenges/video/Show.js b/client/src/templates/Challenges/video/Show.js index a290f958a2..e87a018b79 100644 --- a/client/src/templates/Challenges/video/Show.js +++ b/client/src/templates/Challenges/video/Show.js @@ -72,7 +72,7 @@ export class Project extends Component { this.state = { subtitles: '', downloadURL: null, - selectedOption: 0, + selectedOption: null, answer: 1, showWrong: false, videoIsLoaded: false