Skip to contents

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.

Usage

my_turn()

Value

A character string containing the selected reflection prompt (invisible)

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?