Skip to content

Commit

Permalink
Updating HELP-Med questions (#297)
Browse files Browse the repository at this point in the history
* HELP-Med text changes

* Added default (random) value for missing Prolific id

* Changed prolificId default to string type

* Editing Help-Med instruction text

* Fixing HTML issues. Modifying second question

* Updating instructions to emphasize using the LLMs

* Editing HELP-Med instructions

* Make questions visible after finishing the instructions

* Updating question text

* Removing unnecessary braces

* Fixing brace alignment

---------

Co-authored-by: Sara Hincapié M <43832784+shincap8@users.noreply.github.com>
  • Loading branch information
am-bean and shincap8 authored Aug 21, 2024
1 parent 1692769 commit 198f304
Showing 1 changed file with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ const ChatWithInstructions: FC<
if (redirectUrl) {
Swal.fire({
title: "You have reached the necessary examples",
text: "You will be redirected to the third party provider",
text: "You will be redirected to the post-survey.",
icon: "success",
confirmButtonText: "Ok",
}).then(() => {
Expand Down Expand Up @@ -247,8 +247,8 @@ const ChatWithInstructions: FC<
1) What healthcare service do you need? (e.g. A&E or routine GP follow-up)
<br />
<br />
2) Why did you make the choice you did? Please name any
specific medical conditions relevant to your decision.
2) Why did you make the choice you did? Please name all of the
specific medical conditions you consider relevant to your decision. (e.g. suspected broken bone)
<br />
<br />
The scenario (available below and on the next page)
Expand All @@ -270,7 +270,8 @@ const ChatWithInstructions: FC<
and how well it works for you. Therefore, it is
essential that you{" "}<strong>only use your own
words,</strong> and do not copy and paste from the
scenario text, or from any other source.
scenario text, or from any other source. Please do not
use additional external sources.
</p>
</>
) : (
Expand Down Expand Up @@ -377,8 +378,9 @@ const ChatWithInstructions: FC<
<br />
<p style={{ color: "MediumSeaGreen" }}>
Keep track of the methods you are using in the
textbox below. Once you click “Submit” the scenario
questions will appear.
textbox below. The questions will appear at the
bottom of the page after you have finished putting
in your approach.
</p>
</div>
<textarea
Expand Down

0 comments on commit 198f304

Please sign in to comment.