Editing a test contest toml file 10/25
This commit is contained in:
parent
766ba387a6
commit
c875a73b9a
1 changed files with 139 additions and 11 deletions
|
@ -1,26 +1,154 @@
|
|||
name = "Test Diagnostico"
|
||||
name = "Test Contest"
|
||||
|
||||
[[questions]]
|
||||
text = "Quanto fa 1+1?"
|
||||
text = "Analizzando l'insieme delle entrate annuali di un soggetto economico, definiamo:"
|
||||
|
||||
[[questions.answers]]
|
||||
text = "2"
|
||||
text = "il suo reddito"
|
||||
[[questions.answers]]
|
||||
text = "3"
|
||||
text = "il suo patrimonio"
|
||||
[[questions.answers]]
|
||||
text = "4"
|
||||
text = "la sua ricchezza complessiva"
|
||||
[[questions.answers]]
|
||||
text = "5"
|
||||
text = "la sua capacità di risparmio"
|
||||
|
||||
[[questions]]
|
||||
text = "Il sole è"
|
||||
text = "Ogni 20 € guadagnati, ne risparmiate 3, quanto ammonta la vostra propensione al consumo?"
|
||||
|
||||
[[questions.answers]]
|
||||
text = "una stella"
|
||||
text = "85%"
|
||||
[[questions.answers]]
|
||||
text = "un pianeta"
|
||||
text = "75%"
|
||||
[[questions.answers]]
|
||||
text = "una galassia"
|
||||
text = "70%"
|
||||
[[questions.answers]]
|
||||
text = "una nebulosa"
|
||||
text = "80%"
|
||||
|
||||
[[questions]]
|
||||
text = "Usualmente si individuano quali soggetto economici operanti nel sistema"
|
||||
|
||||
[[questions.answers]]
|
||||
text = "famiglie, imprese, Stato, resto del mondo"
|
||||
[[questions.answers]]
|
||||
text = "famiglie, resto del mondo, Stato, banche"
|
||||
[[questions.answers]]
|
||||
text = "famiglie, imprese, banche e resto del mondo"
|
||||
[[questions.answers]]
|
||||
text = "famiglie, Stato, importazioni e imprese"
|
||||
|
||||
[[questions]]
|
||||
|
||||
text = "Ipotizzando una propensione pari al 70% in caso di aumento del vostro reddito di 500 €, la vostra spesa aumenterebbe di:"
|
||||
|
||||
[[questions.answers]]
|
||||
text = "350 €"
|
||||
|
||||
[[questions.answers]]
|
||||
text = "300 €"
|
||||
|
||||
[[questions.answers]]
|
||||
text = "250 €"
|
||||
|
||||
[[questions.answers]]
|
||||
text = "200 €"
|
||||
|
||||
[[questions]]
|
||||
|
||||
text = "Se per i miei investimenti ricevo un interesse, sarò probabilmente un"
|
||||
|
||||
[[questions.answers]]
|
||||
text = "obbligazionista"
|
||||
|
||||
[[questions.answers]]
|
||||
text = "lavoratore salariato"
|
||||
|
||||
[[questions.answers]]
|
||||
text = "azionista"
|
||||
|
||||
[[questions.answers]]
|
||||
text = "proprietario terriero"
|
||||
|
||||
[[questions]]
|
||||
|
||||
text = "In caso di aumento del prezzo di un bene la quantià offerta dello stesso"
|
||||
|
||||
[[questions.answers]]
|
||||
text = "aumenta"
|
||||
|
||||
[[questions.answers]]
|
||||
text = "diminuisce"
|
||||
|
||||
[[questions.answers]]
|
||||
text = "rimane costante"
|
||||
|
||||
[[questions.answers]]
|
||||
text = "diminusce in misura minore"
|
||||
|
||||
[[questions]]
|
||||
|
||||
text = "La quantità domandata di un bene da parte del singolo operatore economico dipende, a parità di altre condizioni"
|
||||
|
||||
[[questions.answers]]
|
||||
text = "dall'utilità dell'ultima unità di bene che si sta per acquistare"
|
||||
|
||||
[[questions.answers]]
|
||||
text = "dall'utilità in media del bene acquistato"
|
||||
|
||||
[[questions.answers]]
|
||||
text = "dall'utilità totale fornita da quel tipo di bene"
|
||||
|
||||
[[questions.answers]]
|
||||
text = "nessuna delle risposte indicate"
|
||||
|
||||
[[questions]]
|
||||
|
||||
text = "Dalla scarsità delle risorse, in contrapposizione alla tendenziale illimitatezza dei bisogni, ne consegue che"
|
||||
|
||||
[[questions.answers]]
|
||||
text = "maggiore è la scarsità di un bene e maggiore diventa la sua utilità e quindi il suo valore"
|
||||
|
||||
[[questions.answers]]
|
||||
text = "maggiore è la scarsità di un bene e maggiore è il suo consumo"
|
||||
|
||||
[[questions.answers]]
|
||||
text = "maggiore è la scarsità di un bene e maggiore diventa la sua utilità e quindi il suo valore"
|
||||
|
||||
[[questions.answers]]
|
||||
text = "maggioe è la scarsità di un bene e maggiore è l'interesse del consumatore"
|
||||
|
||||
[[questions]]
|
||||
|
||||
text = "A parità di offerta, se la domanda di un bene aumenta, il prezzo di mercato"
|
||||
|
||||
[[questions.answers]]
|
||||
text = "aumenta"
|
||||
|
||||
[[questions.answers]]
|
||||
text = "diminuisce"
|
||||
|
||||
[[questions.answers]]
|
||||
text = "diminuisce per poi tornare al livello precedente"
|
||||
|
||||
[[questions.answers]]
|
||||
text = "rimane invariato"
|
||||
|
||||
[[questions]]
|
||||
|
||||
text = "Aumentando la produzione, l'incidenza dei costi fissi unitari, ossia dei costi fissi su ciascun elemento prodotto"
|
||||
|
||||
[[questions.answers]]
|
||||
text = "diminuisce"
|
||||
|
||||
[[questions.answers]]
|
||||
text = "rimane fissa"
|
||||
|
||||
[[questions.answers]]
|
||||
text = "aumenta"
|
||||
|
||||
[[questions.answers]]
|
||||
text = "prima aumenta e poi inizia a diminuire"
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue