This function initializes the interactive environment by proposing to select
a CSV file from the caching directory built with the pins package. Once the file
is selected, the function reads the selected dataset and adds a numeric variable,
named Score, if not already existing. It also replaces any existing missing values
by 0 from the Score variable. Finally the function returns to the
sessionQuestions
function, or to the sessionExit
function if 0 is typed.