@@ -52,15 +52,17 @@ const providedResponses = {
5252 data_hub: ' To publish potentially useful data.' ,
5353 data_lab: ' To refine, back up, or experiment with data in an isolated environment.' ,
5454 tool_lab: ' To build tools, write documentation, or contribute to the Wikidata & Wikibase ecosystem in ways other than data.' ,
55- test_drive: ' To learn about the tool, or evaluate whether it works for my use case.'
55+ test_drive: ' To learn about the tool, or evaluate whether it works for my use case.' ,
56+ decide_later: ' I will decide later.'
5657 },
5758 audience: {
5859 wide: ' Anyone interested.' ,
5960 narrow: ' Myself or my organization.'
6061 },
6162 temporality: {
6263 permanent: ' I would prefer to keep it on a permanent basis.' ,
63- temporary: ' It is temporary/disposable. I will no longer need it after it served its purpose.'
64+ temporary: ' It is temporary/disposable. I will no longer need it after it served its purpose.' ,
65+ decide_later: ' I will decide later.'
6466 }
6567}
6668
@@ -103,7 +105,7 @@ export default {
103105 if (providedResponse) {
104106 return providedResponses[question][providedResponse]
105107 }
106- return ' No answer selected'
108+ return ' No answer selected. '
107109 }
108110 },
109111 async created () {
@@ -161,7 +163,7 @@ export default {
161163}
162164.profile .question {
163165 font- size: 16px ;
164- font- weight: 500 ;
166+ font- weight: 400 ;
165167}
166168.profile .response {
167169 font- size: 16px ;
0 commit comments