curriculum icon indicating copy to clipboard operation
curriculum copied to clipboard

Results 71 curriculum issues
Sort by recently updated
recently updated
newest added

Support the following syntax in Livebook to create an admonition block: ```elixir > #### Error {: .error} > > This syntax will render an error block ``` A few options...

Group reminders by user id. [%{user_id: 1}, %{user_id: 1}, %{user_id: 2}] -> %{1 => [%{user_id: 1}, %{user_id: 1}], 2 => [%{user_id: 2}]}

1 -> "a" -> "1a" "b" -> "1b" 2 -> "a" -> "2a" "b" -> "2b" vs {1, "a"} -> "1a" {1, "b"} -> "1b" {2, "a"} -> "2a" {2,...

Use of the `:let` attribute in HEEx components such as forms and table columns is abundant in the curriculum; yet nowhere in the curriculum is there an explanation on how...

input: correct and incorrect answers Original inspiration from @alena's game: ```elixir %{ instruction: "Numbers 3 or below", correct: [1, 2, 3], incorrect: [4, 5, 6] } ``` The result is...

![image](https://github.com/DockYard-Academy/curriculum/assets/14877564/84c87a0d-cf36-485f-a61c-1eb9c04cad0f)

![image](https://github.com/DockYard-Academy/curriculum/assets/14877564/861f2ee5-e55f-46f0-85dd-43fc5b640d22)