— Carr (1934) Vocabulary Density in High School Latin,
p. 323
— Meara (1980) Vocabulary Acquisition: a neglected aspect of language learning, p. 221
my.vocabularysize.com
vocabularysize.net
HTTP/2
shared hosting | \(\approx$7\) month\(^{-1}\) |
---|---|
domains (\(\approx 10\)) | \(\approx$100\) year\(^{-1}\) |
Let's Encrypt SSL certificates | \($0\) |
CloudFlare CDN | \($0\) |
total | \(\approx$200\) year\(^{-1}\) |
— Battat (2016) Solving the "English Vocabulary Size" Test
Form data:
identifier: 639887 question_id: 57 _nonce: fdf15ddaf33a5402d54fc3a6c220f0a985f9e503 selected: 1 time_diff: 1579 submitted: 1
doNext()
(dumb, but works)public function doNext () {
// validate and store response
if ($this->inputValid('test_' . $this->session->Test->getSchema())) {
$status = $this->session->Test->storeSubmittedQuestion($this->_sanitized);
if (true === $status) {
$this->session->Test->loadNextQuestionSet();
}
}
// get next questions
$question_set = $this->session->Test->getCurrentQuestionSet();
// run out of questions, clean up and close session.
if (null === $question_set) {
return $this->_completetTest(true);
}
// render each question
foreach ( $question_set as $id => $question ) {
$question->template = $this->_buildTemplatePath($question->template);
$this->html[$id] = Template::getInstance()
->generate($question->template, $this->defaultData());
}
return $this->respond();
}
— Godwin-Jones (2019) IALLT January Webinar 2019: Vocab Learning and Beyond-Using Quizlet in the FL Classroom