Trivia Bot Questions
Added WPM questions.WPM.HoTMaiLWPM.The quick brown fox jumps over the lazy dogWPM.What a todo to die today at a minute or two to twoWPM.The world beyond the stars is full of stumps.WPM.The night is long and full of terrorsWPM.Winter is comingWhat is the chemical symbol for gold=.AuFixed /ask command. It was wonky and I never realized till I tried to use it to test /ask WPM: This is a test of the trivia bot.The added = formatting indicates that it should use exact mode. Which uses neither fix nor case insensitivity. This is also used for WPM questions Where failing to capitalize the letters results in a fail.Added /openquestions as a secret command that opens the question file. Said.Yeah, that kind of over specificity, would also.need. to be done per question, or could be added in as part of WPM mode. Though it's not like speed typing the symbols for elements is something people would be doing.
The problem here is two fold. First, I auto correct with $lower on both sides. And secondly mIRC script is case insensitive anyway unless compared with rather than.
So not only will that modification require breaking $fix for capital letters, it also requires an edit to the compare routine. Said.Actually, checking the code. I really use regex to the the checking. So it really is all the lowers. The main code is:var%pick = $regex($lower($fix($1-)), $trivia.pattern)With the relevant factors the $lower($fix($1-)) and the $trivia.pattern which builds a regex pattern to match acceptable answers on the fly, which is also fixed. Removed the redundant $lower commands and added in a setting to force a bypass of fix. In reality the place there with lower(fix) and the part in trivia pattern if replaced with just $1- will suddenly become overly exact.In any event, this isn't exactly a feature you'd always want on, because it would be annoying as hell.
Paltalk Trivia Bot Questions
Unless you would. I'm thinking some kind of indicator in the question file. Or perhaps just a secret on and off switch, for people who might want such a silly thing. Said.I should rather modify the WPM formatting anyhow.
And make sure it provides a required exactness by default.It should be:WPM.What is the world coming to these days with the the onions and the the apples.Rathers than require the question and answer in both parts.Other alternative formats like:Scramble.WorthlessnessWorks that way.And in that question type, require exactness and case sensitivity. And in others just let it it format with a = to indicate that you want that exactness on that question.In fact, I'm going to pull the script and include those in 3.7.
Said.Hello how have you been? I was wondering if it was possible to add amount of rounds won, because we mostly played based on rounds. A hall of fame of who has the max amount of rounds.Also, I was wondering if it's possible to only count wpm on a certain topic, because on my community, we have different topics, and I want only to count wpm on a certain category/topic.Is it possible to see stats of a round?, I know all I've asked might be difficult, I'm not sure about it, but I basically want to separate teams and individual scores and focus mostly on the rounds instead of the amount of total questions.Thank you.