-
-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reveal correct trivia answer in the end #2911
base: v5
Are you sure you want to change the base?
Conversation
It looks like this'll only post the number/index of the correct answer, is that intentional or was the intention to include the answer as text? |
My intention was just index. I was mostly thinking about message sentence flow, thought that index would fit the message better. In case of multiple choice questions answer text would also work, but I think 1/2 look better than true/false in sentence. |
Actually there is no reason to include the fragment if there were only two options. In that case answer text looks better. I will see if I can figure out question data model for answer text. |
Currently there is no feedback which answer was correct, so it is not possible to learn from mistakes.
65217c0
to
0584b59
Compare
Maybe
Not sure I should still keep it as inline condition. And not sure if |
Force push was just rebasing commit from master to v5. |
Couple things: We prefer string interpolation over string concat
rather than I think the condition, or the answer finding logic should definitely be broken out into a different line.
is it intentional there's nothing here for the false condition? Regardless, let's see what the team thinks (whether or not number, string, or a combination of the 2 should be used) and then you can go based off their feedback |
adding an option to this would be better then forcing everyone to show the correct answers.. you have viewers that will abuse it. |
Currently there is no feedback which answer was correct, so it is not possible to learn from mistakes.
Description of the Change
After user loses in trivia, response message includes index of correct answer.
Applicable Issues
Testing
None, low risk change.
Screenshots