EssenceOfChaos
I’m creating a project called Elixir Quiz. It’s a platform that will have questions all about elixir and provide users with a score and feedback. I already have a minimum viable product available, check out the source code here, if you want to take the quiz you can do so on Heroku.
It only has about 9 or 10 questions so far but hopefully, I’ll be able to add more soon. I’d also like to have an option for Q&A, Elixir tip of the day, and a leaderboard + badges for those who score high.
The project is written in Angular6. If you want to contribute feel free to submit a PR, or simply send me a message!
Trending in Discussions
As the title says, please share what you’ve been up to with Elixir. Whether that’s been learning it, looking into it, making stuff with i...
New
The obligatory hello world thread!
Who are you and where are you from? :stuck_out_tongue:
New
@chrismccord : I just saw the Extract AGENTS.md from Phoenix.new into phx.new generator commit to the phoenix project.
My initial shotgu...
New
I was working on an Ecto migration and I needed a timestamp. So, for the nth time, I looked up the different data types for timestamps, a...
New
Just a general thread to post chat/news/info relating to AI/ML stuff that may be relevant for Nx now or in the future. Got anything to sh...
New
There has been a thread to discuss the Stack Overflow Developer Survey on this forum every year since 2018, so here’s yet another one for...
New
I just stumbled on a newly redesigned elixir-lang.org. :tada: It looks like @Software_Mansion did the work, and I think it is generally a...
New
Other Trending Topics
Hey, I’m Jesse and I’m the main contributor behind Dexter, a full-featured, lightning-fast Elixir LSP optimized for large codebases. It s...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Hello everyone. After busy few months I am happy to announce v0.1.0 of Emerge & Solve.
They are GUI (Emerge) and State management (S...
New
Corex is an accessible, unstyled UI component library for Phoenix that integrates Zag.js state machines using Vanilla JavaScript and Live...
New
Emily is an Elixir library that runs Nx computations on Apple’s MLX. Install it as the default Nx backend and Nx, defn, Axon, Nx.Serving,...
New
While I am working on the Language Agnostic Code Audit SaaS, which uses MetaAST (spoiler: I am expecting it to be in a good shape for ann...
New
Chat & Discussions>Discussions
Latest on Elixir Forum
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #elixirconf
- #exunit
- #discussion
- #code-sync
- #javascript
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #blog-post
- #phoenix_html
- #iex
- #graphql
- #ai
- #genstage
- #elixirconf-us
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #metaprogramming
- #security
- #hex










First 6 of 6 Posts
Eiji
When I’m in
leaderboardpage and hit refresh (<F5>) then I got error:Cannot GET /leaderboardon blank page.AstonJ
Nice! I actually prefer quizzes to code challenges and really enjoyed going through it
Maybe you could work with ElixirSchool (self-published) (free) and create a quiz to go after each chapter or something? Whatever you decide, good luck - I think it will be a lot of fun
AstonJ
What about a some trivia as well?
Q? What did Dave Thomas famously describe Phoenix as?
Here’s another one:
Q? The Phoenix team tested a server where they managed to serve 2 million concurrent connections, but which of the following statements is true?
Zesky665
I’m not sure those questions would age very well.
EssenceOfChaos
I suspect it is related to an incorrect url. Angular is supposed to overwrite the environment variables based on if it is running in prod or not but I noticed that even in production it is using the development urls.
EssenceOfChaos
That’s a really great idea, thank you! I can use some of their examples like the KV buckets to base questions on.