Found my way of completing this challenge

Figured I’d link some snips of what I’ve done to clear this.

I had to create some variables in order to accomplish certain tasks.
I needed victory to remain open to a few spots as opposed to scoping it to one location.
Also, I felt it more appropriate to rename Win to End with the addition of a fail condition.

This showcases the primary guessing segment. There were a few things that had to go in there, and were unable to be placed elsewhere. ShowEndScreen is in here so it doesn’t loop the return message after either end condition is fulfilled.

Simple Win/Lose. Edited after snipping to have the return to main menu message display after the end status is displayed.
Segments(2)

These images showcase what happens when selecting a level and making an incorrect guess.
I couldn’t figure out what to do for comparing correctness while working on the challenge. Just figured out a few ways while typing this.
Screens(0)

Screens(1)

Also, OnUserInput received some updates that I did not feel were necessary to showcase.