tweak: Added reminder to write name

Also removed old unnecessary file.
This commit is contained in:
NunoSempere 2022-03-07 14:15:04 -05:00
parent 8ce1a4a857
commit 47a39af37e
3 changed files with 2 additions and 43 deletions

Binary file not shown.

View File

@ -463,9 +463,10 @@ export default function ComparisonView({ listOfElementsForView }) {
<br />
<label className="">
Reasoning (optional):
{"Notes and reasoning:"}
<textarea
className="mt-2 px-3 py-4 placeholder-blueGray-300 text-blueGray-600 relative bg-white bg-white rounded text-base border-0 shadow outline-none focus:outline-none focus:ring w-full"
placeholder={numSteps == 0 ? "Write your name here if you want QURI to be able to identify your answers later" : ""}
value={reasoning}
onChange={(event) => setReasoning(event.target.value)}
/>

View File

@ -1,42 +0,0 @@
[
{
"source": 3,
"target": 4,
"distance": 5
},
{
"source": 2,
"target": 3,
"distance": 4
},
{
"source": 0,
"target": 1,
"distance": 4
},
{
"source": 0,
"target": 2,
"distance": 5
},
{
"source": 1,
"target": 2,
"distance": 5
}
]