Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

An alternative to puzzle? #40

Open
7 tasks
Tracked by #83 ...
badlydrawnrob opened this issue Mar 4, 2019 · 3 comments
Open
7 tasks
Tracked by #83 ...

An alternative to puzzle? #40

badlydrawnrob opened this issue Mar 4, 2019 · 3 comments
Labels
enhancement hard This could be difficult to achieve thinking about

Comments

@badlydrawnrob
Copy link
Owner

badlydrawnrob commented Mar 4, 2019

Marked as hard due to the step-by-step nature of a puzzle.
Every new card type adds a layer of difficulty and cognitive load for the user.

It might be a better idea to use a simple card, but a more complex offline puzzle, or question->answer, or drill. Mixed media such as videos and books, with a learning point in card form.

What do we want to achieve?

  • Mixed media learning
  • More than just recall
  • Most of all — it should be FUN! to learn
  • Grouping similar concepts (3 times, 3 ways)

If anyone is has examples or ideas, shoot me a reply :)

Multiple cloze fields?

Other fun puzzle examples?

Kind of like a crossword, or puzzle, or game — more interactive, engaging, but getting you to think on paper rather than memorising. Joining the dots.

  • Go back and look at the original deck with the puzzle cards
  • Look at other challenges people have created, such as this1
  • Other people have done some interesting things (like a quiz)2

Image occlusions?

I like the concept, but perhaps something analogue and simpler might work, such as:

  1. Sketch out this cons concept
  2. Did you get it right?

Other alternatives?

Footnotes

  1. There's a world of difference between memorising short answers, like early-stage Codecombat, or simple challenges, to narly problems like setting up a json api. For the latter, I'm not sure there's any straightforward way for memorisation as it's interleaved learning.

  2. This can be achieved in a far simpler way (see below). I still think javascript in Anki is unwise, as it can slow down page load and is prone to break. Also, multi-option quizzes add an overhead to adding cards.

@badlydrawnrob
Copy link
Owner Author

I think for now, #50 might be a good route for this. As simple or complex as you want it to be.

@badlydrawnrob badlydrawnrob added the hard This could be difficult to achieve label Dec 25, 2023
@badlydrawnrob
Copy link
Owner Author

A checkbox example, which could be used for multiple select if needs be (use Github style markup to generate checkboxes with Pandoc)

- [ ] test
- [x] test 2
<ul class="task-list">
<li><label><input type="checkbox" />test</label></li>
<li><label><input type="checkbox" checked="" />test 2</label></li>
</ul>
Screenshot 2023-12-26 at 15 08 54

@badlydrawnrob
Copy link
Owner Author

badlydrawnrob commented Jan 14, 2024

I think that multiple {{cloze:text}} fields would be problematic, as Anki complains if no cloze tags are assigned:

Screenshot 2024-01-14 at 17 37 09 Screenshot 2024-01-14 at 17 37 45

Empty cards with no cloze tags

Here's one card that has a field (the only cloze field) without a card. To delete it, you have to deselect the checkbox keep notes with no valid cards and hit delete. Otherwise the "empty" card will show up in your study deck as in the above images.

Screenshot 2024-01-17 at 16 52 45

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement hard This could be difficult to achieve thinking about
Projects
None yet
Development

No branches or pull requests

1 participant