diff --git a/04_Tablet-Quiz/app/index.html b/04_Tablet-Quiz/app/index.html index b134627..7010de0 100644 --- a/04_Tablet-Quiz/app/index.html +++ b/04_Tablet-Quiz/app/index.html @@ -1423,7 +1423,7 @@ function renderAkte(){ const have = S.akte || {}; const n = ids.filter(a=>have[a]).length; let html = ``; - html += `
${n}/15 Artefakten gesammelt
`; + html += `
${n}/${ids.length} Artefakten gesammelt
`; for(const ph of order){ const group = ids.filter(a => ARTEFAKTE[a].phase === ph); if(!group.length) continue;