How to easily export and import your Flashcards
This infographic is all you need!
You will be able to migrate cards you make anywhere you want. Find the best app for you in 2020 Flashcard apps comparison.
Do you want to transfer your decks? Export your entire flashcards? Follow this guide. If you are more into the text than pictures, this article is for you.
Here is the script you need for transfer. You find it also under the picture.
Don´t worry, just go step by step.
Export Flashcards from one app and import into another one
You can find your vocabulary also in the mobile app and start learning.
How to use Vocabulary Miner app? Check video. It explains what can this Flashcard maker app do for you and how.
Interested in more stories? We practice to #saymore on our
Script to transfer Flashcards to another app:
{ function getWords(courseId, level) { const url = `https://www.memrise.com/ajax/session/?course_id=${courseId}&level_index=${level}&session_slug=preview` console.log("Fetching words from " + url) return fetch(url, { credentials: "same-origin" }) // parse response .then(res => { return res.status === 200 ? res.json() // map results .then(data => { return data.learnables.map(row => ({ original: row.item.value, translation: row.definition.value })) }) .then(words => { return getWords(courseId, level + 1) .then(words.concat.bind(words)) }) : [] }) .catch(err => { console.error(err) return [] }) } // fetch const start = 1 const courseId = location.href.slice(30).match(/\d+/)[0] getWords(courseId, start) // format as csv .then(words => { console.log(words.length + " words") return words.map(word => word.translation + "\t" + word.original + "\n").join("") }) // print .then(console.log) })()
How to Learn French: 6) Work - Talking about Careers
Welcome to the sixth episode of our "French words and lessons series: How to learn French easily". In this installment, we'll be exploring the language of work and careers, providing you with essential French words to …
Read moreHow to Learn French: 5) Culture - Holidays and Festivals
Welcome to the fifth episode of our "French words and lessons series: How to learn French easily". In this episode, we will immerse ourselves in the vibrant French culture, exploring the language associated with …
Read moreHow to Learn French: 4) Shopping: French Words for Clothes and Accessories
Welcome to the fourth episode of our "French words and lessons series: How to learn French easily". In this edition, we will venture into the world of shopping, focusing on French words related to clothes and …
Read more