Add documentation for Forget Cards options#175
Add documentation for Forget Cards options#175Aastha-spec-tech wants to merge 2 commits intoankidroid:mainfrom
Conversation
- Document the 'Forget cards' functionality in the browser section - Explain the 'Restore original position where possible' option - Explain the 'Reset repetition and lapse counts' option - Addresses issue ankidroid#136
manual.asc
Outdated
| Forget cards :: Reset selected cards back to the "new" state, removing their scheduling information. This action presents two options: | ||
|
|
||
| - **Restore original position where possible:** When enabled, this option attempts to restore the card to its original position in the new card queue. This is useful when you want to maintain the original order of cards as they were initially added or imported. | ||
| - **Reset repetition and lapse counts:** When enabled, this option resets the review and failure counters for the card back to zero. Note that this does not remove the review history that is shown in the card info screen, but it does reset the statistical counters used for scheduling. |
There was a problem hiding this comment.
Is this true for FSRS? Had a reddit post on the subject:
Hi, I have a related question if you don't mind explaining: does checking vs unchecking the second option affect the interval or will the interval be reset either way? Thanks!
https://www.reddit.com/r/Anki/comments/1crug58/comment/ny652s9/?context=1
There was a problem hiding this comment.
Honestly, these two options always confused me as well
@L-M-Sherlock
There was a problem hiding this comment.
I only modified the logic of Set Due Date for FSRS. For Forget Cards, I don't know. Btw, why its name is Forget Cards instead of Reset Cards?
There was a problem hiding this comment.
That's one for dae to answer
It's not (?) It's 'reset progress' in AnkiDroid
There was a problem hiding this comment.
yes it certainly needs changes , Desktop and AnkiDroid uses different labels(reset and reshedule)
- Add clearer section structure for Reset options - Improve explanation of 'Restore original position' option - Clarify that 'Reset repetition and lapse counts' only affects statistics display - Add detailed note about scheduling behavior vs statistics display
|
Seems LLM generated, doesn't match 2.23.2 |
Fixes #136
This PR adds documentation for the "Forget Cards" functionality in the browser section, specifically explaining the two new options:
The documentation is added to the browser section where other card actions are documented, following the same format and style.