Skip to content
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

Generate ''Find the Fib'' Questions #4

Open
nhatsmrt opened this issue May 24, 2021 · 1 comment
Open

Generate ''Find the Fib'' Questions #4

nhatsmrt opened this issue May 24, 2021 · 1 comment

Comments

@nhatsmrt
Copy link
Contributor

When/how are the "find the fib" questions generated to a user? From my understanding of the paper, the flow is that one user will write claims (true and false) about the topics, and then these will show up in another user's menu later, correct? And are the initial "Find the Fib" questions pre-loaded into the database somehow?

@eisenjulian
Copy link
Collaborator

Currently newly created claims will not show on other users feed automatically/immediately. We have the concept of a workflow which is a list of pairs of claims to vote on as well as entities to write claims about that is shown to all users at the same time.

A new workflow with the latest data is created and uploaded by running the script python util/create_workflow.py. Then we need to point users running the game to the new workflow id (by default is today's date in YYYY-MM-DD format. This can be done by navigating
to https://console.firebase.google.com/u/0/project/PROJECT_ID/config and adding a string parameter
kWorkflowID. This parameter will override in realtime the defaultConfig of board/src/config/server.js

Regarding the initial state, the script util/bootstrap.py uploads a few the claims in the FM2 dataset to create an initial workflow, not all of them are being uploaded, but it would be easy to add a flag for that if it's needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants