Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
167 changes: 167 additions & 0 deletions Quiz-001-Basic-for-Webversion.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,167 @@
What is particulate matter (PM) 2.5?
-- all PM under 2.5 mm radius
-- all PM under 2.5 micro-m radius
-- all PM under 2.5 mm diameter
-- all PM under 2.5 micro-m diameter

AQI standards for
-- Air Quality Information
-- Air Quality Index
-- Air Quality Inventory
-- Air Quality Impacts

PM2.5 is a
-- Primary pollutant
-- Secondary pollutant
-- Has both primary and secondary pollutants
-- Don't know

Global climate Change is same as air pollution we experience in the city's
-- True
-- False
-- Sometimes
-- Don't know

SMOG is
-- Suspended-PM and Fog
-- Smoke and Fog
-- Sulfur Dioxide and Fog
-- Soot and Fog

Air quality is same as Air Quality Index (AQI)
-- True
-- False
-- Sometimes
-- Don't know

Which pollutant is responsible for acid rain?
-- Ammonia
-- Carbon Monoxide
-- Ozone
-- Sulfur Dioxide

Which of the following is not a necessary ingredient in the production of Ozone?
-- Carbon Dioxide
-- Nitrogen Oxides
-- Sunlight
-- Volatile Organic Compounds

What is the unit of Air Quality Index (AQI)?
-- micro-gm/m3
-- none
-- percentage (%)
-- tons/year

What is a typical unit of emissions?
-- kg/day
-- tons/year
-- It depends
-- A & B

What is a typical unit of pollution?
-- micro-gm/m3
-- tons/year
-- It depends
-- A & B

Pollutant that gets attached to blood (haemoglobin) and leads to premature mortality?
-- Carbon Dioxide
-- Carbon Monoxide
-- Nitrogen Dioxide
-- Ozone

Good ozone protecting us from UV radiation, resides in?
-- Biosphere
-- Mesosphere
-- Stratosphere
-- Troposphere

Bad ozone that we don't want to breathe, resides in?
-- Biosphere
-- Mesosphere
-- Stratosphere
-- Troposphere

Chronic Obstructive Pulmonary Disorder (COPD) due to air pollution is associated with this organ
-- Blood
-- Heart
-- Lungs
-- Eyes

Cardiac arrests due to air pollution is associated with this organ
-- Blood
-- Heart
-- Lungs
-- Eyes

Ambient air pollution sources are?
-- Everything that burns
-- It depends on when and where
-- Mostly biomass burning
-- Mostly transport

Air quality index (AQI) provides more information than air quality data
-- True
-- False
-- Sometimes
-- Don't know

Air quality index information is preferred for regulatory purposes
-- True
-- False
-- Sometimes
-- Don't know

Air quality index information is preferred for public awareness
-- True
-- False
-- Sometimes
-- Don't know

Air quality index value is same as PM2.5 concentration value
-- True
-- False
-- Sometimes
-- Don't know

Discussions on emissions is same as discussions on pollution
-- True
-- False
-- Sometimes
-- Don't know

Regulatory-grade monitoring systems do not require any maintenance
-- True
-- False
-- Sometimes
-- Don't know

All monitoring systems require regular maintenance and calibration
-- True
-- False
-- Sometimes
-- Don't know

Satellite observations are superior to ground measurements
-- True
-- False
-- Sometimes
-- Don't know

Best way to reduce pollution
-- Increase the number of monitoring stations
-- Control emissions at all the sources
-- Use vacuum cleaner like equipment to suck pollution in the air
-- All the above

Air Quality Index (AQI) methodology is same for all the countries
-- True
-- False
-- Sometimes
-- Don't know

Monitoring data is enough to know everything about air pollution
-- True
-- False
-- Sometimes
-- Don't know
38 changes: 24 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,31 @@
# Multiple Choice Quiz (ReactJS)

<img width="500" alt="Screen Shot 2022-01-19 at 6 19 13 PM" src="https://user-images.githubusercontent.com/36372968/150233909-40f43663-f001-4315-b7ea-970bf54a9a73.png">
Answer the quiz on: [AirQualityQuiz](https://urbanemissionsinfo.github.io/airqualityquiz/)

The slide doc to this app can be found here: [Slides](https://docs.google.com/presentation/d/1Q-Ula2IBLRKel3bROX5Ly3UaF7uEDVBFx6Wfe9IGZ7U/edit?usp=sharing)

![alt text](image.png)

## Deploy on GH pages
[Video tutorial](https://www.youtube.com/watch?v=7wzuievFjrk)

<img width="400" alt="Screen Shot 2022-01-19 at 6 19 32 PM" src="https://user-images.githubusercontent.com/36372968/150233956-8550e069-05e2-4bcd-bf23-270cad6cc590.png">

## Improvements

### Easy 🟢
- **Visual updates**: Animations, Sounds, Font Styling, Background, Colors, etc.
- Store list of questions in a seperate file - `questions.txt`
- Change list of questions to something else

### Medium 🟡
- After game reset, **scramble order of questions** randomly
- After clicking an option, pause for 2 sec, show correct answer, then move onto next one
- At the end show list of wrong questions with the correct answers
- Create different ReactJS components

### Hard 🔴
- Create a **live leaderboard** of users using a backend (Firebase, AWS, etc.)
- [ ]**Visual updates**: Animations, Sounds, Font Styling, Background, Colors, etc.
- [x] Store list of questions in a seperate file - `questions.csv`
- [x] Place `questions.csv` on Google Sheets and serve it from there // add 'Loading quiz' for lag.
- [x] Add multiple quiz urls served by multiple GoogleSheets
- [x] Create a #users tracker

### Medium 🟡

- [x] After game reset, **scramble order of questions** randomly
- [x] After clicking an option, show correct answer, then move onto next one (button or pause for 5 seconds)
- [ ] At the end show list of wrong questions with the correct answers
- [ ] Create different ReactJS components

### Hard 🔴 - requires backend.
- [x] Collect scores - total and questionwise.
- [ ] Create a **live leaderboard** of users
Binary file added image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading