diff --git a/pages/topics/question/navod/README.md b/pages/topics/question/navod/README.md index 7ed85c89..5ea9000a 100644 --- a/pages/topics/question/navod/README.md +++ b/pages/topics/question/navod/README.md @@ -26,6 +26,24 @@ forms: value: Začni anotovať process: - redirect: "https://question.tukekemt.xyz/?session={{ form.value.name }}" + questionapp: + name: questionapp + fields: + - name: name + label: Login + placeholder: Váš e-mail + autofocus: on + autocomplete: on + type: email + validate: + required: true + message: Zadajte e-mail s anotáciami + buttons: + - type: submit + value: Začni anotovať + process: + - redirect: "https://app.question.tukekemt.xyz/annotators/{{ form.value.name }}" + --- @@ -66,6 +84,10 @@ Do formulára napíšte Váš e-mail aby bolo možné rozpoznať, kto vykonal an {% include "forms/form.html.twig" with { form: forms('question1') } %} +Pozrite sa koľko ste anotovali: + +{% include "forms/form.html.twig" with { form: forms('questionapp') } %} + ## Príklad na anotáciu otázok