Skip to content

nclvrps/anki-quizlet-importer-extended

 
 

Repository files navigation

Quizlet importer Extended

Upgraded version of the quizlet importer which imports audio files.

Buy Me A Coffee

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. image

This addon creates two types of cards: Normal and Reverse

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}}

Fields formats

  • FrontAudio - [sound:"quizlet-CARD_ID-front.mp3"]
  • BackAudio - [sound:"quizlet-CARD_ID-back.mp3"]
  • Image - <img src="file_name">

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.6%
  • Shell 0.4%