| |
You can download the source for sample 1 here.
<?xml version="1.0" encoding="UTF-8" ?> <cardElements> <options> <usedKeys>Kanji, On, Kun, english</usedKeys> <choiceKey>Kanji</choiceKey> <defaultAnswerOptions>english</defaultAnswerOptions> <defaultQuestionOptions>Kanji, On</defaultQuestionOptions> <fontConnections> <fontElement propertyName="Kanji" fontName="MS Gothic" /> <fontElement propertyName="On" fontName="MS Gothic" /> <fontElement propertyName="Kun" fontName="MS Gothic" /> </fontConnections> </options> <level number="1" title="cardElement"> <chapter number="1" title="1st Grade A"><!-- Hirigana --> <cardElement Kanji='森' On='シン' Kun='もり' english='woods'/> </chapter> </level> </cardElements>
You can download the source for sample 2 here.
<?xml version="1.0" encoding="UTF-8" ?> <cardElements> <options> <usedKeys>english, french, pronunciation, french__mp3, phrase1</usedKeys> <choiceKey>french</choiceKey> <defaultAnswerOptions>english</defaultAnswerOptions> <defaultQuestionOptions>french, pronunciation, french__mp3</defaultQuestionOptions> <fontConnections> </fontConnections> </options> <level number="1"> <chapter number="1" title="French Verbs"> <cardElement english="to pull/push down, to lower"
pronunciation="a beh say" french="abaisser"
french__mp3="./MP3/FRENCH_VERBS/ABAISSER.MP3"
phrase1="N'abaissez pas ce levier ! - Don't pull that lever down!" /> </chapter> </level> </cardElements>
|
|