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

[Feature] Storing Previously Generated Quizzes #28

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Roaster05
Copy link
Contributor

@Roaster05 Roaster05 commented Mar 23, 2024

Pull Request Overview

This pull request, linked to issue #27, is dedicated to the development of a dashboard facilitating access to previously generated quizzes by users. The central objective is to provide users with a convenient interface for managing and interacting with their generated content.

Implementation Details

The implementation involves the creation of a separate HTML page named previous.html dedicated to the dashboard. Users can directly access this dashboard from the index.html page by clicking on the "My Work" button. Additionally, a script previous.js and a styling file previous.css have been developed to ensure the seamless functionality and aesthetic appeal of the dashboard.

Moreover, to enhance user experience and organization, a textarea has been incorporated into the text_input.html file. This textarea allows users to input a title associated with the generated quiz, facilitating easy identification of their required quiz.

Within the dashboard, all previously generated quiz titles are displayed. Upon hovering over a particular quiz title, metadata such as the number of questions and the date of generation are shown. Additionally, a button is provided to enable users to enter the quiz and subsequently either view or save it for future reference.

Current Status

It's worth noting that the duration of the accompanying screencast is slightly extended due to the time taken for the model to generate the quiz.

Screencast.from.2024-03-23.15-54-40.webm

Reviewers

@Roaster05 Roaster05 changed the title Added My Work feature [Feature] Storing Previously Generated Quizzes Mar 26, 2024
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

Successfully merging this pull request may close these issues.

1 participant