Skip to content

Commit c142e71

Browse files
authored
Merge pull request #11 from NGO-Algorithm-Audit/structural-edits
Added q2_yes2 text area
2 parents afd2888 + 32e002c commit c142e71

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

src/schemas/en/identification.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -555,15 +555,21 @@
555555
"Yes, the application contains components derived from data. There is fitting or learning of a model or automatic variable selection using statistics, optimization, simulation, machine learning or a similar technique."
556556
]
557557
},
558+
"q2_yes2": {
559+
"type": "string",
560+
"title": "Describe the used method.",
561+
"default": ""
562+
},
558563
"outputIntermediate": {
559564
"type": "string",
560-
"title": "Based on your answers, your application is an AI system according to the AI Act. It may also qualify as a high-impact algorithm. Complete the following questionnaire to find out.",
565+
"title": "Based on your answers, your application is probably an AI system according to the AI Act. It may also qualify as a high-impact algorithm. Complete the following questionnaire to find out.",
561566
"default": "The following questions pertain to the process in which the application is used. For answering these questions, focus on how the application is integrated into the overall process.\n\nFor these questions, the application's role in the decision-making process is not relevant."
562567
},
563568
"impact": {
564569
"$ref": "#/definitions/impactAI"
565570
}
566-
}
571+
},
572+
"required": ["q2_yes2"]
567573
},
568574
{
569575
"properties": {

src/schemas/nl/identificatie.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -529,13 +529,19 @@
529529
"Ja, de toepassing bevat componenten die zijn afgeleid uit data. Er is sprake van het fitten of leren van een model of automatische variabele selectie met behulp van statistiek, optimalisatie, simulatie, machine learning of een vergelijkbare techniek."
530530
]
531531
},
532+
"q2_yes2": {
533+
"type": "string",
534+
"title": "Geef een beschrijving van de gebruikte methode.",
535+
"default": ""
536+
},
532537
"outputIntermediate": {
533538
"type": "string",
534-
"title": "Deze toepassing is een AI-systeem volgens de AI-verordening. Mogelijk is dit systeem ook een impactvol algoritme, vul daarvoor de volgende vragen in.",
539+
"title": "Deze toepassing is waarschijnlijk een AI-systeem volgens de AI-verordening. Mogelijk is dit systeem ook een impactvol algoritme, vul daarvoor de volgende vragen in.",
535540
"default": "De volgende vragen gaan over het proces waarin de toepassing gebruikt wordt. Focus hierbij op het proces. \nHet maakt voor deze vragen niet uit of de toepassing slechts een kleine voorbereidende rol in het besluitvormingsproces heeft."
536541
},
537542
"impact": { "$ref": "#/definitions/impactAI" }
538-
}
543+
},
544+
"required": ["q2_yes2"]
539545
},
540546
{
541547
"properties": {

0 commit comments

Comments
 (0)