Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: fix failing tests
Browse files Browse the repository at this point in the history
astappiev committed Oct 17, 2023
1 parent dff4c09 commit 1cd910e
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1242,7 +1242,6 @@ question_type.MULTIPLE_MENU = Menu a scelta multipla
question_type.ONE_MENU = Scelta singola
question_type.ONE_MENU_EDITABLE = Scelta singola editabile
question_type.ONE_RADIO = Scelta a pulsante radio
question_type.desc_AUTOCOMPLETE = L'impostazione di suggerimento automatico, disponibile nelle domande con risposta aperta, consente di inserire valori (stringhe di testo) che verranno suggerite automaticamente quando l'utente digita la risposta.
question_type.desc_FULLWIDTH_HEADER = L'opzione Descrizione consente di impostare una pagina contenente testo che non richiede risposte da parte dell'utente.
question_type.desc_INPUT_TEXT = La domanda con risposta breve prevede un campo di testo di lunghezza limitata.
question_type.desc_INPUT_TEXTAREA = Impostando l'opzione Paragrafo l'utente potrà inserire risposte lunghe, che si estendono su varie righe
Original file line number Diff line number Diff line change
@@ -1333,7 +1333,6 @@ question_type.MULTIPLE_MENU = TODO
question_type.ONE_MENU = TODO
question_type.ONE_MENU_EDITABLE = TODO
question_type.ONE_RADIO = TODO
question_type.desc_AUTOCOMPLETE = TODO
question_type.desc_FULLWIDTH_HEADER = TODO
question_type.desc_INPUT_TEXT = TODO
question_type.desc_INPUT_TEXTAREA = TODO

0 comments on commit 1cd910e

Please sign in to comment.