Search found 6 matches

by jrachele
Thu Feb 02, 2017 1:00 am
Forum: Databases and Quizbowl Software
Topic: QuizGuru - Robot that reads random questions to you
Replies: 9
Views: 6498

Re: QuizGuru - Robot that reads random questions to you

As of Version 1.3.1, QuizGuru uses SQLite and it is therefore no longer necessary to be online to use it.

Thank you to Albert Zhang for your help!
by jrachele
Mon Jan 30, 2017 1:09 am
Forum: Databases and Quizbowl Software
Topic: QuizGuru - Robot that reads random questions to you
Replies: 9
Views: 6498

Re: QuizGuru - Robot that reads random questions to you

While this isn't exactly a justification, I will say that I retrieved their plain-text information from their github. As far as using a dumped SQL db file, that is actually what I plan on doing but I'm not sure exactly how to go about retrieving the information from a local data table. My actual que...
by jrachele
Mon Jan 16, 2017 11:54 pm
Forum: Databases and Quizbowl Software
Topic: QuizGuru - Robot that reads random questions to you
Replies: 9
Views: 6498

Re: QuizGuru - Robot that reads random questions to you

I have just released an improved version (1.3)

See above for details
by jrachele
Sun Oct 30, 2016 3:30 pm
Forum: Databases and Quizbowl Software
Topic: QuizGuru - Robot that reads random questions to you
Replies: 9
Views: 6498

Re: QuizGuru - Robot that reads random questions to you

Hey, so I went ahead and fixed the apostrophe problem as well as the forward slash problem (of the same type)

I also added the play/pause button requested.

You can get the new Version 1.2.5 here:
https://www.dropbox.com/s/fl88f8v6x6ph6 ... 5.zip?dl=0
by jrachele
Sat Oct 29, 2016 11:22 pm
Forum: Databases and Quizbowl Software
Topic: QuizGuru - Robot that reads random questions to you
Replies: 9
Views: 6498

Re: QuizGuru - Robot that reads random questions to you

Thanks Devin! Yes, I feel like I should probably adjust the dynamic of the Get Tossup/Answer button a bit, maybe providing a small pause/play button next to it just for pausing the voice? The custom distribution is likely a pretty simple thing to implement, all I would really have to do is run a ran...
by jrachele
Sat Oct 29, 2016 4:30 pm
Forum: Databases and Quizbowl Software
Topic: QuizGuru - Robot that reads random questions to you
Replies: 9
Views: 6498

QuizGuru - Robot that reads random questions to you

Hey guys, I know this probably isn't a very original idea and I'm sure it has been previously implemented to some extent, but I have created a program that reads aloud tossups to you. The program uses MaryTTS and Quinterest to read aloud questions and query them respectively. The project is complete...