Summary of user text responses
We are creating a course that has multiple opportunities, at various points in the course, for the learner to enter text responses. At the end of the course, we want to have a page that shows the learner a summary of all their responses and gives them an opportunity to print them.
Are there any tutorials that provide instructions on how to do this?
2 Replies
You might be able to find a tutorial on Matthew Bibby's website https://matthewbibby.com/tutorials/ If not, it should be as simple as saving the entries to variables and then displaying the variables to be printed.
I will take a look. Thanks.