flash_conceptual_design
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| flash_conceptual_design [2022/09/23 23:55] – created jhagstrand | flash_conceptual_design [2023/01/12 09:05] (current) – removed jhagstrand | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Flash Conceptual Design ====== | ||
| - | [[Progressive]] | ||
| - | |||
| - | [[https:// | ||
| - | |||
| - | [[Object Model]] | ||
| - | |||
| - | [[External Data Sources]] | ||
| - | |||
| - | ==== UI ==== | ||
| - | |||
| - | * Choose set: lesson, category, manual | ||
| - | * Check box list, sort, filter | ||
| - | * Review set | ||
| - | * Algorithm: Sequential, random, shuffle, progressive | ||
| - | * Direction: Native, Foreign, Translit, Audio, etc. | ||
| - | * Store: name and code for language names, TH Thai, EN English | ||
| - | |||
| - | ==== Coach ==== | ||
| - | * two methods: | ||
| - | * nextQuestion | ||
| - | * scoreAnswer - loops back to nextQuestion | ||
| - | |||
| - | * Coach and Desk pass Notes back and forth | ||
| - | Coach publishes ' | ||
| - | Desk publishes ' | ||
| - | |||
| - | * three algorithms | ||
| - | * pull | ||
| - | * pull new cards into the working stack | ||
| - | * choose | ||
| - | * choose next question, from which stack | ||
| - | * promote | ||
| - | *move card from work to review to mastered | ||
| - | |||
| - | methods | ||
| - | * setup | ||
| - | * start | ||
| - | * nextQuestion | ||
| - | * scoreAnswer | ||
| - | * toggleDir | ||
| - | * onDirectionChange | ||
| - | * choose | ||
| - | * promote | ||
| - | * pull | ||
| - | |||
| - | direction | ||
| - | * can be changed manually by user | ||
| - | * can be changed automatically by coach depending on settings | ||
| - | * after change, new question is pulled and asked (like start) | ||
| - | |||
| - | main loop | ||
| - | nextQuestion | ||
| - | while not all mastered | ||
| - | scoreAnswer | ||
| - | nextQuestion | ||
| - | endwhile | ||
| - | | ||
| - | pull | ||
| - | choose | ||
| - | |||
| - | promote | ||
| - | * if work and acnt > max and pct > max, promote | ||
| - | * if review and acnt > max and pct > max, promote | ||
flash_conceptual_design.1663991735.txt.gz · Last modified: 2022/09/23 23:55 by jhagstrand