Downloading media files (filtering by questions)

Hi @igorts, I have just updated my media downloading script to handle your need for specified questions. You can find it here. If you want to download all media for project with ASSET_UID of avSR9io49PqPeBLTtYk4Ml and a question name of my_question, you can download all media for that question by running:

python3 kobomedia.py \
  --asset-uid avSR9io49PqPeBLTtYk4Ml \
  --question-names my_question
2 Likes