You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
beforeEach(function(){questions=newBoxOfQuestions("LWquestions");});it("should be able to give a question, give options for answers and check the answer",function(){varq,a,opt,aChoice;q=questions.currQuestion();a=questions.currAnswer();opt=questions.currAnswerOptions();// includes the correct answerquestions.processAnswer(aChoice);// add expect code here});
The text was updated successfully, but these errors were encountered:
hhzl
changed the title
Implement currAnswerOptions()
SPEC and implenet: box.getAnswerOptionsFor(aWord, numberOfOptions)
Dec 3, 2016
hhzl
changed the title
SPEC and implenet: box.getAnswerOptionsFor(aWord, numberOfOptions)
SPEC and implement: box.getAnswerOptionsFor(aWord, numberOfOptions)
Dec 3, 2016
hhzl
changed the title
SPEC and implement: box.getAnswerOptionsFor(aWord, numberOfOptions)
SPEC and implement: box.getAnswerOptions(numberOfOptions)
Dec 3, 2016
hhzl
changed the title
SPEC and implement: box.getAnswerOptions(numberOfOptions)
SPEC: box.getAnswerOptions(numberOfOptions)
Dec 3, 2016
Implement what is given by the following spec
The text was updated successfully, but these errors were encountered: