diff --git a/frontend/src/lib/editor.svelte b/frontend/src/lib/editor.svelte index af382fb..6028ff8 100644 --- a/frontend/src/lib/editor.svelte +++ b/frontend/src/lib/editor.svelte @@ -1,4 +1,4 @@ - - - - {$t('words.public')}? + + + {$t('words.public')}? - - {$t('words.title')}: + + {$t('words.title')}: - + {$t('words.description')}: {#each data.questions as question, index_question} - - {$t('words.question')} {index_question + 1} + + {$t('words.question')} {index_question + 1} - + {$t('words.question')}: - + {$t('words.image')}: - + {$t('editor.time_in_seconds')}: {#each question.answers as answer, index_answer} - - {$t('words.answer')} {index_answer + 1} - + + {$t('words.answer')} {index_answer + 1} + {$t('words.answer')}: {index_answer + 1} {$t('words.question')}: {index_question + 1} - + {$t('words.answer')}: - - - {$t('editor.right_or_true?')} + + + {$t('editor.right_or_true?')} { data.questions[index_question].answers.splice(index_answer, 1); data.questions[index_question].answers = @@ -149,8 +149,8 @@ {/each} { data.questions[index_question].answers = [ ...data.questions[index_question].answers, @@ -161,8 +161,8 @@ {$t('editor.add_new_answer')} { data.questions.splice(index_question, 1); data.questions = data.questions; @@ -173,8 +173,8 @@ {/each} { data.questions = [...data.questions, { ...empty_question }]; }} @@ -182,12 +182,12 @@ {$t('editor.add_new_question')} {#if imgur_links_valid} - + Not all links are imgur-links! {/if} {submit_button_text}
+
{$t('words.answer')}: {index_answer + 1} {$t('words.question')}: {index_question + 1}
Not all links are imgur-links!