-
Notifications
You must be signed in to change notification settings - Fork 1
/
TODO.txt
50 lines (32 loc) · 1.36 KB
/
TODO.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
SHORT-TERM GOALS:
________________
-- Add buttons to add accents (to support PC users)
-- Make dictionaries/verbConjugation.js more consice (using arrays instead of key:value) i.e.
Instead of
'avoir': // these are the actual conjugations
{
'je' : 'ai',
'tu' : 'as',
'il/elle/on' : 'a',
'nous' : 'avons',
'vous' : 'avez',
'ils/elles' : 'ont',
},
Have
'avoir' : ['ai', 'as', 'a', 'avons', 'avez', 'ont']
Note: this will require rewriting some of the client/client.js
-- Move dictionaries/verbConjugation.js into the server!
EASY ADDITIONS (in cue for Short-term):
_______________
-- a switch for the option of possibly not needing the subject (maybe even have both options acceptable by default)
-- Something to indicate that you've gotten it right other than just moving on to another prompt (possibly green text field briefly)
-- Highlighting the text which differs from the correct answer
TECHNICAL LONGER TERM GOALS
___________________________
-- Add Quizlet support
-- Add tracking of users/statistics
Note: this may require adding the option for users to create an account
* see NetSci presentation for formulas
LINGUISTIC LONGER TERM GOALS
____________________________
-- Add additional tenses & moods