Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

uselaravel's avatar

"Switch to a subscription, and watch everything for $15 bucks." This warning pushes the frame down. Options C and D cannot be checked.

1 like
JeffreyWay's avatar

Thanks, everyone! I think I've fixed all the issues that were posted. This is the first quiz, but there will be many more. You'll find a link in the main banner for a series, if one is available.

--

Ask me some time about the annoying viewport mobile issue that wasted half of my day earlier this week. :)

https://css-tricks.com/the-trick-to-viewport-units-on-mobile/

yassiNebeL's avatar

@jeffreyway Very nice UI/UX, I really want to know how you implemented it.

Can please record a screencast to show us how you built it?

1 like
experimentor's avatar

On question 3, I couldn't see the option Route Model Binding. Was perplexed and chose something else to continue the test.

1 like
a4ashraf's avatar

@jeffreyway

sure this is the correct answer? :)

class AssignmentsController
{
    public function show()
    {
        return view('assignment')->withAssignment($assignment);
    }
}
ErikThiart's avatar

Would love to see the code and how the flow is handled

1 like
Previous

Please or to participate in this conversation.