Drill cards
The purpose of them is to create one note for each drill (so from one note you have up to 10 cards). They are simple - Front + Front sound and Rear + Rear sound. (sound = dźwięk in Polish). They also have the "uwagi" (remarks) section where I put what has to be done in a particular drill or a translation of the sentence into English "I went to the shop". Then in the front, I have for example "He" (in Hebrew of course), so I know that rear has to be "He went to the shop" (in Hebrew the verb of course conjugates)
It is optional for drilling Rear to Front. I just have to put any sign in a special field.
FRONT
Code: Select all
{{#Przód 2}}
<div style='font-family: Liberation Sans; font-size: 40px;'>{{Przód 2}}</div>
<div style='font-family: Liberation Sans; font-size: 20px;'>{{Przód 2 dźwięk}}</div>
<hr>
<div style='font-family: Liberation Sans; font-size: 20px;'>{{Uwagi}}</div>
{{/Przód 2}}
STYLE
Code: Select all
.card {
font-family: arial;
font-size: 20px;
text-align: center;
color: black;
background-color: white;
}
REAR
Code: Select all
<div style='font-family: Liberation Sans; font-size: 40px;'>{{Tył 2}}</div>
{{Tył 2 dźwięk}}
<hr id=answer>
<div style='font-family: Liberation Sans; font-size: 20px;'>{{Uwagi}}</div>
It looks like that

