Forum Discussion
JimCarry
7 months agoCommunity Member
Can we implement a JavaScript solution where users can download all questions and answers to a PDF by clicking a button?
The current solution involves capturing variables for each question and answer, but it's reaching the suspended data limit when more questions are added. This poses a significant issue. Could anyone...
JimCarry
7 months agoCommunity Member
Hi John,
I've integrated three distinct question slides where users can input their answers. Upon completing the quiz, I've included a "Download Answers" button. Clicking this button triggers a download of a PDF containing the questions and answers. However, as I've utilized variables for tracking, I've encountered a suspended data limit issue when attempting to accommodate additional questions.