Ivan Gorbachev

Results 3 issues of Ivan Gorbachev

std::string question = "1\n2\n3\n4\n5"; std::vector options = {"False", "0", "1", "This\ncode\nhas\nan\nerror"}; ![FullSizeRender](https://user-images.githubusercontent.com/7579415/191292159-10c25212-10da-4ca0-a3ac-0462ba9bd584.jpg)

How to know about the user's choice, whether he chose the correct answer or not?

Code: `std::vector options = {"1","2","3","4"};` ` bot.getApi ().sendPoll (message->chat->id, "Answers", options, false, 0, std::make_shared (), true, "quiz", false, correct_answer, explanation);` If i set the correct correct_answer value to 0 or...