Hoksolinvan / SENG480A

Start-up programming, Post-secondary quiz web application
https://seng-480-a.vercel.app
0 stars 1 forks source link

User Results Display and Presentation #5

Open uakirmak opened 3 weeks ago

uakirmak commented 3 weeks ago

Feature name: Result Presentation to User

Description: Create an informative and visually appealing presentation of assessment results to users. The presentation should be minimally textual and visually stimulating to capture young users' short attention span, ensuring results are easy to understand and engaging.

Pain reliever: Young students typically have shorter attention spans and a general aversion to reading long text. They also lack the time and knowledge to navigate the vast amount of scattered information online. Providing a visually appealing format with minimal text while still being informative, and consolidating this information in one place, will ease these difficulties.

Requires:

Due:

Status: Basic visual designs are complete. Currently, results are presented in textual format, showing application dates clearly. The next steps are to add visual animations and other design elements, and connect the results to the backend. Additionally, a functionality that records application deadlines to the user's profile will be integrated once the profile page is built.

Time estimation: 36 hours

Earlier notes (pre Oct 10):

Original comment: We need to improve how the results will be displayed and presented to users.


Hoksolinvan commented 3 weeks ago

Will work on it!

uakirmak commented 1 week ago

Currently, the app provides results in textual format and clearly shows the application dates. We haven't added fancy visual animations. This could be the next step. Further, we need to add a functionality that records this application deadline to user's profile (once we build the profile page functionality)

Hoksolinvan commented 1 week ago

The backend integration has already been set up where the quiz results are saved to a database relation. When moving on to creating profile pages and user information we would be able to create relations for each specific users and establish one-to-many.

Currently working on date submissions and will push the additional feature after design elements are properly integrated.