Take a tutorial session, extract out all the submitted answers, and write out an html file with all of those answers.
Details
We only keep track of the questions/exercises that the student has completed. The other obvious approach is to keep all the questions/exercises and leave unanswered ones as NA. Not sure if that approach is better, or even possible.
Examples
if(interactive()){
write_answers("getting-started_answers.html", sess)
}