Introducing Laravel Quizzes

I've been working on a small side project the last couple of weeks turning the Laravel Documentation into a suite of quizzlets for everyone to use without any accounts.

AR
Anthony Rappa
1 min read - 6,112 views -

I've been working on a small side project the last couple of weeks turning the Laravel Documentation into a suite of quizzlets for everyone to use without any accounts.

The application itself is built on the TALL stack, and I think it came out pretty well so far.

Some features:

  • Granular categories
  • Permalinks
  • Explanations/Notes on the correct responses
  • Links to the documentation from each question as well as the version I used for that question
  • Ability to take quizzes with random questions from all categories
  • Ability to submit questions
  • Ability to let me know if questions are inaccurate

I think it's pretty cool so far. I'm only about 40% done with making the questions as it's taking much longer than anticipated.

I built it to support multiple topics, so after Laravel is complete I plan on doing Livewire, Alpine, and Tailwind next in my spare time.

I hope you all enjoy.

Here are a couple screenshots if you do not feel like using the tool:

Read next

Jetstream 4, Filament 3 Template

A fresh installation of Laravel 10 with a Filament 3 backend and Jetstream 4 frontend. Tons of packages pre-installed and configured including roles/health/backups/timezones/settings/impersonation and more.

AR
1 min read - 6,282 views -