{% extends "check-answers.njk" %}

{% set questionMap = {
    workProposal: { question: 'What activity or development work do you plan to do?', href: _uri.workProposal },
    workPayment: { question: 'Do you think the purpose of your project is exempt from payment?', answer: { 'yes': 'Yes', 'no': 'No' }, href: _uri.workPayment },
    workCategory: { question: 'What kind of development is happening at the site?', href: _uri.workCategory },
    workPaymentExemptCategory: { question: 'Why do you think your project is exempt from payment?', href: _uri.workPaymentExemptReason }
} %}

{% set checkData = data %}
