TheNetsky / Microsoft-Rewards-Script

Automated Microsoft Rewards script, using TypeScript, Cheerio and Playwright.
170 stars 42 forks source link

Solving "This or That" Quiz #9

Closed TheNetsky closed 9 months ago

TheNetsky commented 10 months ago

Since this item is not available in my region, I have a hard time finding solving logic for this. I've made some accounts in other regions and got this quiz a handful of times, however I am unable to find a proper solution method besides randomly guessing and thus missing out on some points. (But it will complete your daily tasks and keep the streak)

Initially by looking around I've seen people use the quiz data, which has the "correctAnswer" property, however in my experience this is always null. So not sure if this is a regional thing. Besides that I've yet to find a way to correctly guess the answers to this quiz.

Lmk if you know a way or if you'd rather have my guess the quiz instead. Since once gain this quiz type does not exist in my region, I personally don't have a rush to add this type.

klept0 commented 10 months ago

Reach out to me on Telegram or DIscord if you use them and I will see what I can do to help you out.

TheNetsky commented 10 months ago

Are you saying you know a way to solve this? I've already looked at https://github.com/charlesbel/Microsoft-Rewards-Farmer which uses the "correctAnswer" property and https://github.com/charlesbel/Microsoft-Rewards-Farmer/issues/334 is still open.

klept0 commented 10 months ago

It does work - the fork I am trying to keep updated since charlesbel is MIA does it when it is available. What error are you seeing when you attempt with the code that is there?

TheNetsky commented 10 months ago

It's just an empty string, aka null.

TheNetsky commented 10 months ago

@klept0 image It does not seem to be working, the script on the page does not have the answer in it.