Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 839 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 839 Bytes

Mobile Application: Quiz Mapper

This repository contains the location-based quiz mobile application. Below are the main functions of the app:

  1. Displays a map derived from Leaflet API
  2. On start-up, automatically downloads question location points and tracks user device location, adding these to the map.
  3. Displays location names of question points
  4. Calculates the distance between user location and Warren Street Station
  5. Calculates distance between user location and question points
  6. Informs user if answer choice is correct or incorrect.
  7. Uploads user answer input of questions to server to process and store input to a PostGIS database.
  8. Contains a user guide page.