-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Different Modes of PDF Generation for Quizzes #111
Comments
@yatikakain assigned this issue to you. |
@Aditya062003 Please check the PR #113 |
@yatikakain the option to generate a pdf along with answers is already in the sidePanel at the bottom |
Thank you for pointing that out, @Roaster05 The existing functionality in the side panel is great for in-app users, but this issue focuses on integrating this needed features into the extension for a more seamless experience. By adding the dropdown options directly to the extension, users will have the flexibility to generate PDFs (Questions Only, Questions with Answers, or Answers Only) without needing to navigate to the side panel. |
@Roaster05 LGTM! Should we go ahead and merge this? |
Description
Currently, the application allows generating a PDF with only questions. To enhance functionality and provide flexibility, a dropdown menu should be introduced. This menu will allow users to select one of the following options before generating the PDF:
Upon selection, the PDF will be downloaded with the chosen configuration.
Proposed Solution
1. Update UI:
2. Modify
generatePDF
Logic:generatePDF
function to accept an additional parameter,mode
, which will determine:generatePDF
based on the selected mode.3. UI Interaction:
generatePDF
function with the corresponding parameter.Benefits
I would love to work on this issue, please assign this it to me.
Let me know if something needs to be updated or is unclear!
The text was updated successfully, but these errors were encountered: