Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
Credit Hax for the template rework
  • Loading branch information
zjosua committed Feb 20, 2020
1 parent cdd1804 commit 26026ff
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ The note type is automatically added the first time you start Anki after install

When creating cards, write a "1" for correct choices or a "0" for incorrect choices in the "Answers" field.
These values in the "Answer" field must be separated by a single space.
The order and number of values in the "Answer" field must correspond with the choices "MC_1" to "MC_5" (or "MC_4" for "Kprim" cards, respectively).
If you don't need all the choices, just leave the remaining "MC_" fields blank and only enter as many values as you need in the "Answers" field.
The order and number of values in the "Answer" field must correspond with the choices "Q_1" to "Q_5".
If you don't need all the choices, just leave the remaining "Q_" fields blank and only enter as many values as you need in the "Answers" field.

![Editing](screenshots/edit.png)

Expand All @@ -44,5 +44,8 @@ The files `__init__.py` and the template file are based on the Anki add-on [Cloz
Persistence is achieved using the code from [Simon Lammer's anki-persistence](https://github.com/SimonLammer/anki-persistence).
Great work Simon!

[Hax](https://github.com/Schlauer-Hax) merged my Multiple Choice card template with Simon Lammer's persistence code and thus made compatibility with all platforms possible.
[Hax](https://github.com/Schlauer-Hax) merged my Multiple Choice card template with Simon Lammer's persistence code.
He also reworked my card templates into one single all-in-one template.
Thanks a lot!

Simon's and Hax's work made the multiple choice cards compatible with all platforms.
9 changes: 6 additions & 3 deletions docs/ankiweb.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@

When creating cards, write a "1" for correct choices or a "0" for incorrect choices in the "Answers" field.
These values in the "Answer" field must be separated by a single space.
The order and number of values in the "Answer" field must correspond with the choices "MC_1" to "MC_5" (or "MC_4" for "Kprim" cards, respectively).
If you don't need all the choices, just leave the remaining "MC_" fields blank and only enter as many values as you need in the "Answers" field.
The order and number of values in the "Answer" field must correspond with the choices "Q_1" to "Q_5".
If you don't need all the choices, just leave the remaining "Q_" fields blank and only enter as many values as you need in the "Answers" field.

<img src="https://raw.githubusercontent.com/zjosua/anki-mc/master/screenshots/edit.png" alt="Editing">

Expand All @@ -45,9 +45,12 @@
Persistence is achieved using the code from <a href="https://github.com/SimonLammer/anki-persistence">Simon Lammer&#39;s anki-persistence</a>.
Great work Simon!

<a href="https://github.com/Schlauer-Hax">Hax</a> merged my Multiple Choice card template with Simon Lammer&#39;s persistence code and thus made compatibility with all platforms possible.
<a href="https://github.com/Schlauer-Hax">Hax</a> merged my Multiple Choice card template with Simon Lammer&#39;s persistence code.
He also reworked my card templates into one single all-in-one template.
Thanks a lot!

Simon's and Hax's work made the multiple choice cards compatible with all platforms.

<b>SUPPORT</b>

Please use the <a href="https://github.com/zjosua/anki-mc/issues">issue tracker</a> on GitHub if you run into any issues.

0 comments on commit 26026ff

Please sign in to comment.