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.

{/*