~ubuntu-branches/ubuntu/natty/anki/natty

« back to all changes in this revision

Viewing changes to docs/manual.xml

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Bombe
  • Date: 2010-10-22 12:50:51 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20101022125051-hrscik3rhw9z31zh
Tags: 1.0.1-1
* Imported Upstream version 1.0.1 (Closes: #598167)
* Upstream version no longer contains string exceptions (Closes:
  #585262)
* Use getlocale(LC_MESSAGES) for default interface language instead of
  getdefaultlocale() (Closes: 576158)
* Switch to version 3.0 (quilt) package format
* Bump Standards-Version to 3.9.1, no changes necessary
* Remove some more code from libanki/anki/lang.py that is not needed
  with the fixed locale path patch
* Add Vcs-Git control fields pointing to the collab-maint repository
  on Alioth
* Remove *.anki exclusion on dh_compress, left over from time when
  example decks were included
* In anki launcher set sys.path[0] to /usr/share/anki rather than
  prepending it to sys.path
* debian/copyright: Copy list of contributors from about dialog

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
 
3
 
 
4
<book lang="en">
 
5
<bookinfo>
 
6
    <title>Anki User Manual</title>
 
7
    <author>
 
8
        <firstname>Damien</firstname>
 
9
        <surname>Elmes</surname>
 
10
        <email>anki@ichi2.net</email>
 
11
    </author>
 
12
    <authorinitials>DE</authorinitials>
 
13
</bookinfo>
 
14
<chapter id="_introduction">
 
15
<title>Introduction</title>
 
16
<simpara>Anki is a program which makes remembering things easy. Because it is a lot
 
17
more efficient than traditional study methods, you can either greatly decrease your
 
18
time spent studying, or greatly increase the amount you learn.</simpara>
 
19
<simpara>Anyone who needs to remember things in their daily life can benefit from Anki.
 
20
Since it is content-agnostic and supports images, audio, videos and scientific
 
21
markup (via LaTeX), the possibilities are endless. For example:</simpara>
 
22
<itemizedlist>
 
23
<listitem>
 
24
<simpara>
 
25
learning a language
 
26
</simpara>
 
27
</listitem>
 
28
<listitem>
 
29
<simpara>
 
30
studying for medical and law exams
 
31
</simpara>
 
32
</listitem>
 
33
<listitem>
 
34
<simpara>
 
35
memorizing people&#8217;s names and faces
 
36
</simpara>
 
37
</listitem>
 
38
<listitem>
 
39
<simpara>
 
40
brushing up on geography
 
41
</simpara>
 
42
</listitem>
 
43
<listitem>
 
44
<simpara>
 
45
mastering long poems
 
46
</simpara>
 
47
</listitem>
 
48
<listitem>
 
49
<simpara>
 
50
even practicing guitar chords!
 
51
</simpara>
 
52
</listitem>
 
53
</itemizedlist>
 
54
<simpara>There are two simple concepts behind Anki: <emphasis>active recall testing</emphasis> and <emphasis>spaced
 
55
repetition</emphasis>. They are not known to most learners, despite having been written
 
56
about in the scientific literature for many years. Understanding how they work
 
57
will make you a more effective learner.</simpara>
 
58
<section id="active-recall">
 
59
<title>Active recall testing</title>
 
60
<simpara><emphasis>Active recall testing</emphasis> means being asked a question and trying to remember
 
61
the answer. This is in contrast to <emphasis>passive study</emphasis>, where we read, watch or
 
62
listen to something without any output. Research has shown that active recall
 
63
testing is far more effective at building strong memories than passive study.
 
64
There are two reasons for this:</simpara>
 
65
<itemizedlist>
 
66
<listitem>
 
67
<simpara>
 
68
The act of recalling something <emphasis>consolidates</emphasis> the memory, increasing the
 
69
   chances we&#8217;ll be able to remember it again
 
70
</simpara>
 
71
</listitem>
 
72
<listitem>
 
73
<simpara>
 
74
When we&#8217;re unable to answer a question, it tells us we need to return to
 
75
   the material to review or relearn it
 
76
</simpara>
 
77
</listitem>
 
78
</itemizedlist>
 
79
<simpara>You have probably encountered active recall testing in your school years
 
80
without even realizing it. When good teachers give you a series of questions
 
81
to answer after reading an article, or make you take weekly progress-check
 
82
tests, they are not doing it simply to see if you understood the material or
 
83
not. By testing you, they are increasing the chances you will be able to
 
84
remember the material in the future.</simpara>
 
85
<simpara>You don&#8217;t need to leave it up to teachers, however. Consider a language
 
86
learner who wants to memorize a list of 20 Indonesian numbers, like:</simpara>
 
87
<blockquote>
 
88
<literallayout>1 = satu
 
89
2 = dua
 
90
3 = tiga</literallayout>
 
91
</blockquote>
 
92
<simpara>Many students will look at each line in turn, concentrating on
 
93
it for a few seconds before moving on. This is passive learning, and so the
 
94
results will not be great. However, if you simply cover the right-hand side
 
95
and check if you recall each word, you&#8217;ll find your initial memories are
 
96
stronger.</simpara>
 
97
<simpara>Active recall testing can make for stronger initial memories, but it&#8217;s only
 
98
part of the solution to learning efficiently.</simpara>
 
99
</section>
 
100
<section id="_the_importance_of_review">
 
101
<title>The importance of review</title>
 
102
<simpara>Even with active recall testing, if you wait too long before testing again,
 
103
you&#8217;ll find you&#8217;ve forgotten most of the material you tried to learn. This can
 
104
be very demotivating, as it can feel like no progress is being made towards
 
105
your goals. In order to avoid this disappointment, it&#8217;s essential to review
 
106
previously learnt material.</simpara>
 
107
<simpara>Despite the importance of review, it is often overlooked by learners. Part of
 
108
the reason for this is that reviewing was traditionally difficult. If you have
 
109
a page with 50 new words on it and you learn them in one day, some words will
 
110
fall from your memory the next day, others a few days after that, and others
 
111
may last a few weeks or more. It is difficult to return to the page and review
 
112
only the words you&#8217;re about to forget.</simpara>
 
113
<simpara>Traditional paper flashcards make it easier to acquire material than a single
 
114
page with a list of words, since you can separate the cards into "known" and
 
115
"not-known" piles. They don&#8217;t make it very easy to review the material in the
 
116
following weeks, however.</simpara>
 
117
</section>
 
118
<section id="spaced-repetition">
 
119
<title>Spaced repetition</title>
 
120
<simpara>The <emphasis>spacing effect</emphasis> was reported by a German psychologist in 1885. He
 
121
observed that we tend to remember things more effectively if we spread reviews
 
122
out over time, instead of studying multiple times in one session. Since the
 
123
1930s there have been a number of proposals for utilizing the spacing effect
 
124
to improve learning, in what has come to be called <emphasis>spaced repetition</emphasis>.</simpara>
 
125
<simpara>One example is in 1972, when a German scientist called Sebastian Leitner
 
126
popularized a method of spaced repetition with paper flashcards. By separating
 
127
the paper cards up into a series of boxes, and moving the cards to a different
 
128
box on each successful or unsuccessful review, it was possible to see at a
 
129
glance a rough estimate of how well a card was known and when it should be
 
130
reviewed again. This was a great improvement over a single box of cards, and
 
131
it has been widely adopted by computerized flashcard software. It is a rather
 
132
rough approach however, as it can&#8217;t give you an exact date on which you should
 
133
review something again, and it doesn&#8217;t cope very well with material of varying
 
134
difficulty.</simpara>
 
135
<simpara>The biggest developments in the last 30 years have come from the authors of
 
136
SuperMemo, a commercial flashcard program that implements spaced repetition.
 
137
SuperMemo pioneered the concept of a system that keeps track of the ideal time
 
138
to review material and optimizes itself based on the performance of
 
139
the user.</simpara>
 
140
<simpara>In SuperMemo&#8217;s spaced repetition system, every time you answer a question, you
 
141
tell the program how well you were able to remember it - whether you forgot
 
142
completely, made a small mistake, remembered with trouble, remembered easily,
 
143
etc. The program uses this feedback to decide the optimal time to show you the
 
144
question again. Since a memory gets stronger each time you successfully recall
 
145
it, the time between reviews gets bigger and bigger - so you may see a
 
146
question for the first time, then 3 days later, 15 days later, 45 days later,
 
147
and so on.</simpara>
 
148
<simpara>This was a revolution in learning, as it meant material could be learnt and
 
149
retained with the absolute minimum amount of effort necessary. SuperMemo&#8217;s
 
150
slogan sums it up: with spaced repetition, you can <emphasis>forget about forgetting</emphasis>.</simpara>
 
151
</section>
 
152
<section id="_why_anki">
 
153
<title>Why Anki?</title>
 
154
<simpara>While there is no denying the huge impact SuperMemo has had on the field, it
 
155
is not without its problems. The program is often criticized for being buggy
 
156
and difficult to navigate. It only runs on Windows computers. It&#8217;s proprietary
 
157
software, meaning end-users can&#8217;t extend it or access the raw data. And while
 
158
very old versions are made available for free, they are quite limited for
 
159
modern use.</simpara>
 
160
<simpara>Anki addresses these issues. You are not forced to pay for it, so struggling
 
161
students and teachers with budgetary constraints are not left out. It&#8217;s open
 
162
source, with an already flourishing library of plugins contributed by
 
163
end-users. It&#8217;s multi-platform, running on Windows, Mac OSX, Linux/FreeBSD, and
 
164
some mobile devices. And it&#8217;s considerably easier to use than SuperMemo.</simpara>
 
165
<simpara>Internally, Anki&#8217;s spaced repetition system is based on an older version of
 
166
the SuperMemo algorithm called SM2. Subsequent versions have managed to
 
167
squeeze out a little more learning efficiency, but they come at the cost of
 
168
greatly increased complexity, and they are more susceptible to scheduling
 
169
errors in real-world use. For a more in-depth discussion of this and the
 
170
differences in scheduling algorithms, see the bottom of <ulink url="http://ichi2.net/anki/wiki/FrequentlyAskedQuestions">Frequently Asked Questions</ulink>.</simpara>
 
171
</section>
 
172
</chapter>
 
173
<chapter id="_getting_started">
 
174
<title>Getting started</title>
 
175
<section id="_installing_amp_upgrading">
 
176
<title>Installing &amp; upgrading</title>
 
177
<simpara>Installation instructions are available on the front page of the <ulink url="http://ichi2.net/anki/">Anki website</ulink>.</simpara>
 
178
</section>
 
179
<section id="_introductory_videos">
 
180
<title>Introductory videos</title>
 
181
<simpara>A lot of the basic usage is covered in tutorial videos, available on the
 
182
<ulink url="http://ichi2.net/anki/">Anki website</ulink>.</simpara>
 
183
</section>
 
184
<section id="_adding_material">
 
185
<title>Adding material</title>
 
186
<simpara>Anki uses <emphasis>cards</emphasis> to help you with <link linkend="active-recall">active recall testing</link> and
 
187
<link linkend="spaced-repetition">spaced repetition</link>. Each card is a virtual flashcard with
 
188
a question and answer. These cards are stored together in a file called a
 
189
<emphasis>deck</emphasis>. You can have one big deck or keep separate decks for separate
 
190
subjects.</simpara>
 
191
<simpara>Most of your time in Anki will be spent reviewing these cards, but to get
 
192
started we first need to add some. You can add cards by typing them in
 
193
yourself, copying &amp; pasting them from some online resource, importing them
 
194
from a text file, or you can use a deck someone else has shared.</simpara>
 
195
<sidebar>
 
196
<title>Self-made versus pre-made</title>
 
197
<simpara>Creating your own deck is the most effective way to learn a complex subject.
 
198
Subjects like languages and the sciences can&#8217;t be understood simply by
 
199
memorizing facts - they require explanation and context to learn effectively.
 
200
Furthermore, inputting the information yourself forces you to decide what the
 
201
key points are, and leads to a better understanding.</simpara>
 
202
<simpara>If you are a language learner you may be tempted to download a long list of
 
203
words and their translations, but this won&#8217;t teach you a language any more
 
204
than memorizing scientific equations will teach you astrophysics. To learn
 
205
properly, you need textbooks, teachers, or exposure to real-world sentences.</simpara>
 
206
<literallayout class="monospaced">Do not learn if you do not understand.
 
207
-- SuperMemo</literallayout>
 
208
<simpara>Most shared decks are created by people who are learning material outside of
 
209
Anki - from textbooks, classes, TV, etc. They select the interesting points
 
210
from what they learn and put them into Anki. They make no effort to add
 
211
background information or explanations to the cards, because they already
 
212
understand the material. But when someone else downloads their deck and tries
 
213
to use it, they&#8217;ll find it very difficult as the background information and
 
214
explanations are missing.</simpara>
 
215
<simpara>That is not to say shared decks are useless - simply that for complex
 
216
subjects, they should be used as a <emphasis>supplement</emphasis> to external material, not as a
 
217
<emphasis>replacement</emphasis>. If you&#8217;re studying textbook ABC and someone has shared a deck
 
218
of ideas from ABC, that&#8217;s a great way to save some time. And for simple
 
219
subjects that are basically a list of facts, such as capital city names or pub
 
220
quiz trivia, you probably don&#8217;t need external material. But if you attempt to
 
221
study complex subjects without external material, you will probably meet with
 
222
disappointing results.</simpara>
 
223
</sidebar>
 
224
<section id="_creating_or_getting_a_deck">
 
225
<title>Creating or getting a deck</title>
 
226
<simpara><emphasis role="strong">To create your own deck</emphasis>:</simpara>
 
227
<orderedlist numeration="arabic">
 
228
<listitem>
 
229
<simpara>
 
230
Open Anki.
 
231
</simpara>
 
232
</listitem>
 
233
<listitem>
 
234
<simpara>
 
235
Choose File&#8594;New, or click the Create button.
 
236
</simpara>
 
237
</listitem>
 
238
</orderedlist>
 
239
<simpara><emphasis role="strong">To open a shared deck</emphasis>:</simpara>
 
240
<orderedlist numeration="arabic">
 
241
<listitem>
 
242
<simpara>
 
243
Open Anki.
 
244
</simpara>
 
245
</listitem>
 
246
<listitem>
 
247
<simpara>
 
248
Choose File&#8594;Download&#8594;Shared Deck, or click the Download button.
 
249
</simpara>
 
250
</listitem>
 
251
<listitem>
 
252
<simpara>
 
253
Type in a string to search for, or scroll through the list.
 
254
</simpara>
 
255
</listitem>
 
256
<listitem>
 
257
<simpara>
 
258
Select a deck you&#8217;re interested in, and click OK. The deck will be
 
259
 downloaded and will open up.
 
260
</simpara>
 
261
</listitem>
 
262
</orderedlist>
 
263
<tip><simpara>You are not limited to one deck. You can see a list of your decks by
 
264
clicking on <inlinemediaobject>
 
265
  <imageobject>
 
266
  <imagedata fileref="images/view_text.png"/>
 
267
  </imageobject>
 
268
  <textobject><phrase>images/view_text.png</phrase></textobject>
 
269
</inlinemediaobject></simpara></tip>
 
270
</section>
 
271
<section id="_making_questions">
 
272
<title>Making questions</title>
 
273
<simpara>If you have downloaded a shared deck, this step is optional.</simpara>
 
274
<simpara><emphasis role="strong">To add a new card to your deck</emphasis>:</simpara>
 
275
<orderedlist numeration="arabic">
 
276
<listitem>
 
277
<simpara>
 
278
Click <inlinemediaobject>
 
279
  <imageobject>
 
280
  <imagedata fileref="images/list-add.png"/>
 
281
  </imageobject>
 
282
  <textobject><phrase>images/list-add.png</phrase></textobject>
 
283
</inlinemediaobject> on the toolbar.
 
284
</simpara>
 
285
</listitem>
 
286
<listitem>
 
287
<simpara>
 
288
Enter the question on the <emphasis>Front</emphasis> area and the answer on the <emphasis>Back</emphasis>.
 
289
</simpara>
 
290
</listitem>
 
291
<listitem>
 
292
<simpara>
 
293
Click <emphasis>Add</emphasis>, or press Ctrl+Enter (Command+Enter on a Mac).
 
294
</simpara>
 
295
</listitem>
 
296
</orderedlist>
 
297
<simpara>You&#8217;ll see a screen like the following:</simpara>
 
298
<simpara><inlinemediaobject>
 
299
  <imageobject>
 
300
  <imagedata fileref="images/addcards.png"/>
 
301
  </imageobject>
 
302
  <textobject><phrase>images/addcards.png</phrase></textobject>
 
303
</inlinemediaobject></simpara>
 
304
<simpara>Front is a required field, so it is marked yellow until you input something.
 
305
The back can be left blank, so it is not drawn in yellow.</simpara>
 
306
<section id="_for_general_knowledge">
 
307
<title>For general knowledge</title>
 
308
<simpara>Turning a given idea into a question and answer pair is simple. Imagine you&#8217;ve
 
309
just heard the following sentence:</simpara>
 
310
<literallayout class="monospaced">Canberra was founded in 1913.</literallayout>
 
311
<simpara>The easiest way to test this is to make a <emphasis>cloze deletion</emphasis>.</simpara>
 
312
<orderedlist numeration="arabic">
 
313
<listitem>
 
314
<simpara>
 
315
Type or copy the above sentence into the <emphasis>Front</emphasis>.
 
316
</simpara>
 
317
</listitem>
 
318
<listitem>
 
319
<simpara>
 
320
Highlight <emphasis>1913</emphasis>.
 
321
</simpara>
 
322
</listitem>
 
323
<listitem>
 
324
<simpara>
 
325
Click the [&#8230;] button, or press F9.
 
326
</simpara>
 
327
</listitem>
 
328
</orderedlist>
 
329
<simpara>You&#8217;ll end up with:</simpara>
 
330
<simpara><inlinemediaobject>
 
331
  <imageobject>
 
332
  <imagedata fileref="images/cloze2.png"/>
 
333
  </imageobject>
 
334
  <textobject><phrase>images/cloze2.png</phrase></textobject>
 
335
</inlinemediaobject></simpara>
 
336
<simpara>You can then click the add button to add the newly created card to your deck.</simpara>
 
337
</section>
 
338
<section id="_for_languages">
 
339
<title>For languages</title>
 
340
<simpara>There are two approaches to studying languages: you can aim for <emphasis>recall</emphasis> or
 
341
<emphasis>recognition</emphasis>.</simpara>
 
342
<simpara><emphasis>Recognition</emphasis> cards are cards which show you some written or audio extract of a foreign
 
343
language, and check if you can understand it. For example, if you&#8217;re learning
 
344
German, you might be shown a German word or sentence and asked to recall the
 
345
general meaning. Recognition cards are comparitively easy to do, allowing you
 
346
to cover more material in a shorter time. Their downside is that while you may
 
347
be able to recognize many words, they may not enter your active vocabulary.</simpara>
 
348
<simpara><emphasis>Recall</emphasis> (or <emphasis>production</emphasis>) cards are cards which require you to produce an
 
349
answer in the language you are studying. The question is either a word or
 
350
expression in your native tongue, or a description. The answer will depend on
 
351
what you&#8217;re trying to study - how to pronounce the foreign words, how to spell
 
352
them, how to write them. Recall cards are more difficult than recognition
 
353
cards and thus take longer to do. They are best suited to essential vocabulary
 
354
and expressions, where issues of synonyms arise less frequently.</simpara>
 
355
</section>
 
356
<section id="_advanced_input">
 
357
<title>Advanced input</title>
 
358
<simpara>If you want to input audio, pictures, movies or scientific markup, please see
 
359
the dedicated section below about adding content.</simpara>
 
360
</section>
 
361
</section>
 
362
</section>
 
363
<section id="_reviewing">
 
364
<title>Reviewing</title>
 
365
<simpara>When you have found a deck you like or entered some cards in, it&#8217;s time to
 
366
start reviewing. If the <emphasis>Add Items</emphasis> screen is still open, close it by clicking
 
367
on close or pressing Esc. You should see a screen entitled <emphasis>Study Options</emphasis>:</simpara>
 
368
<simpara><inlinemediaobject>
 
369
  <imageobject>
 
370
  <imagedata fileref="images/studyoptions-basic.png"/>
 
371
  </imageobject>
 
372
  <textobject><phrase>images/studyoptions-basic.png</phrase></textobject>
 
373
</inlinemediaobject></simpara>
 
374
<simpara>In the above example, it says there are 6 new cards today, and 6 new cards
 
375
total. If you&#8217;ve downloaded a shared deck, there will probably be more than 20
 
376
new cards, but Anki will only show you 20 per day by default. You can adjust
 
377
this number by changing <emphasis>new cards per day</emphasis>, but be wary of setting it too
 
378
high or you&#8217;ll have many reviews to do over the next few days.</simpara>
 
379
<simpara>When you&#8217;re ready, click <emphasis>Start Reviewing</emphasis>. You&#8217;ll then see a screen like
 
380
this:</simpara>
 
381
<simpara><inlinemediaobject>
 
382
  <imageobject>
 
383
  <imagedata fileref="images/review1.png"/>
 
384
  </imageobject>
 
385
  <textobject><phrase>images/review1.png</phrase></textobject>
 
386
</inlinemediaobject></simpara>
 
387
<simpara>Here you need to look at the question and think about the answer. It can help
 
388
to say the answer out loud, but that is not necessary. It&#8217;s ok if it takes you
 
389
a little while to recall the answer, but as a general rule if you can&#8217;t answer
 
390
within 10 seconds, you should just show the answer.</simpara>
 
391
<simpara>When you&#8217;re ready, click <emphasis>Show Answer</emphasis> or press the spacebar. You&#8217;ll see
 
392
something like the following:</simpara>
 
393
<simpara><inlinemediaobject>
 
394
  <imageobject>
 
395
  <imagedata fileref="images/review2.png"/>
 
396
  </imageobject>
 
397
  <textobject><phrase>images/review2.png</phrase></textobject>
 
398
</inlinemediaobject></simpara>
 
399
<simpara>Now you need to decide how well you remembered. Anki gives you four options.
 
400
The labels on the buttons will change depending on whether you got the card
 
401
right last time, but the behaviour is the same.</simpara>
 
402
<variablelist>
 
403
<varlistentry>
 
404
<term>
 
405
1: Again
 
406
</term>
 
407
<listitem>
 
408
<simpara>
 
409
The card will be shown again shortly - within 10 minutes with the
 
410
default settings. If you don&#8217;t know the answer to the question, or have
 
411
forgotten it, choose this button.
 
412
</simpara>
 
413
</listitem>
 
414
</varlistentry>
 
415
<varlistentry>
 
416
<term>
 
417
2: Good / Hard
 
418
</term>
 
419
<listitem>
 
420
<simpara>
 
421
Wait a little bit longer before showing the card next time,
 
422
and tell Anki to be more conservative in the future. Best used when you are
 
423
able to answer correctly but not with speed/confidence.
 
424
</simpara>
 
425
</listitem>
 
426
</varlistentry>
 
427
<varlistentry>
 
428
<term>
 
429
3: Easy / Good
 
430
</term>
 
431
<listitem>
 
432
<simpara>
 
433
Wait a fair bit longer before showing the card next time, and
 
434
tell Anki the last interval was about right.
 
435
</simpara>
 
436
</listitem>
 
437
</varlistentry>
 
438
<varlistentry>
 
439
<term>
 
440
4: Very Easy / Easy
 
441
</term>
 
442
<listitem>
 
443
<simpara>
 
444
Wait a lot longer before showing the card next time, and
 
445
tell Anki to be less conservative in the future.
 
446
</simpara>
 
447
</listitem>
 
448
</varlistentry>
 
449
</variablelist>
 
450
<simpara>Each time you answer a card correctly, the time before it is shown again will
 
451
grow longer. Imagine a user has added two cards to their deck - one difficult
 
452
one, and an easy one. The difficult one is displayed first, and the user
 
453
presses 1. The easy card is shown next and the user already knows the answer,
 
454
so they choose 3. The easy card will be shown again in 3-5 days. Next the
 
455
difficult card is shown again, and this time the user remembers the answer, so
 
456
they choose 2, in order to be able to see the card again the next day.</simpara>
 
457
<simpara>The next day the difficult card appears again, and the user still finds it a
 
458
little difficult, so they choose 2 again. It will then be shown again in about
 
459
2-3 days.</simpara>
 
460
<simpara>After 3 days have passed, the easy card appears again. The user still finds it
 
461
pretty easy, so they choose 3 again. The card will next be shown about 10 days
 
462
in the future.</simpara>
 
463
</section>
 
464
</chapter>
 
465
<chapter id="_adding_material_via_anki">
 
466
<title>Adding material via anki</title>
 
467
<itemizedlist>
 
468
<listitem>
 
469
<simpara>
 
470
best practices
 
471
</simpara>
 
472
</listitem>
 
473
<listitem>
 
474
<simpara>
 
475
all buttons / shortcuts
 
476
</simpara>
 
477
</listitem>
 
478
<listitem>
 
479
<simpara>
 
480
changing fonts
 
481
</simpara>
 
482
</listitem>
 
483
<listitem>
 
484
<simpara>
 
485
adding text to every card
 
486
</simpara>
 
487
</listitem>
 
488
</itemizedlist>
 
489
<tip><simpara>You can also add <emphasis>tags</emphasis> (also called <emphasis>labels</emphasis>), to make organizing
 
490
information easier. Tags are a list of space-separated words. For example, you
 
491
might have the three tags "Level4 BookB ToCheckLater".</simpara></tip>
 
492
</chapter>
 
493
<chapter id="_fonts_and_colours">
 
494
<title>Fonts and colours?</title>
 
495
<simpara>x</simpara>
 
496
</chapter>
 
497
<chapter id="_reviewing_main_window">
 
498
<title>Reviewing / main window</title>
 
499
<itemizedlist>
 
500
<listitem>
 
501
<simpara>
 
502
what you see on the main screen
 
503
</simpara>
 
504
</listitem>
 
505
<listitem>
 
506
<simpara>
 
507
what buttons to press (see next section)
 
508
</simpara>
 
509
</listitem>
 
510
</itemizedlist>
 
511
</chapter>
 
512
<chapter id="_study_options">
 
513
<title>Study options</title>
 
514
<simpara>x</simpara>
 
515
</chapter>
 
516
<chapter id="_browsing_your_deck">
 
517
<title>Browsing your deck</title>
 
518
<simpara>x</simpara>
 
519
</chapter>
 
520
<chapter id="_importing_amp_exporting_data">
 
521
<title>Importing &amp; Exporting data</title>
 
522
<section id="_importing">
 
523
<title>Importing</title>
 
524
<simpara>text files, mnemosyne, etc</simpara>
 
525
</section>
 
526
<section id="_exporting">
 
527
<title>Exporting</title>
 
528
<simpara>&#8230;</simpara>
 
529
</section>
 
530
<section id="_printing">
 
531
<title>Printing</title>
 
532
<simpara>&#8230;</simpara>
 
533
</section>
 
534
</chapter>
 
535
<chapter id="_card_props">
 
536
<title>Card props</title>
 
537
<simpara>x</simpara>
 
538
</chapter>
 
539
<chapter id="_deck_props">
 
540
<title>Deck props</title>
 
541
<simpara>x</simpara>
 
542
</chapter>
 
543
<chapter id="_preferences">
 
544
<title>Preferences</title>
 
545
<simpara>x</simpara>
 
546
</chapter>
 
547
<chapter id="_cramming">
 
548
<title>Cramming</title>
 
549
<simpara>x</simpara>
 
550
</chapter>
 
551
<chapter id="_graphs">
 
552
<title>Graphs</title>
 
553
<simpara>x</simpara>
 
554
</chapter>
 
555
<chapter id="_statistics">
 
556
<title>Statistics</title>
 
557
<simpara>x</simpara>
 
558
</chapter>
 
559
<chapter id="_plugins">
 
560
<title>Plugins</title>
 
561
<itemizedlist>
 
562
<listitem>
 
563
<simpara>
 
564
japanese/chinese/german etc
 
565
</simpara>
 
566
</listitem>
 
567
</itemizedlist>
 
568
</chapter>
 
569
<chapter id="_sharing_decks_plugins">
 
570
<title>Sharing decks/plugins</title>
 
571
<simpara>x</simpara>
 
572
</chapter>
 
573
<chapter id="_priorities">
 
574
<title>Priorities</title>
 
575
<simpara>x</simpara>
 
576
</chapter>
 
577
<chapter id="_inactive_tags">
 
578
<title>Inactive tags</title>
 
579
<simpara>x</simpara>
 
580
</chapter>
 
581
<chapter id="_synchronization">
 
582
<title>Synchronization</title>
 
583
<simpara>x</simpara>
 
584
</chapter>
 
585
<chapter id="_leeches">
 
586
<title>Leeches</title>
 
587
<simpara>x</simpara>
 
588
</chapter>
 
589
<chapter id="_media_support">
 
590
<title>Media support</title>
 
591
<simpara>x</simpara>
 
592
</chapter>
 
593
<chapter id="_progress_bars">
 
594
<title>Progress bars</title>
 
595
<simpara>x</simpara>
 
596
</chapter>
 
597
<chapter id="_running_from_a_usb_driver">
 
598
<title>Running from a usb driver</title>
 
599
<simpara>x</simpara>
 
600
</chapter>
 
601
</book>