Put one label, two buttons. name the label lblIsAlexiaPerfect, one button btnYes and one btnNo. click on the label, and in the text proper type in "Is alexia perfect?<3" without the quotes, and then double click both the buttons and code accordingly.
for button yes you would type
lblIsAlexiaPerfect.text = "true dat <3
for button no you would type
lblIsAlexiaPerfect.text = "

"