-
Notifications
You must be signed in to change notification settings - Fork 2
Democracy Visualization #66
base: master
Are you sure you want to change the base?
Conversation
question database: currently an object in json format created QuestionDataBase class that renders the question
…rica into map_questions
there are a couple bugs that need to be fixed, but hopefully once those are dealt with this will work!!
there is still something that is not working..
we still need to add a couple components that gives visual feedback and i dont think the answer checker is working properly but something is showing up :))
unused file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Really great technical work here -- particularly that you made the quiz its own component that we can now reuse in all sorts of places!
This prototype isn't quite ready for primetime, though, because it needs to have some real questions and answers before a user can interact with it and get a sense of how the final version is going to be useful. Right now, clicking on "Answer 1" for "Question 1" doesn't give me a good sense of how I'll interact with the map in order to investigate the questions being posed.
Please draft even just one or two real questions inside of this tech framework, and then we'll be in good shape to show @evanlieb! They don't have to be super sophisticated, but should require the player to interact with the map to answer. (e.g., what country had the highest score in X year? -- what country experienced the largest growth in this score between X and Y years? -- etc.)
Created a separate React Quiz Component (Completely factored out so any group should be able to use it):
Database: