Update 'pages/topics/question/navod/README.md'
This commit is contained in:
parent
da46528b59
commit
d61bddcde1
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user