Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
DFG Study
UI
Commits
302c8461
Commit
302c8461
authored
Oct 14, 2021
by
v.mattfeld
Browse files
sensitivity levels
parent
7d659144
Changes
2
Hide whitespace changes
Inline
Side-by-side
components/Form.tsx
View file @
302c8461
...
@@ -101,6 +101,9 @@ const Form: FC<FormProps> = ({ pageNumber, uid, imageID }) => {
...
@@ -101,6 +101,9 @@ const Form: FC<FormProps> = ({ pageNumber, uid, imageID }) => {
<
Radio
value
=
"1"
>
{
t
(
'
a11
'
)
}
</
Radio
>
<
Radio
value
=
"1"
>
{
t
(
'
a11
'
)
}
</
Radio
>
<
Radio
value
=
"2"
>
{
t
(
'
a12
'
)
}
</
Radio
>
<
Radio
value
=
"2"
>
{
t
(
'
a12
'
)
}
</
Radio
>
<
Radio
value
=
"3"
>
{
t
(
'
a13
'
)
}
</
Radio
>
<
Radio
value
=
"3"
>
{
t
(
'
a13
'
)
}
</
Radio
>
<
Radio
value
=
"4"
>
{
t
(
'
a14
'
)
}
</
Radio
>
<
Radio
value
=
"5"
>
{
t
(
'
a15
'
)
}
</
Radio
>
<
Radio
value
=
"6"
>
{
t
(
'
a16
'
)
}
</
Radio
>
</
Stack
>
</
Stack
>
</
RadioGroupControl
>
</
RadioGroupControl
>
<
CheckboxContainer
mt
=
{
4
}
name
=
"targetDemographic"
label
=
{
t
(
'
questionTwo
'
)
}
>
<
CheckboxContainer
mt
=
{
4
}
name
=
"targetDemographic"
label
=
{
t
(
'
questionTwo
'
)
}
>
...
...
i18n/resources.ts
View file @
302c8461
...
@@ -9,9 +9,12 @@ export const resources = {
...
@@ -9,9 +9,12 @@ export const resources = {
'
startUID
'
:
'
Continue with User ID
'
,
'
startUID
'
:
'
Continue with User ID
'
,
'
questionOne
'
:
'
Classify the picture regarding its sensitivity.
'
,
'
questionOne
'
:
'
Classify the picture regarding its sensitivity.
'
,
'
questionTwo
'
:
'
With whom would you be most likely to share this picture?
'
,
'
questionTwo
'
:
'
With whom would you be most likely to share this picture?
'
,
'
a11
'
:
'
private
'
,
'
a11
'
:
'
very private
'
,
'
a12
'
:
'
public
'
,
'
a12
'
:
'
little private
'
,
'
a13
'
:
'
not possible
'
,
'
a13
'
:
'
private
'
,
'
a14
'
:
'
maybe private
'
,
'
a15
'
:
'
non-private / public
'
,
'
a16
'
:
'
not possible
'
,
'
a21
'
:
'
Friends
'
,
'
a21
'
:
'
Friends
'
,
'
a22
'
:
'
Family
'
,
'
a22
'
:
'
Family
'
,
'
a23
'
:
'
Colleagues
'
,
'
a23
'
:
'
Colleagues
'
,
...
@@ -34,9 +37,12 @@ export const resources = {
...
@@ -34,9 +37,12 @@ export const resources = {
'
startUID
'
:
'
Weiter mit User ID
'
,
'
startUID
'
:
'
Weiter mit User ID
'
,
'
questionOne
'
:
'
Klassifizieren Sie die Empfindlichkeit des Fotos.
'
,
'
questionOne
'
:
'
Klassifizieren Sie die Empfindlichkeit des Fotos.
'
,
'
questionTwo
'
:
'
Mit welchem Menschen würden Sie am ehesten dieses Foto teilen?
'
,
'
questionTwo
'
:
'
Mit welchem Menschen würden Sie am ehesten dieses Foto teilen?
'
,
'
a11
'
:
'
privat
'
,
'
a11
'
:
'
sehr privat
'
,
'
a12
'
:
'
öffentlich
'
,
'
a12
'
:
'
ein wenig privat
'
,
'
a13
'
:
'
nicht entscheidbar
'
,
'
a13
'
:
'
privat
'
,
'
a14
'
:
'
vielleicht privat
'
,
'
a15
'
:
'
nicht privat / öffentlich
'
,
'
a16
'
:
'
nicht entscheidbar
'
,
'
a21
'
:
'
Freunde
'
,
'
a21
'
:
'
Freunde
'
,
'
a22
'
:
'
Familie
'
,
'
a22
'
:
'
Familie
'
,
'
a23
'
:
'
Arbeit / Kollegen
'
,
'
a23
'
:
'
Arbeit / Kollegen
'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment