接到愛心即可進入下一關卡,小心不要被奶瓶砸到呦!
{
var x = e.pageX - window.$('.dropArea').offset().left
window.$('#avatar').css('left', `${x}px`)
}">
請按左右鍵移動人物
目前分數 {{ state.quizGameScore }}
分
{{ state.quizGame.singleTime }}
第{{ state.quizGame.answeredQuestions.length+1 }}題/共6題
{{ state.quizGame.currentQuestion.question }}
{
if( !isEmpty(state.quizGame.tempAnswer) ){
return
}
state.quizGame.answer(state.quizGame.currentQuestion.id, 0)
}">
{
if( !isEmpty(state.quizGame.tempAnswer) ){
return
}
state.quizGame.answer(state.quizGame.currentQuestion.id, 1)
}">
{{ state.quizGame.currentQuestion.wrongTip }}