Nice test. One bug I found. Review on mobile. I cannot go to next page. Stuck at Taylor Otwell
Android, Chrome
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hey, everyone!
We're about to launch a new quiz engine for Laracasts. If you have a moment, would you mind taking the first "Laravel From Scratch" quiz and letting me know if you ran into any issues or layout problems?
Nice test. One bug I found. Review on mobile. I cannot go to next page. Stuck at Taylor Otwell
Android, Chrome
The pulsing blue button is telling you to press again. Once to select. Twice to confirm and continue.
Does that need to be more clear?
Yeah that is for answering the quiz. Did that. I am at the "review solutions" part
It just says correct and then shows the answer. I have tried tapping and swiping. :)
Nice! Maybe you can even make a Video Series on how you made the quiz tool :)
@sinnbeck Yeah, good catch. Fixed.
I don't know if it's an issue, but when I first took the quiz I made some mistakes (whoops). Then restarted with the button at the end of the test and did the test again. However, if I now go to the test - I see my previous result and not the latest one.
Very cool btw!
Only the score from your first try is recorded. This is to prevent people from retaking the test until they get 100%.
@jeffreyway nice flow BTW. I make surveys in laravel/react for a living and getting the flow just right can be tricky. Nice work
Thanks! Yeah, especially optimizing the layout for mobile has been tricky for me. It still needs work.
Found a small bug as well. If I complete the quiz and do a restart, I got the new result and If I refresh I got the first result again.
@marketintelligence That's correct behavior. See above.
There's a note at the beginning when you first take the quiz about this. I'll make it more clear if I need to.
Not sure if the up/down navigation buttons were added after the original "can't navigate past the first page" comment, but the top appears just above the bottom of the page on mobile (Pixel 4 XL) and I almost missed them. (I was also specifically looking for nav because I saw the first comment). Other than that, I really like how the ellipses in the code are replaced with the selected option, very nice touch!
@jeffreyway yeah that is indeed tricky. I ended up creating different components for mobile and desktop (for some things). Needed fine grain control
Regarding up/down buttons I added mine to a fixed positioned bar at the bottom of the page, making sure they are easy to find
Could have a next Button at bottom.
Worked well for me, although one question was longer and although the next and previous buttons were visible, the question looked like it only had one choice
Also, would be nice to see progress against total, I didn't know if i was on 12 of 13 or 40
Edit: Did you just add that, or am I going senile
@snapey - There's a red progress bar at the top along with a X / 16 indicator. Is that not visible on your end?
It is now ! When did you push?
Also, the long question (12) has only one answer off screen now that the content moved up some.
(Ipad, landscape)
I'm too scared to take it
Looks good to me on mobile.
It works perfectly well! I love the idea of taking Laracasts quizzes.
Just a quick note. On a very large screen, the buttons at the bottom right of the screen (next, previous) should perhaps stay closer to the center of the screen or even below the answer area: they would be more visible and more accessible.
I answer every questions by selecting and using the next button to validate… Maybe it is not so obvious that we have to press again to confirm! Or maybe I'm very stupid!
One last thought. Change the color of the bar at the top (blue?). Red implies that you did something wrong, and could lead people to think that they answered wrong
@jeffreyway I found a small typo for question no. 9. It got to be @enderror instead of @enderrors.
I was confused and missed that question.
@kevinbui i believe it changes depending on what you select
I check the documentation. @enderrors doesn't exist.
Correct. Go to question 9 again. Change the answer and see how it changes the code at the top. If you select the right answer, the closing tag will match
Nice.
Hey nice feature !
However I'm stuck on the third question , I can't click the D (option)
Most of the questions are not unable to select option C & D @jeffreyway
Please or to participate in this conversation.