Making of questions

Hey @Conning ,

Keep the condition as below image, such that the cases (Capital or small) letters do not matter

image
Apart from these it would be great if you also trim the answer
The Trim function is used to remove leading and trailing whitespace (spaces, tabs, newlines) from a string. This is particularly useful to clean up user inputs, as extra spaces can inadvertently affect comparisons and operation
The ToLower (or ToLowercase ) function is used to convert all characters in a string to lowercase. This is helpful for making string comparisons case-insensitive.

Hope it helps u out

To eliminate this issue, you can create an empty list and append an item to the list if it is the Right answer
I have updated your flowchart, please refer below xaml

Flowchart.xaml (22.6 KB)

Hope it helps you out

1 Like