diff --git a/04_Tablet-Quiz/app/index.html b/04_Tablet-Quiz/app/index.html index e12d740..67c6313 100644 --- a/04_Tablet-Quiz/app/index.html +++ b/04_Tablet-Quiz/app/index.html @@ -1275,7 +1275,7 @@ function renderGateDone(st){ const tIdx = gateTargetIndex(st, i); const target = tIdx>=0 ? STATIONEN[tIdx] : null; const phaseEnd = target && target.phase !== st.phase; - let feedback = `

Legt den passenden Entscheidungs-Chip ans Gate.

`; + let feedback = `

Die entscheidende Rolle (${roleLabel(keeper)}) bleibt als Marker am Gate-Puck stehen.

`; let nextLabel = `Weiter →`; if(phaseEnd){ const curColor = PHASEN[st.phase].color, nextColor = PHASEN[target.phase].color;