Resources

Background



Use case scenario

In this example, a scenario is considered where information about cities around world is to be collected and analyzed. This city data set is to include the following:

  1. The name of the continent where this city is located.

  2. The name of the country where this city is located.

  3. The population count of that city in 1950.

  4. The population count of that city in 2000.

  5. The projected population count in 2050.

  6. The GPS location of the any part of the city.

During and after the data collection process, an analyst should be able to query and filter data based on specific parameters. For instance, the analyst should be able to ask the system to display the total number of cities surveyed per continent or the standard deviations of the 1950 population count of the cities surveyed in France. The analyst should also be able to view the results of these queries as charts, tables and be able to download same for analysis offline.


Form constraints

The design of the form used to collect the data should be such that the following constraints are imposed:

  1. All data inputs are compulsory.

  2. The three population count i.e., 1950, 2000 and 2050, must be integer values and cannot be less than zero.

  3. Where data isn’t available for the population count i.e., 1950, 2000 or 2050, the data collector should enter a zero value.

  4. The name of the continent and country chosen for a city must be valid.

  5. The country chosen for a city must be in the correct continent.

  6. The GPS location collected must have an accuracy no more than 5 meters.

In this use case scenario, assume that the data collectors are either English or French speaking and therefore the form should be able to present its input questions in both languages depending on the settings on the device used to collect the data.


Walkthrough structure

To accomplish the objectives of this example the following is covered:


The files required for this walkthrough are contained in this zip folder. Download and unzip this folder and Next button to start.