").html(`#${moves}\t${isNaN(n)?"AI 無法判斷":n?"AI 覺得你想學習":"AI 覺得你不想學習"} -> ${e?"你想學習":"你不想學習"}`).addClass(e===n?"active":"")).scrollTop($questionnaire.find(".score").get(0).scrollHeight),moves>=50&&($questionnaire.find(".step[data-step=play] .step-controller").hide(),$questionnaire.find(".step[data-step=play] .step-result-controller").show(),$questionnaire.find(".step[data-step=play] .result").empty().html(man_score>mach_score?"數據不足,無法找出學習習慣":`AI 成功找出你的學習習慣!(${(100*mach_score/(mach_score+man_score)).toFixed(1)}%)`).show())};$questionnaire.find(".go").click(()=>{move(1),renderScore()}),$questionnaire.find(".nogo").click(()=>{move(0),renderScore()})