Here's how to add an "or" block to look for multiple answers -
https://www.screencast.com/t/f6QWBR7QKZNote that the "Text Input 1.contains" block only looks at whole words. So it will not count "emotionally" as correct. If you want to check for the contents regardless of whitespace (spaces), then you will want to use this block instead -
https://www.screencast.com/t/y8cfezIyyAnd you can use "and" and "or" blocks to check for specific combinations -
https://www.screencast.com/t/L0oUvQJVXvFinally, you can ignore CapiTaliZatioN by setting all the text to lowercase before it is evaluated -
https://www.screencast.com/t/1PSgr58wSo your end result would look something like this:
Hope that helps!