anki-connect icon indicating copy to clipboard operation
anki-connect copied to clipboard

Feature Request: answerCard action

Open jaworekmichal opened this issue 4 years ago • 3 comments

Currently API exposes operation guiAnswerCard. This operation depends on current GUI state.

In my opinion similar operation, but independent to GUI state, is missing.

Example request:

{
    "action": "answerCard",
    "version": 6,
    "params": {
        "ease": 1,
        "cardId": 1498938915662
    }
}

jaworekmichal avatar Apr 02 '20 18:04 jaworekmichal

I have to back @jaworekmichal on this one. I have set out to build a simple integrated learning app on top of Anki and being able to answer cards based on user's input is an essential AnkiConnect feature to accomplish this.

Kubo2 avatar Jun 05 '20 13:06 Kubo2

+1 for this future.

dreambit avatar Aug 03 '20 21:08 dreambit

Does anybody know how to answer a specific card given its ID, GUI or otherwise?

dit7ya avatar Dec 10 '20 07:12 dit7ya