Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating HELP-Med questions #297

Merged
merged 22 commits into from
Aug 21, 2024
Merged
Changes from 17 commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
bd99a07
HELP-Med text changes
am-bean May 17, 2024
7d8e94c
Added default (random) value for missing Prolific id
am-bean May 17, 2024
e09bec0
Changed prolificId default to string type
am-bean May 17, 2024
829827b
Editing Help-Med instruction text
am-bean Jun 12, 2024
631f80c
Merge branch 'main' into main
am-bean Jun 21, 2024
f3531bc
Merge branch 'mlcommons:main' into main
am-bean Jun 24, 2024
71708f1
Fixing HTML issues. Modifying second question
am-bean Jun 25, 2024
140424c
Merge branch 'main' of https://github.com/am-bean/dynabench
am-bean Jul 11, 2024
99a6f0a
Updating instructions to emphasize using the LLMs
am-bean Jul 11, 2024
51d5009
Merge branch 'mlcommons:main' into main
am-bean Jul 22, 2024
8042a52
Editing HELP-Med instructions
am-bean Jul 22, 2024
2a7347e
Merge branch 'mlcommons:main' into main
am-bean Aug 6, 2024
1844cc8
Make questions visible after finishing the instructions
am-bean Aug 6, 2024
aae152d
Merge branch 'main' of https://github.com/am-bean/dynabench
am-bean Aug 6, 2024
b56c737
Merge branch 'mlcommons:main' into main
am-bean Aug 14, 2024
a3bdc55
Updating question text
am-bean Aug 21, 2024
b13533c
Merge branch 'main' of https://github.com/am-bean/dynabench
am-bean Aug 21, 2024
008fa4b
Merge branch 'mlcommons:main' into main
am-bean Aug 21, 2024
39d3254
Removing unnecessary braces
am-bean Aug 21, 2024
21ee265
Merge branch 'main' of https://github.com/am-bean/dynabench
am-bean Aug 21, 2024
d87f007
Fixing brace alignment
am-bean Aug 21, 2024
66462ed
Merge branch 'main' into main
shincap8 Aug 21, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -330,7 +331,8 @@ const ChatWithInstructions: FC<
<div className="flex items-end justify-end gap-4">
<GeneralButton
text="I understand"
onClick={() => setReadInstructions(true)}
onClick={() => {setReadInstructions(true)}
shincap8 marked this conversation as resolved.
Show resolved Hide resolved
}
className="border-0 font-weight-bold light-gray-bg task-action-btn"
/>
</div>
Expand Down Expand Up @@ -377,8 +379,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
Loading