[
    {
        "id": "productTest",
        "tableOrder": 1,
        "question": "Choose Product Test",
        "brandQuestion": "Choose Product Test",
        "template": "choose-product-test.html",
        "label": "Product Test",
        "hidden": true,
        "populates": []
    },
    {
        "id": "activityType",
        "tableOrder": 2,
        "question": "Activity",
        "brandQuestion": "Activity - Activity Type",
        "template": "activity-type.html",
        "label": "Activity",
        "values": [
            "Running",
            "Cycling",
            "Hiking / Backpacking",
            "Mountaineering",
            "Climbing",
            "Snowsports",
            "Watersports",
            "General Use",
            "Hunting",
            "Fishing",
            "Golf",
            "Motorcycling"
        ],
        "populates": ["activityType"]
    },
    {
        "id": "duration",
        "tableOrder": 3,
        "question": "Duration",
        "brandQuestion": "Activity - Duration",
        "template": "duration.html",
        "label": "Duration",
        "options": {
            "minuteInterval": 15
        },
        "populates": ["durationHours", "durationMinutes", "durationSeconds"]
    },
    {
        "id": "distance",
        "tableOrder": 4,
        "question": "Distance",
        "brandQuestion": "Activity - Distance",
        "template": "distance.html",
        "label": "Distance",
        "populates": ["distance", "distanceUnits"]
    },
    {
        "id": "terrain",
        "tableOrder": 6,
        "question": "Terrain",
        "brandQuestion": "Activity - Terrain",
        "template": "terrain.html",
        "label": "Terrain",
        "values": ["Flat", "Hills", "Mixed", "Water"],
        "populates": ["terrain"]
    },
    {
        "id": "environment",
        "tableOrder": 10,
        "question": "Environment",
        "brandQuestion": "Activity - Environment",
        "template": "environment.html",
        "label": "Environment",
        "values": ["Grassy", "Bushes", "Trees", "Rocks"],
        "populates": ["environment"]
    },
    {
        "id": "surface",
        "tableOrder": 11,
        "question": "Surface",
        "brandQuestion": "Activity - Conditions Underfoot",
        "template": "surface.html",
        "label": "Surface",
        "values": ["Grass", "Mix", "Trail"],
        "populates": ["surface"]
    },
    {
        "id": "conditionsMulti",
        "tableOrder": 7,
        "question": "Weather Conditions",
        "brandQuestion": "Weather - General",
        "template": "generic-checkbox.html",
        "label": "Conditions",
        "values": ["Sun", "Rain", "Overcast", "Storm", "Snow", "Indoors"],
        "populates": ["conditionsMulti"]
    },
    {
        "id": "temperature",
        "tableOrder": 5,
        "question": "Temperature",
        "brandQuestion": "Weather - Temperature Absolute",
        "template": "temperature.html",
        "label": "Temp",
        "populates": ["temperature", "temperatureUnits"]
    },
    {
        "id": "temperatureRelative",
        "tableOrder": 12,
        "question": "Temperature",
        "brandQuestion": "Weather - Temperature Relative",
        "template": "temperature-relative.html",
        "label": "Temp",
        "values": ["Cold", "Mild", "Warm", "Hot"],
        "populates": ["temperatureRelative"]
    },
    {
        "id": "wind",
        "tableOrder": 13,
        "question": "Wind",
        "brandQuestion": "Weather - Wind",
        "template": "wind.html",
        "label": "Wind",
        "values": ["None", "Light", "Moderate", "Strong"],
        "populates": ["wind"]
    },
    {
        "id": "clothing",
        "tableOrder": 14,
        "question": "What did you wear under the garment?",
        "brandQuestion": "Behavior - Clothing",
        "template": "clothing.html",
        "label": "Clothing",
        "values": ["Short-sleeved base layer", "Long-sleeved base layer", "Mid layer", "Other"],
        "populates": ["clothing"]
    },
    {
        "id": "packHarness",
        "tableOrder": 15,
        "question": "Did you wear a backpack or harness?",
        "brandQuestion": "Behavior - Pack/Harness",
        "template": "pack-harness.html",
        "label": "Pack/Harness",
        "values": ["Yes", "No"],
        "populates": ["packHarness"]
    },
    {
        "id": "skinProductsMulti",
        "tableOrder": 16,
        "question": "Did you use any of these products?",
        "brandQuestion": "Behavior - Skin Products",
        "template": "generic-checkbox.html",
        "label": "Skin Products",
        "values": ["None", "Skin Cream", "Sun Cream", "Insect Repellent", "Hair Product", "Other"],
        "populates": ["skinProductsMulti"]
    },
    {
        "id": "laundry",
        "tableOrder": 17,
        "question": "Did you wash the product today?",
        "brandQuestion": "Behavior - Laundry",
        "template": "laundry.html",
        "label": "Laundry",
        "values": ["Yes", "No"],
        "populates": ["laundry"]
    },
    {
        "id": "washDetails",
        "tableOrder": 18,
        "question": "Which detergent did you use?",
        "brandQuestion": "Behavior - Wash Details",
        "template": "wash-details.html",
        "label": "Wash Details",
        "populates": ["washDetails"]
    },
    {
        "id": "dryDetails",
        "tableOrder": 19,
        "question": "How did you dry your product?",
        "brandQuestion": "Behavior - Dry Details",
        "template": "dry-details.html",
        "label": "Dry Details",
        "values": ["Air/hang", "Drier with heat", "Drier without heat", "Combination"],
        "populates": ["dryDetails"]
    },
    {
        "id": "leakage",
        "tableOrder": 20,
        "question": "Did the product leak?",
        "brandQuestion": "Product Performance - Leakage",
        "template": "leakage.html",
        "label": "Leakage",
        "values": ["Yes", "No"],
        "populates": ["leakage"]
    },
    {
        "id": "feelWet",
        "tableOrder": 21,
        "question": "Did you feel wet while wearing the product?",
        "brandQuestion": "Product Performance - Feel Wet",
        "template": "feel-wet.html",
        "label": "Feel Wet",
        "values": ["Yes", "No"],
        "populates": ["feelWet"]
    },
    {
        "id": "change",
        "tableOrder": 22,
        "question": "Did you notice any change in product performance?",
        "brandQuestion": "Product Performance - Change",
        "template": "change.html",
        "label": "Change",
        "values": ["Yes", "No"],
        "populates": ["change"]
    },
    {
        "id": "notes",
        "tableOrder": 9,
        "question": "Notes",
        "brandQuestion": "Product Performance - General",
        "template": "activity-notes.html",
        "label": "Notes",
        "populates": ["notes"]
    },
    {
        "id": "referencedComments",
        "tableOrder": 23,
        "question": "Please provide more details",
        "brandQuestion": "Product Performance - Referenced Comments",
        "template": "referenced-comments.html",
        "label": "Referenced Comments",
        "populates": ["referencedComments"]
    },
    {
        "id": "imagesGallery",
        "tableOrder": 24,
        "question": "Upload images",
        "brandQuestion": "Upload images",
        "template": "images-gallery-upload.html",
        "label": "Images",
        "hidden": true,
        "populates": []
    },
    {
        "id": "location",
        "question": "Save Location",
        "template": "location.html",
        "tableOrder": 25,
        "brandQuestion": "Location",
        "label": "Location",
        "populates": []
    }
]
