Skip to content

FAQs | Resolves #55 - #62

Open
Toby-Rea wants to merge 1 commit into
ankitects:mainfrom
Toby-Rea:feature/faqs
Open

FAQs | Resolves #55#62
Toby-Rea wants to merge 1 commit into
ankitects:mainfrom
Toby-Rea:feature/faqs

Conversation

@Toby-Rea

Copy link
Copy Markdown
  • Create new FAQs component with accordion-style expandable items
  • The FAQs can be updated as required, these should cover the most common questions?

- Create new FAQs component with accordion-style expandable items
- Add four important questions addressing common user concerns
- Content sourced from official Anki documentation
@Toby-Rea Toby-Rea changed the title FAQs FAQs | Resolves #55 Oct 25, 2025

@GithubAnon0000 GithubAnon0000 left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Another thing I noticed: sometimes you use "string here" and sometimes 'string here'. Would be great to uniform that.

Comment on lines +17 to +22
{
id: 'why-not-all-cards',
question: "Why isn't Anki showing me all my cards?",
answer:
"Anki uses spaced repetition to optimize your learning. It strategically determines which cards you see based on when you're likely to forget them, rather than showing all cards at once. This approach helps you remember large amounts of material for a long time.",
},

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't really answer the question. At least not directly. I guess the answer to "Why isn't Anki showing me all my cards?" would be something along the lines of: "Because showing all of your cards at once is inefficient. You do not have to see and review every single card every day. Essentially, every information we learn will decay over time. How fast it decays depends on several factors, such as the amount of exposure you had to this information. Anki uses this to provide you intervals that decrease your workload and increase the amount of cards learned."

Aside from that: I'd like to have a "to review" or similar in the question. Anki does show you every card if you use filtered decks or simply go to the browser. And if this FAQ is on the website, people might get the wrong idea.

Comment on lines +23 to +28
{
id: 'how-many-new-cards',
question: 'How many new cards should I study per day?',
answer:
'By default, Anki shows a maximum of 20 new cards daily. This prevents overwhelming your review schedule, since each new card requires follow-up reviews in subsequent days. You can adjust this limit based on your learning capacity.',
},

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This also doesn't really answer the question. I don't think there is a good answer for "How many new cards should I study per day?" anyways. It depends on several factors, such as the time you can spend on studying per day, the material you learn, your cognitive ability / ability to learn and remember.

Maybe we could add this statement to the faq instead. We could add that anki shows a max. of 20 new cards a day and that it can be adjusted. But we should avoid claims like "This prevents overwhelming your review schedule" because it might be the case for some users but way to much for other users.

Comment on lines +29 to +34
{
id: 'when-to-review',
question: 'When should I review my cards?',
answer:
"Unless you have an upcoming exam, follow Anki's scheduling recommendations rather than reviewing cards multiple times yourself. Research shows it's more efficient to wait for the optimal review time than to view the same content repeatedly.",
},

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Research shows it's more efficient to wait for the optimal review time than to view the same content repeatedly.

Does it, though? I learned the opposite while I studied psychology. Repeating it more often will be less efficient for sure; but it will lead to overlearning in the "worst case" scenario (the ABCs are a great example of that. Children learn and repeat it really often, be it in songs, in school or at other events. It lead to them learning a random array of characters in a specific order. Even if we do not learn the ABCs anymore as adults and even if multiple years or decades are passing, we still will be able to recall that random ordered array of characters due to overlearning).

That being said: Maybe science progressed in that regard and my info is simply outdated.

@Toby-Rea

Copy link
Copy Markdown
Author

All of the FAQs I presented were compiled based on content in the Anki FAQs site. The wording and choice of FAQs are at least placeholders until we can decide on what exactly to show.

@Toby-Rea

Copy link
Copy Markdown
Author

Another thing I noticed: sometimes you use "string here" and sometimes 'string here'. Would be great to uniform that.

Good point, I'm unsure why Prettier didn't catch this, I'll review the ruleset

@abdnh

abdnh commented Oct 29, 2025

Copy link
Copy Markdown
Member

Maybe linking to https://faqs.ankiweb.net/ is good enough so we don't have to worry about the wording and deciding what questions are common enough to be worth adding to the landing page?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants