Skip to content
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

[Improvement] Leveraging SidePanel API for better Visualisation of Quiz. #29

Open
Roaster05 opened this issue Mar 23, 2024 · 1 comment

Comments

@Roaster05
Copy link
Contributor

Description:

The current visualization of generated questions is limited within a modal present in the extension's Popup. However, this setup becomes cumbersome when dealing with more than two questions, as it becomes challenging to distinguish between them clearly. Therefore, there's a pressing need for an enhanced visualization method that can effectively handle multiple questions. This enhancement can be achieved by leveraging the SidePanel's API recently introduced in the Chrome Extension.

Expected Output:

The proposed solution involves the implementation of a dedicated sidePanel page to display the questions generated by the Model. Unlike the current setup, where questions are displayed within a modal, the sidePanel page will present questions in a vertical orientation. This layout allows for better organization and readability, especially when dealing with multiple questions. Additionally, the sidePanel page will retain all functionalities currently offered by the question_generation.html page, ensuring a seamless user experience. Overall, this enhancement aims to improve the usability and aesthetics of the quiz visualization process within the extension.

@coderwithsense
Copy link

I can work on this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants