Wednesday, September 23, 2009

Example Code for Importing with A++ Flash Cards

Below is an example of properly formatted text to be used for importing with A++ Flash Cards. Importing the text will produce cards to count to 10 in Japanese, and write out the numerals in Kanji. Just copy and paste the text below into the file importexport.xml (after making sure the file is UTF-8 encoded) and then import the file to a set named something like 'Japanese Numbers'. Notice that this set of cards is also ideal for practicing with three sided flash cards, which can be activated through 'Settings'. Try it out!


<importexport>
<table>
<tr>
<td>一</td>
<td>ICHI, ITSU, hito(tsu), hito-</td>
<td>one</td>
</tr>
<tr>
<td>二</td>
<td>NI, futa(tsu), futa-, hata, hatsu</td>
<td>two</td>
</tr>
<tr>
<td>三</td>
<td>SAN, mi(tsu), mi(ttsu), mi</td>
<td>three</td>
</tr>
<tr>
<td>四</td>
<td>SHI, yon, yo, yo(tsu/ttsu)</td>
<td>four</td>
</tr>
<tr>
<td>五</td>
<td>GO, itsu, itsu(tsu)</td>
<td>five</td>
</tr>
<tr>
<td>六</td>
<td>ROKU, mu(tsu/ttsu), mu, mui</td>
<td>six</td>
</tr>
<tr>
<td>七</td>
<td>SHICHI, nana, nana(tsu), nano</td>
<td>seven</td>
</tr>
<tr>
<td>八</td>
<td>HACHI, ya(tsu), ya(ttsu), ya, you</td>
<td>eight</td>
</tr>
<tr>
<td>九</td>
<td>KYUU, KU, kokono, kokono(tsu)</td>
<td>nine</td>
</tr>
<tr>
<td>十</td>
<td>JUU, tou, to, ji</td>
<td>ten</td>
</tr>
</table>
</importexport>

No comments:

Post a Comment