Upgraded version of the quizlet importer which imports audio files.
Instead of creating Front and Back items this version creates these fields
* FrontText
* FrontAudio
* BackText
* BackAudio
* Image
* Add Reverse
Note type name is Basic Quizlet Extended
;
Supports start and stop phrases. It allows you to download a part of the quizlet collection.
Normal Template has:
-
Front
{{FrontText}} <br><br> {{FrontAudio}}
-
Back
{{FrontText}} <hr id=answer> {{BackText}} <br><br> {{Image}} <br><br> {{BackAudio}}
Reverse Template is:
-
Front
{{#Add Reverse}} {{BackText}} <br><br> {{BackAudio}} {{/Add Reverse}}
-
Back
{{BackText}} <hr id=answer> {{FrontText}} <br><br> {{FrontAudio}} {{Image}}
- FrontAudio -
[sound:"quizlet-CARD_ID-front.mp3"]
- BackAudio -
[sound:"quizlet-CARD_ID-back.mp3"]
- Image -
<img src="file_name">