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> <label for="locale">locale</label>
<select v-model="locale"> <select v-model="locale">
<option>en</option> <option>en</option>
<!--<option>fr</option>--> <option>es</option>
</select> </select>
<span class="title">{{ questions[locale][0].title }}</span> <span class="title">{{ questions[locale][0].title }}</span>

@ -173,8 +173,7 @@
] ]
}, },
{ {
"questionText": "En un histograma, un " "questionText": "En un histograma, un 'bin' se refiere a:",
bin " se refiere a:",
"answerOptions": [{ "answerOptions": [{
"answerText": "una clase de datos", "answerText": "una clase de datos",
"isCorrect": "false" "isCorrect": "false"

Loading…
Cancel
Save