fixing the build and adding 'es' to dropdown
This commit is contained in:
Родитель
eea799f01d
Коммит
41086f1f75
|
@ -5,7 +5,7 @@
|
|||
<label for="locale">locale</label>
|
||||
<select v-model="locale">
|
||||
<option>en</option>
|
||||
<!--<option>fr</option>-->
|
||||
<option>es</option>
|
||||
</select>
|
||||
|
||||
<span class="title">{{ questions[locale][0].title }}</span>
|
||||
|
|
|
@ -173,8 +173,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"questionText": "En un histograma, un "
|
||||
bin " se refiere a:",
|
||||
"questionText": "En un histograma, un 'bin' se refiere a:",
|
||||
"answerOptions": [{
|
||||
"answerText": "una clase de datos",
|
||||
"isCorrect": "false"
|
||||
|
|
Загрузка…
Ссылка в новой задаче