User Tools

Site Tools


flash_conceptual_design

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
flash_conceptual_design [2022/09/23 23:55] – created jhagstrandflash_conceptual_design [2023/01/12 09:05] (current) – removed jhagstrand
Line 1: Line 1:
-====== Flash Conceptual Design ====== 
  
-[[Progressive]] 
- 
-[[https://drive.google.com/open?id=1Gf15Psm2taEOu3mXcU5EenzHnmP_yAxQ7cOSVnlJRdc | Directions]] 
- 
-[[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 'question' 
-  Desk publishes 'answer' 
- 
-  * 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

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki