Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Frontend Quiz App Solution

P
Matt Cope 340

@MatthewPCope

Desktop design screenshot for the Frontend Quiz app coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
3intermediate
View challenge

Design comparison


SolutionDesign

Solution retrospective


What are you most proud of, and what would you do differently next time?

This one took me a while, I'm proud of all the javascript functionality. There was a lot going on with this one and I really had to drill down on each little thing to get it all working correctly.

What challenges did you encounter, and how did you overcome them?

I had little bugs popping up throughout, sometimes the answers wouldn't populate correctly or icons wouldn't show up in the right spot etc. I used a lot of console.logs to find out specifically where I was running into trouble. I also did a fair amount of research on certain things, like the dark mode toggle for instance.

What specific areas of your project would you like help with?

Any feedback would be welcome!

Community feedback

Ashong 930

@AshongAbdallah06

Posted

Hi there. It seems there is a bugs in the questions Which of the following is the correct structure for an HTML document?. I chose A which is

<html>
      <head></head>
      <body></body>
</html>

ANother is Which HTML element is used to define the title of a document?, I chose <title> which is B and I was marked incorrect.

Another is Which HTML tag is used to create a hyperlink? Answer is <a> which is C and I was marked incorrect.

Another is Which tag is used to display images in HTML? Answer is <img> which is A. I was marked incorrect

Another is Which HTML tag is used to create an unordered list? Answer is <ol> which is A. I was marked incorrect

Overall, its a nice project you got there. There are some little issues with layout display. But I didn't want to overwhelm you. So maybe try fixing the ones I've listed above first. Good luck

Marked as helpful

1
P
Matt Cope 340

@MatthewPCope

Posted

Thanks @AshongAbdallah06, I fixed those bugs, I should've caught them but thank you for pointing them out!

0

Please log in to post a comment

Log in with GitHub
Discord logo

Join our Discord community

Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!

Join our Discord