From 5e4f24ba4bfe5e59fc6a44ab1499bb41dcff63c0 Mon Sep 17 00:00:00 2001 From: Saugat Pandey <39925335+iamsaugatpandey@users.noreply.github.com> Date: Mon, 13 Mar 2023 01:28:30 -0500 Subject: [PATCH] Update thank_you.js --- ReactTool/frontend/src/pages/thank_you.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ReactTool/frontend/src/pages/thank_you.js b/ReactTool/frontend/src/pages/thank_you.js index 6816e86..4ae0d52 100644 --- a/ReactTool/frontend/src/pages/thank_you.js +++ b/ReactTool/frontend/src/pages/thank_you.js @@ -1,6 +1,7 @@ import React, {Component} from 'react'; import {Col, Row, Button, InputGroup, FormControl} from 'react-bootstrap'; import {CopyToClipboard} from 'react-copy-to-clipboard'; +import {score_2} from './visualization_quiz'; class ThankYou extends Component { @@ -32,7 +33,7 @@ class ThankYou extends Component { return ( -

Thank you for participating in our study. You responses have been recorded.

+

You scored {score_2} out of 12. Thank you for participating in our study. Your responses have been recorded.

{/*