Bỏ qua đến nội dung

Pass/Fail with Automatic Grading

Chờ xử lý #anki #addon #passfail #with #automatic #grading
https://github.com/thorbjoernl/anki-passfail3
26/2/2024

Cách tải addon Pass/Fail with Automatic Grading

Bạn có thể tải addon bằng một trong hai cách sau:

Click nút Copy bên dưới để copy code vào clipboard

515261413

Sau đó mở Anki → Tools → Add-ons → Get Add-ons → Dán code → OK

Mở trang addon trên AnkiWeb và tìm mã code ở cuối trang

Mở trên AnkiWeb

Cuộn xuống cuối trang AnkiWeb, tìm dòng có mã code 515261413 và copy

1

Mô tả chi tiết

This add-on builds on the Anki Pass/Fail add-on. Whereas the original add-on always grades a card as Good when Pass is clicked, this add-on will grade it as easy or hard automatically based on time spent relative to historical performance for that card.

Spending less time than mean-stdev will be graded Easy. Spending more time than mean+stdev will be graded Hard.

This will start to apply only after 5 reviews, to have meaningful estimates for the values.

Configuration

The following configuration options are available:

button_labels (Default: [“Fail”, “Pass”]): A list of labels that will be used for the buttons. Can be used to translate the labels to your local language, or to use different labels.

debug (Default: false): Enables popup-messages after each review that explain why and how a card was graded. Can be used to verify that the add-on is configured correctly.

decks (Default: []): A list of deck names. Note that nested decks are not automatically included. Including “Main” does not apply to “Main::A”; each subdeck must be listed individually.

mode (Default: “whitelist”): Sets how the deck list should be interpreted. If whitelist timebased grading only applies to the listed decks. If blacklist timebased grading applies to all decks except the listed ones. “include” and “exclude” are treated as synonyms for “whitelist” and “blacklist”, respectively.

Setting mode to whitelist and decks to [] should be equivalent to Pass/Fail 2 and is the default.

Setting mode to blacklist and decks to [] applies time-based grading to all decks.

Known Issues & Limitations

These are known issues as currently implemented and may or may not be fixed in the future.

The pass button may not show the correct new interval in the tool tip during reviews. Listing a parent deck in the configuration options does not apply to child decks (for example, excluding “Main” will not apply to “Main::A”; each sub-deck must be listed individually). Renaming decks will not automatically be updated in the configuration, which may cause exceptions / errors until fixed.

Message me on the Anki forum @tiviskan in case of problems / feedback.

The add-on source code is available on Github here.


Liên kết hỗ trợ


Reviews (1)

👍 2025-08-09

Useful! Thank you so much