bhairavmehta95 / Project-Chronicle

An application to allow students to vocalize their learning to increase knowledge retention
http://project-chronicle-dev.us-west-2.elasticbeanstalk.com/
1 stars 0 forks source link

Question Builder Issues #109

Open bhairavmehta95 opened 7 years ago

bhairavmehta95 commented 7 years ago

Using this area for Question Builder Issues / Progress

bhairavmehta95 commented 7 years ago

Resolved: June 1, 2017

Solution (Make common case fast):

try:
    return find_context() # using index_of
except:
    pass

try:
   return find_context() # using string search
except:
   pass
catch: #TODO
   context = word # only use word
bhairavmehta95 commented 7 years ago

Resolved: May 30, 2017

bhairavmehta95 commented 7 years ago

Resolved: May 30, 2017

Less important:

Initial values should be int, not float.

bhairavmehta95 commented 7 years ago

https://www.wordsapi.com/ for synonyms

https://github.com/DataTeaser/textteaser for Summarization (Best Answer default)

Hints feature - Dropdown (Manually enter, Missed Keywords, None)