问题描述
我正在为学校编写JavaScript测验,他们希望我使用if / else语句来检查anwser是否正确。我正在使用数组来从JavaScript向HTML中的按钮获取问题。一个带有数组的变量,每个数组包含问题,每个选项(A,B,C,D)的四个变量带有数组。那就是选择的地方。
var buttonA = document.getElementById("button1") //Here I made a reference to the buttons
var buttonB = document.getElementById("button2")
var questions = ["What is 1+1?"] //I made a array where it can be read of,real concept contains more questions ofc
var choices = ["2","3"] //I made choices to choose,button1 will be linked to choice "2" and button2 to "3"
所以如果我想用if语句检查anwser是否正确。如何在JavaScript中定义呢?我知道我可以只通过编写一个函数就可以使一个选项正确,但是我真的很想知道如果从数组中读取问题和数组,是否可以使用if语句来进行anwser检查。请注意,英语不是我的母语,并且我患有PDD / NOS,因此我无法很好地描述我的问题,因此,如果需要其他信息,请告诉我。
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)