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.
The skip errors checkbox allows to skip media download errors.
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}}
[sound:"quizlet-CARD_ID-front.mp3"]
[sound:"quizlet-CARD_ID-back.mp3"]
<img src="https://github.com/sviatoslav-lebediev/anki-quizlet-importer-extended/raw/master/file_name">