fixing the build and adding 'es' to dropdown

pull/165/head
Jen Looper 4 years ago
parent eea799f01d
commit 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"

Loading…
Cancel
Save