-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can be linked to database? #21
Comments
please explain what you mean by "linked to the database"
Armando Fox (pronouns: he, him; él)
Professor, Computer Science Division
Faculty Advisor, Digital Learning Strategy & MOOCLab
UC Berkeley Campus Equity Advisor
581 Soda Hall MC#1776, Berkeley, CA 94720-1776
+1.510.642.6820 / http://www.cs.berkeley.edu/~fox <http://www.cs.berkeley.edu/~fox>
Learn to build software free at saas-class.org
… On Feb 27, 2020, at 17:10, Monroe Mann ***@***.***> wrote:
Hello @armandofox <https://github.com/armandofox> @tansaku <https://github.com/tansaku> @pattrsn <https://github.com/pattrsn> @deliahu <https://github.com/deliahu> @bjnord <https://github.com/bjnord>,
I'm very curious if this can be linked to the database? We are trying to create a quiz game that allows members to get to know other members using member data from the database.
Thank you!
-Monroe
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#21?email_source=notifications&email_token=AACCMTFQ6I42BOSK5HQ6EW3RFBQBFA5CNFSM4K5GU7YKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IQ673PQ>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AACCMTGGQZXG3J5PJIVSXSDRFBQBFANCNFSM4K5GU7YA>.
|
Hi @armandofox We want our members to get to know one another. Our PostGreSQL database has all the individual information about each member: name, native languages, current country, etc. We want to create a quiz game on top of our live site and current database that capitalizes on this data, by using it to populate the quiz answers. In other words, we don't want to hard code our quiz answers. We want the quiz answers to be dynamically created. |
P.S. - Thanks for responding! |
i think you're misunderstanding what this gem does.
it providces a domain-specific language for authoring quizzes.
it does not provide any facilites for "administering" the quiz in a SaaS app.
we built an app called Course Question Bank that has such a RuQL "player" embedded in it, which is open source at saasbook/coursequestionbank, but it may be overkill for your needs. (and it's provided as-is, so we cannot offer any support to help you get it running, since we just built it to use internally.)
Armando Fox (pronouns: he, him; él)
Professor, Computer Science Division
Faculty Advisor, Digital Learning Strategy & MOOCLab
UC Berkeley Campus Equity Advisor
581 Soda Hall MC#1776, Berkeley, CA 94720-1776
+1.510.642.6820 / http://www.cs.berkeley.edu/~fox <http://www.cs.berkeley.edu/~fox>
Learn to build software free at saas-class.org
… On Feb 27, 2020, at 17:26, Monroe Mann ***@***.***> wrote:
Hi @armandofox <https://github.com/armandofox> We want our members to get to know one another. Our PostGreSQL database has all the individual information about each member: name, native languages, current country, etc. We want to create a quiz game on top of our live site and current database that capitalizes on this data, by using it to populate the quiz answers.
In other words, we don't want to hard code our quiz answers. We want the quiz answers to be dynamically created.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#21?email_source=notifications&email_token=AACCMTDNYPRRST5HE7DRARLRFBR3PA5CNFSM4K5GU7YKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOENGTVHY#issuecomment-592263839>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AACCMTB4ER4YOOOAAFGSUF3RFBR3PANCNFSM4K5GU7YA>.
|
Hello @armandofox @tansaku @pattrsn @deliahu @bjnord,
I'm very curious if this can be linked to the database? We are trying to create a quiz game that allows members to get to know other members using member data from the database.
Thank you!
-Monroe
The text was updated successfully, but these errors were encountered: