Start by checking if like_author is True, then use or to check like_genre, and finally got_recommendation.
like_author
True
or
like_genre
got_recommendation
Make sure to pick like_author followed by or and then like_genre, or, got_recommendation.