Viggitoria / Viezbot

A chat-/quiz-bot on the topic "Viez" (a drink of the region Trier/Merzig) in German language.
5 stars 0 forks source link

make quiz work with free text answers #16

Open Viggitoria opened 2 years ago

blackxxscreen commented 2 years ago

// do this if answer found var match = function(key) { setTimeout(function() { chatWindow.talk(convo, key) // restart current convo from point found in the answer }, 600) }

quiz is restarted from this point in conversation and then not saved to our function that counts right or wrong booleans