tweak: Added reminder to write name
Also removed old unnecessary file.
This commit is contained in:
parent
8ce1a4a857
commit
47a39af37e
Binary file not shown.
|
@ -463,9 +463,10 @@ export default function ComparisonView({ listOfElementsForView }) {
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
<label className="">
|
<label className="">
|
||||||
Reasoning (optional):
|
{"Notes and reasoning:"}
|
||||||
<textarea
|
<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"
|
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}
|
value={reasoning}
|
||||||
onChange={(event) => setReasoning(event.target.value)}
|
onChange={(event) => setReasoning(event.target.value)}
|
||||||
/>
|
/>
|
||||||
|
|
|
@ -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
|
|
||||||
}
|
|
||||||
]
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user