diff --git a/src/Progress.js b/src/Progress.js index 1d4bd68..5bdb06d 100644 --- a/src/Progress.js +++ b/src/Progress.js @@ -503,21 +503,23 @@ export default withRouter(class Progress extends React.Component {
{/* DONE */}

{this.state.setTitle}

-
-

You got

-

{`${(this.state.correct / this.state.totalQuestions * 100).toFixed(2)}%`}

-
-
-

{`${this.state.correct} of ${this.state.totalQuestions}`}

-

marks

-
-
-

You took

-

{this.msToTime(this.state.duration)}

-
-
-

Attempt #

-

{this.state.attemptNumber}

+
+
+

You got

+

{`${(this.state.correct / this.state.totalQuestions * 100).toFixed(2)}%`}

+
+
+

{`${this.state.correct} of ${this.state.totalQuestions}`}

+

marks

+
+
+

You took

+

{this.msToTime(this.state.duration)}

+
+
+

Attempt #

+

{this.state.attemptNumber}

+
{ this.state.incorrectAnswers && Object.keys(this.state.incorrectAnswers).length > 0 &&