farbodsz / FlashcardsApp

A simple, functional flashcards app that follows exam board specifications.
Apache License 2.0
0 stars 2 forks source link

DOC: What does the 'type' column mean? #24

Closed hhzl closed 7 years ago

hhzl commented 7 years ago

For example in https://github.com/FarbodSalamat-Zadeh/FlashcardsApp/blob/master/app/src/main/assets/fr_aqa_13-colours.csv

farbodsz commented 7 years ago

It's the tier of the vocabulary from the AQA specification.

0 means general vocabulary, 1 means foundation tier, and 2 means higher tier.

(See LanguagesFlashCard.java)

I never got round to adding the other vocabulary, and since I didn't need the app after my exams, I never had a chance to complete the vocabulary and information lists.

hhzl commented 7 years ago

Thanks, and where does the data come from?

Link in http://www.aqa.org.uk ?

On 2/10/17, Farbod Salamat-Zadeh notifications@github.com wrote:

It's the tier of the vocabulary from the AQA specification.

0 means general vocabulary, 1 means foundation tier, and 2 means higher tier.

(See LanguagesFlashCard.java)

-- You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub: https://github.com/FarbodSalamat-Zadeh/FlashcardsApp/issues/24#issuecomment-278983533

farbodsz commented 7 years ago

@hhzl The data comes from two booklets by Nelson Thornes Ltd - I've put the links for them here:

http://mcsmodlangs.org/French_GCSE_files/AQA%20GCSE%20French%20vocab.pdf https://spanishatstmalachys.wikispaces.com/file/view/span_gcse_vocab_list.pdf/290033145/span_gcse_vocab_list.pdf

farbodsz commented 7 years ago

Reopen if you have any other questions.

I'll see if I can add documentation in the coming months, or you can contribute via a pull request if you prefer (see #14 ).