diff --git a/user-studies.yaml b/user-studies.yaml index 42c0576..2f65f49 100644 --- a/user-studies.yaml +++ b/user-studies.yaml @@ -47,22 +47,36 @@ nodes: fallback-lang: de-de-formal translations: en-eu: "Communication" - - messages: - - viewers: - - *student_in - status: info - content: - fallback: >- - Sie müssen nicht alle Bescheinigungen auf einmal hochladen. - -
Um Ihren Zwischenstand zu speichern, können Sie die Aktion „Punkte einreichen“ auslösen.
+ "punktestand": + viewers: *view-alle + display-label: + fallback: "Erworbene MMI-Punkte" fallback-lang: de-de-formal translations: - en-eu: >- - You don't need to submit all certificates at once. - -In order to save your progress, you may trigger the “Submit points” action.
+ en-eu: "Achieved MMI Points" + "gesamtpunktzahl": + viewers: *view-alle + display-label: + fallback: "Erforderliche MMI-Punkte" + fallback-lang: de-de-formal + translations: + en-eu: "Required MMI Points" + + #messages: + # - viewers: + # - *student_in + # status: info + # content: + # fallback: >- + # Sie müssen nicht alle Bescheinigungen auf einmal hochladen. + # + #Um Ihren Zwischenstand zu speichern, können Sie die Aktion „Punkte einreichen“ auslösen.
+ # fallback-lang: de-de-formal + # translations: + # en-eu: >- + # You don't need to submit all certificates at once. + # + #In order to save your progress, you may trigger the “Submit points” action.
final: false @@ -229,9 +243,29 @@ nodes: - *sekretariat-1 - *sekretariat-2 view-actor: *view-alle - form: + form: &punktestand-form + "punktestand": + - "1": + tag: text + label: + fallback: "Erworbene MMI-Punkte" + fallback-lang: de-de-formal + translations: + en-eu: "Achieved MMI Points" + default: null + optional: false + "gesamtpunktzahl": + - "2": + tag: text + label: + fallback: "Erforderliche Gesamtpunktzahl" + fallback-lang: de-de-formal + translations: + en-eu: "Required Total Score" + default: null + optional: false "kommunikation": - - "1": *kommunikation-field-optional + - "3": *kommunikation-field-optional "kommunizieren, punktestand nicht ausreichend": <<: *kommunizieren-edge @@ -267,6 +301,4 @@ nodes: - *sekretariat-1 - *sekretariat-2 view-actor: *view-alle - form: - "kommunikation": - - "1": *kommunikation-field-optional \ No newline at end of file + form: *punktestand-form \ No newline at end of file