This function provides a single reflection prompt for students to enhance their learning experience. The prompt is randomly selected from a curated list of 20 prompts.
Examples
# Get a random reflection prompt
my_turn()
#>
#> Here is your reflection prompt for today:
#>
#> What's something small that "clicked" for you today?
# Store the prompt in a variable
prompt <- my_turn()
#>
#> Here is your reflection prompt for today:
#>
#> What part of today's session did you enjoy the most, and why?