Skip to content

Commit

Permalink
Added "Step n of m" to questionnaire
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-koenig committed Feb 22, 2024
1 parent b3aad08 commit f9bbf78
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/questionnaire/GenericQuestionnaire.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,8 @@ onMount(() => {
{#await forceUpdate(doRerender) then _}
<h2 style="margin:0; font-weight: 700; font-size: 1.3em;">Step {currentStep+1} of {steps.length}</h2>
<p id="question">{steps[currentStep].title}</p>
<div class="input-wrapper">
Expand Down

0 comments on commit f9bbf78

Please sign in to comment.