get_submissions_from_learnr_session: Return a list of tutorial answers

View source: R/get_submissions_from_learnr_session.R

get_submissions_from_learnr_sessionR Documentation

Return a list of tutorial answers

Description

Grabs information from the learnr session environment, not directly from the session object itself. Since we are using the session environment, we currently don't (?) have a way to save the environment and hence can't test this function.

Usage

get_submissions_from_learnr_session(sess)

Arguments

sess

session object from shiny with learnr

Value

a list which includes the exercise submissions of tutorial


tutorial.helpers documentation built on June 8, 2025, 1:26 p.m.