AP-Students / website

1 stars 17 forks source link

AP Digital Testing Portal 1:1 Mockup #47

Open sresri2 opened 2 months ago

sresri2 commented 2 months ago

I've tried to match the testing portal to the AP testing portal (Bluebook Digital Testing), so our portal is a 1:1 of the real digital testing portal. It uses a similar styling to the official testing portal, and I've tried to format everything the same. Some of the main functionality is implemented as well, like the two panels, the information rendering on the left and the question on the right. MCQ formatting is similar to the real testing portal. Navigation between questions is also functional.

Screenshot 2024-07-21 at 12 18 55 AM

There are some things to work on. This is just a starting point. Some of the core functionality is implemented. There is formatting and styling that needs to be fixed/finished. We need to make the articles and questions dynamic by pulling from the database (currently hardcoded in JSON, so needs to be set to our practice questions from the database).

tldr: This is a starting point for our 1:1 of the AP Digital Testing Portal