Introduction
About your App. <Describe your app here>
This app is a clicker app for a classroom. If the students have this app on their phone. They can hit agree or disagree to a question in the classroom. The app will tally all the agrees and disagrees on the phone. There is a teacher version of the app and a student version of the app. the teacher version will update the questions with update button and only the teacher can reset the tally.
Reflection
Be sure to provide screenshots along with your explanations.
By using the PUSH feature, we have greatly reduced the likelihood of a race condition - the possibility that we are displaying or using outdated data. But have we eliminated the possibility entirely? Explain.
Answer
No, because the student app could be delayed if it does not up
In your own words, describe the disadvantages of using a public database.
Answer
The disadvantage is privacy, the using of words as tags and there always being a chance of your personal data being overwritten.
Explain why the FB version of the app requires less code to implement the same features than does the TinyWebDB version of the app.
Answer
We do not need to use a clock in the FB version. therefore fewer event handlers are needed.
Final App and Digital Distribution:
How to Install my App: (Scan Here)
Design:
Be sure to provide screenshots along with your explanations for each of the enhancements that you made.
Note: This section may repeat based on how many large Event Handlers you have.
<Your Explanation goes here>
I made two different versions of the app teacher version and student version. i took the easy way and duplicated the app and took off the two button for reset and add question. Put in label at the top of the student version to read tthe question.