play icon for videos
← Academy
SOPACT ACADEMY · CONNECTED DATA INTELLIGENCE · CONNECT

How Do You Collect Feedback Offline and in the Field?

An enumerator visits the same household in March, July and November — three tablets, three uploads, three rows. Offline collection is not really a connectivity problem. Signal comes back; the answer to "is this the same family?" does not, unless someone assigned an identifier before the first visit.

This chapter resolves check 02 One record of the eight checks.

An enumerator visits the same household in March, July and November. Three tablets, three uploads, three rows — and because nobody assigned that household an identifier on the first visit, someone in the office now matches them by the spelling of a name written on a paper form. That reconciliation is not a data-cleaning task. It is the moment the programme loses the ability to say whether anything changed for that family, and no amount of analysis afterwards recovers it.

How do you collect feedback offline without losing who said what?

You assign the identifier before the first visit, not after the last one. Everything else about offline collection — queuing responses with no signal, syncing when the bars return, validating on the device — is solved by most field tools. What is almost never solved is identity: whether the person you met in March is recognisably the same person in November, across a different tablet, a different enumerator, and eight months of gap. Get that wrong and you have three separate surveys of strangers.

What an identifier has to survive

Field conditions attack identity from four directions at once. An identifier that survives one and fails another is no better than no identifier, because a partially matched cohort is more dangerous than an obviously unmatched one — it looks analysable.

An identifier has to survive four things
The deviceVisit two happens on a different tablet, and it may sync days before or after visit one. Identity cannot depend on upload order or on which device holds the record.
The enumeratorA different fieldworker does the follow-up. They were not there in March and have no memory of the household to draw on.
The gapMonths pass. The family moved, changed phone number, or a different member answers the door and gives a different name.
The respondent's memoryThe respondent should not have to remember anything at all. Any scheme that depends on them recalling something they invented last year has already failed.

That last one is the most commonly violated, and the failure is worth describing precisely because it looks so reasonable on paper.

Why "let the respondent create their own ID" fails

The scheme is appealing because it preserves anonymity: ask each person to build a code from things only they know — first two letters of their mother's name, their state abbreviation, the day of their birthday. No names stored, and the same person can regenerate the code next year.

Except they cannot. A patient association with more than eleven thousand members ran exactly this design across several surveys. People forgot the identifier they had invented, entered something different at the next wave, and the records could not be matched. The anonymity was preserved perfectly and the longitudinal analysis was lost entirely — which is the worst possible trade, because the whole reason for the ID was to enable the follow-up.

The lesson is not that anonymity and continuity conflict. It is that the burden of remembering has to sit with the system. A system-generated identifier issued at first contact and carried in the invitation link asks nothing of the respondent, and it can still be de-identified in analysis.

Why name-matching fails too

The fallback, when no identifier exists, is to match on name plus something — village, age, phone number. In the field this degrades faster than teams expect:

  • Names get transliterated differently by different enumerators, and neither spelling is wrong.
  • Ages recorded as "about 40" in March become 41 in November, or 38.
  • Phone numbers are shared between households, or change between visits.
  • Two people in a small community genuinely have the same name, and the match silently merges them into one participant whose outcomes are an average of two lives.

The last failure is the reason to care. An unmatched record announces itself — you can count the orphans. A wrongly matched record does not, and it enters your outcome figures as signal.

How to do this without any particular software

The method is not proprietary, and it is worth building by hand once so you know what the software is doing for you.

  1. Build the roster before the first field day. List every household or participant you intend to visit, and give each one a code you generate — sequential is fine: KAM-014, KAM-015. If you cannot enumerate the population in advance, generate a block of unused codes and assign them at first contact.
  2. Put the code on something physical. A card left with the household, a sticker in a logbook, a printed slip in the participant's file. In low-connectivity work this is what makes visit two findable.
  3. Make the code the first field on every form, and make it required. Not the name — the code. The name can be collected too, in a separate field, for the field team's own use.
  4. Keep the code-to-person mapping in exactly one place, under access control, separate from the response data. This is what lets you de-identify analysis later without destroying the ability to follow up.
  5. Validate at the point of entry, not afterwards. Numeric ranges, required fields, and skip logic have to run on the device with no signal. A typo caught at the doorstep costs seconds; the same typo caught in the office costs a phone call that will not be answered.

Run that and you have solved check 02 for one cohort with a spreadsheet and some printed cards. It genuinely works.

Where the manual version breaks

It breaks on repetition, and always in the same three places. The roster spreadsheet drifts from the form as questions change between waves, so the code column ends up in a different position and someone pastes the wrong column. The person who designed the scheme leaves, and their successor does not know that KAM means Kamuli district or that codes beginning X were test entries. And a second site starts collecting with its own numbering, so two participants share the code 014 and the merge across sites is now a manual reconciliation of exactly the kind the scheme existed to prevent.

This is where a system earns its place, and the claim is narrow: Sopact Sense issues the identifier at first contact and carries it in the invitation itself, so every later response joins to that record regardless of device, enumerator, sync order, or elapsed time — and nothing is asked of the respondent. Validation runs on the device offline, so what syncs is already clean and already attached to a person. Multiple sites draw from one identifier space, so a second site cannot mint a colliding code. Your team still decides who is on the roster, what the form asks, and who may see the mapping.

How to test this on a real cycle

Use: One participant recorded three times across two waves, on two different devices, by two different fieldworkers, with one of the uploads deliberately synced last. Add one respondent who declines consent to be re-contacted.

Pass: All three responses land on one record without anyone matching by name. The out-of-order sync makes no difference. The declining respondent is not linked on return.

Fail: Any step requires a human to decide whether two rows are the same person.

Do this on a live cycle. A demo dataset has no transliteration variance, no eight-month gap and no staff turnover, which are the only three things this check is actually about.

Frequently asked questions

Does offline collection work with no signal at all?

Yes — forms render and accept answers on the device, and responses queue locally until connectivity returns. That part is well solved across the field-tool market. Identity across visits is the part that is not, and it is decided before the first visit rather than at sync.

Can respondents stay anonymous if the system assigns the ID?

Yes, and more reliably than with a self-generated code. A system identifier lets you de-identify the analysis while retaining the ability to follow up, because the code-to-person mapping lives in one access-controlled place rather than in each respondent's memory.

What if we cannot list the population in advance?

Generate a block of unassigned codes and issue them at first contact. The requirement is that the code exists before the response does — not that you knew who would receive it.

How do we handle a household that moved?

The identifier is what makes this recoverable: the record persists even when the address does not, so a re-contact at a new location joins the same history. Matching on address or phone number is precisely what fails here.

What about a respondent who withdraws consent?

The identifier has to be able to break the link as deliberately as it makes it. A consent withdrawal should prevent re-linking on return, which is only possible if consent status travels with the record rather than sitting in a separate log.

Can we import existing forms from Kobo or ODK?

XLSForm imports directly, preserving skip logic and validation. The change is not the form — it is attaching that form to an identifier issued in advance instead of to a row in an export.

Why does the wrong match matter more than the missing one?

Because you can count missing records and disclose them. A wrong match produces a participant whose before-and-after belongs to two different people, and it enters the outcome figure as evidence with nothing marking it as suspect.

The unglamorous conclusion is that offline data collection is not really a connectivity problem. Signal comes back; the queue uploads; that part is engineering that other people have already finished. What does not come back is the answer to is this the same family? — and that question is settled months earlier, by whether someone wrote a code on a card before knocking on the door the first time.

Next: Read documents as evidence

Ready to try it for yourself?

ChatGPT, Claude, and Gemini are fine for a quick test — but not for an answer you'll put in front of a funder or board. When it has to hold up, run it in Sopact Sense.

Try it in Sopact →
The Loop
The Loop — the method in one read
the-loop
Loop
The method
0
One continuous method for reliable, traceable AI reporting across case, application, grant, and program workflows: collect clean, analyze on arrival, and improve in time.
Teams running cases, applications, grants, or programs that need AI-assisted reporting they can reproduce, trace to source evidence, and act on before the cycle ends.
What Is Case Intelligence?
What Is Case Intelligence?
what-is-case-intelligence
Case
Foundation
1
One current, traceable record for each person—connecting intake, services, notes, surveys, documents, outcomes, decisions, and follow-up.
Workforce and training · Youth and mentoring · Case management · Scholarships · Accelerators · Education · Nonprofit programs
What Is Grant Intelligence?
What Is Grant Intelligence?
what-is-grant-intelligence
Grant
Foundation
1
One connected evidence record from application and committee review through the awarded grant, grantee reporting, renewal, and board accountability.
Foundations and grantmakers · Public grant programs · Scholarships and fellowships · Accelerators
What Is Portfolio Intelligence?
What Is Portfolio Intelligence?
what-is-portfolio-intelligence
Portfolio
Strategy
1
A source-linked portfolio view that connects each investee or grantee's agreed plan, reporting cadence, evidence, risks, and results.
Impact funds and investors · Foundations with grant portfolios · Family offices · Blended-finance vehicles
What Is Connected Data Intelligence?
What Is Connected Data Intelligence?
connected-data-intelligence
Feedback
Foundation
1
Keep evidence from surveys, files, notes, documents, systems, sites, and reporting periods connected to one continuing record.
Multi-program nonprofits · Member and chapter networks · Research associations · Training and coaching teams · Organizations with scattered evidence
What Is Impact Measurement and Reporting?
What Is Impact Measurement and Reporting?
embedded-impact-measurement
Reporting
Align
1
Define intended change, align organization and funder context, govern measures, interpret evidence, and produce traceable reports for decisions.
Program and impact teams · MEL leads · Funders and donors · Foundations · Impact funds · Organizations building rigorous impact reports
The Loop Methodology
Methodology — continuous, not annual
loop-methodology
Loop
The method
1
The continuous collect–analyze–improve cycle, adopted as an experiment: start with the step that already pays and add one data-collection step at a time.
Teams tired of rebuilding spreadsheets and forms who want a measurement system that compounds instead of resetting.
How to Build a Theory of Change with AI: Prompts, Workflow & Examples
Build a Theory of Change You Can Test
how-to-build-a-theory-of-change
Reporting
Align
2
How Do You Onboard a Portfolio and Track Results?
Onboard a Portfolio & Lock the Impact Agreement
onboard-portfolio-lock-impact-agreement-track-results
Portfolio
Data Dictionary
2
The Loop: Reliability
Reliability — the same answer twice
loop-reliability
Loop
The method
2
Determinism as a feature: the same question over the same data returns the same answer every run — the opposite of a generic AI chat that drifts.
Anyone who has watched a general AI tool give two different numbers for the same question and needs results they can stand behind.
How to Design a Fair Application and Selection Process
Design an Application Process
how-to-design-an-application-process
Grant
Foundation
2
Which Shape Is Your Data?
Which shape is your data?
which-shape-is-your-data
Feedback
Foundation
2
How Do You Build a Logic Model?
Build a Logic Model You Can Use
how-to-build-a-logic-model
Reporting
Align
3
How Do You Onboard a Grant or RFP Program?
Onboard a Grant or RFP Program
how-to-onboard-a-grant-rfp-program
Grant
Foundation
3
Theory of Change to Data Collection: A Four-Step Workflow
Turn a Theory of Change into a Data-Collection Workflow
theory-of-change-to-data-collection-workflow
Case
Foundation
3
How Do You Map Portfolio Data to IRIS+, GRI, and ESRS?
One Data Dictionary & Standards Mapping (IRIS+ / GRI / ESRS / CSRD)
portfolio-data-dictionary-standards-mapping
Portfolio
Chapters
3
The Loop: Traceability & Transparency
Traceability & Transparency
loop-traceability
Loop
The method
3
Every figure links back to the exact response, note, or document it came from — a full audit trail from headline result to raw evidence.
Teams whose numbers get scrutinized — by funders, boards, auditors, or standards — and who need to answer where did this come from on the spot.
How Do You Change a Question Without Breaking the Record?
Change questions without breaking the record
change-questions-without-breaking-the-record
Feedback
Control
3
Versioning questions and rules so a programme team can improve the instrument mid-cycle without silently breaking the trend line.
Programme & MEL leads · Teams whose questionnaire has ossified · Anyone evaluating a platform where configuration is a purchased service
What Are the IMP Five Dimensions of Impact?
Use the Five Dimensions to Test the Evidence
five-dimensions-of-impact
Reporting
Align
4
How Do You Design a Grant Rubric and Eligibility Rules?
Design Your Rubric & Eligibility Rules
grant-rubric-eligibility-rules
Grant
Foundation
4
How Do You Frame Portfolio Outcomes Over Outputs?
Frame Outcomes Over Outputs at Portfolio Level
frame-outcomes-portfolio-level
Portfolio
Chapters
4
The Loop: Flexibility
Flexibility — one method, four workflows
loop-flexibility
Loop
The method
4
The same collect–analyze–improve cycle, shaped to four kinds of impact work — case, grant, portfolio, and feedback — each shown end to end.
Anyone deciding where the Loop fits their work, who wants to see the full path from messy input to a report they can defend.
How Do You Collect Feedback Offline and in the Field?
Collect Feedback Offline & in the Field
collect-feedback-offline
Feedback
Connect
4
Capturing stakeholder feedback where there's no connectivity and syncing each answer to one continuing record — so field and multi-site programs keep a single identity from intake to endline.
Field & multi-site programs · Low-connectivity contexts · Nonprofits collecting in person
How Do You Design an Intake Form for a Baseline?
Design an Intake Form That Captures a Usable Baseline
intake-form-usable-baseline
Case
Nonprofit Track
5
What's the Difference Between Outcomes and Outputs?
Outcomes vs Outputs
frame-outcomes-over-outputs
Grant
Foundation
5
How Do You Do Pre-Investment Due Diligence?
Pre-Investment Due Diligence & Screening
pre-investment-due-diligence-screening
Portfolio
Chapters
5
The Loop Guarantee
The Guarantee — first workflow in 2 months
loop-guarantee
Loop
The method
5
How Do You Build an Organization Evidence Model?
Build the Organization Evidence Model
build-organization-evidence-model
Reporting
Align
5
How Do You Use Documents as Evidence?
Read documents as evidence
read-documents-as-evidence
Feedback
Connect
5
How to Clean Open-Ended Survey Responses
Clean Open-Ended Responses at the Source
clean-open-ended-survey-responses
Feedback
Clean
6
How Do You Spot At-Risk Participants Mid-Program?
Spot At-Risk Participants Mid-Program
spot-at-risk-participants-mid-program
Case
Nonprofit Track
6
How to Write a Nonprofit Grant Application: Template and Example
Grant Application for Nonprofits
grant-application-for-nonprofit-organizations
Grant
Foundation
6
How Do You Collect Investee Reporting Without Burden?
Collect Standardized Reporting from Every Investee, Without Burden
collect-investee-reporting-without-burden
Portfolio
Chapters
6
How Do You Build a Funder Context Profile?
Build a Sourced Funder Context Profile
build-funder-context-profile
Reporting
Align
6
How Do You Measure Change at Exit?
Measure Change at Exit (Not Just Completion)
measure-change-at-exit
Case
Nonprofit Track
7
How Do You Collect Applications Clean at the Source?
Collect Applications Clean at the Source
collect-applications-clean-at-source
Grant
Collect
7
How Do You Chase Missing Investee Data?
Chase Missing Investee Data — Automatically
chase-missing-investee-data
Portfolio
Chapters
7
How Do You Analyze Multilingual Feedback?
Analyze Multilingual Feedback
analyze-multilingual-feedback
Feedback
Clean
7
Cleaning and theming multilingual open-ended feedback across languages on one continuing record — every theme cited to the person's own words, with no manual translate-then-code step.
Multi-country programs · Multilingual survey data · Global networks & chapters
How Do You Define Measures the Organization and Funder Can Both Use?
Define Measures the Organization and Funder Can Both Use
define-impact-metrics-funders-want
Reporting
Align
7
How Do You Find Who Is Missing Survey Waves?
Survey attrition — who is missing waves
survey-attrition-longitudinal-studies
Feedback
Read
8
How to Catch At-Risk Participants Early with Mentor Notes
Catch At-Risk Participants Early with Mentor Notes
mentor-notes-early-warning
Case
Nonprofit Track
8
How Do You Reduce Applicant Burden?
Reduce Applicant Burden
reduce-applicant-burden-auto-clarification
Grant
Collect
8
How Do You Analyze Investee Reports?
Read Investee Reports Across Qual + Quant + Financial + Social
read-investee-reports-multi-signal
Portfolio
Chapters
8
How Do You Define an Impact Metric So Everyone Counts It the Same Way?
Give Every Number One Definition
one-definition-for-every-number
Reporting
Define
8
How Do You Connect Quantitative and Qualitative Data?
Connect Quantitative & Qualitative Data
connect-quantitative-qualitative-survey-data
Feedback
Read
9
How Do You Calculate SROI Live?
Calculate SROI — Live, Sourced, and Honest
calculate-sroi-live
Case
Nonprofit Track
9
How Do You Collect Grantee Reports Without Burden?
Collect Grantee Reports Without Burden
collect-grantee-reporting-without-burden
Grant
Collect
9
How Do You Track Investees Against the Impact Agreement?
Track Investees Against the Impact Agreement (Variance)
track-investees-impact-agreement-variance
Portfolio
Chapters
9
How Do You Turn Reporting Requirements Into Evidence You Can Collect?
Turn Requirements Into Collectable Evidence
turn-reporting-requirements-into-evidence
Reporting
Define
9
How to Analyze Pre and Post Survey Data
Analyze Pre / Mid / Post Data
analyze-pre-mid-post-survey-data
Feedback
Read
10
How to Report a Job-Training Program to Grant Funders
Turn a Cohort into a Funder Impact Report
job-training-grant-impact-report
Case
Nonprofit Track
10
How Do You Chase Missing Grantee Data?
Chase Missing Grantee Data
chase-missing-grantee-data
Grant
Collect
10
How Do You Monitor Portfolio Risk in Real Time?
Portfolio Risk Monitoring & Early-Warning Alerts
portfolio-risk-monitoring-alerts
Portfolio
Chapters
10
How Do You Collect Clean Evidence Inside the Workflow?
Collect Clean Evidence Inside the Workflow
collect-clean-data-at-the-source
Reporting
Embed
10
How Do You Analyze Longitudinal Survey Data?
Track One Person’s Change Across Years
analyze-longitudinal-survey-data
Feedback
Read
11
How Do You Turn a Job Description Into a Checklist?
Turn a Job Description into a Requirements Checklist
job-description-requirements-checklist
Case
Social Enterprise Track
11
How Do You Review Applications Without Reviewer Bias?
Review Without Reviewer Bias
review-applications-without-reviewer-bias
Grant
Analyze
11
Ask Your Whole Portfolio Anything (Claude + MCP)
Ask Your Whole Portfolio Anything (Claude + MCP)
ask-your-portfolio-anything
Portfolio
Chapters
11
How Do You Get Stable Results From Governed Data?
Get Stable Results From Governed Data
same-numbers-every-time
Reporting
Read
11
How Do You Analyze a Batch of Grant Applications?
Analyze a Whole Round
how-to-analyze-a-batch-of-grant-applications
Grant
Analyze
12
How Long Do Program Outcomes Last?
Measure how long outcomes last
measure-outcome-duration-drop-off
Feedback
Read
12
How Do You Score Candidate-Role Matches Without Bias?
Score Candidate–Role Matches Without Bias
score-candidate-role-matches-without-bias
Case
Social Enterprise Track
12
How Do You Trace Every Result Back to Its Evidence?
Trace Every Result Back to Its Evidence
where-every-number-came-from
Reporting
Read
12
How Do You Roll Up a Grant Portfolio?
Aggregate Outcomes Across the Portfolio
how-to-roll-up-a-grant-portfolio
Portfolio
Communicate
13
How to Report Job Placements to Impact Investors
Turn a Cohort into a Social-Enterprise Investor Report
job-placement-investor-impact-report
Case
Social Enterprise Track
13
How Do You Track Reviewer Conflicts of Interest?
Track Reviewer Conflicts of Interest
track-conflicts-of-interest-audit
Grant
Analyze
13
How Do You Write a Donor Report?
Design a Report for a Real Funding Decision
donor-report-funders-trust
Reporting
Decide
13
A practical, step-by-step track for building a donor or grant report funders trust — from the funder's decision back through metrics, clean data, and traceable numbers.
Program & grant managers who report to funders
What Should AI Be Allowed to See in Your Stakeholder Data?
What the assistant may see
what-the-assistant-may-see
Feedback
Prove
13
How Do You Write an Impact Narrative for a Funder?
Write a Cited Impact Narrative
impact-narrative-funder-report-cited
Feedback
Prove
14
How Do You Read a Grantee Report?
Read a Grantee Report
read-grantee-report-multi-signal
Grant
Analyze
14
How Do You Monetize Impact with SROI?
Monetize Impact with SROI Across Levels
monetize-impact-sroi-across-levels
Portfolio
Chapters
14
How Do You Get AI to Write a Funder Report?
Generate the Audience-Specific Report From Evidence
assistant-writes-the-funder-report
Reporting
Decide
14
How Do You Compute Grantee Variance?
Compute Grantee Variance
how-to-compute-grantee-variance
Grant
Analyze
15
How Do You Put a Dollar Value on Impact?
Add a Credible Dollar Value With SROI
credible-dollar-value-on-impact
Reporting
Optional method
15
How Do You Set Up a Study That Follows People for Years?
One person, followed for years
one-person-followed-for-years
Feedback
Shapes
15
How Do You Build an SROI Value Map?
Build an SROI Value Map
how-to-build-an-sroi-value-map
Reporting
Optional method
16
How Do You Track Budget and Actual Spend?
Track Budget vs Actual Spend
how-to-track-budget-invoices-actual-spend
Grant
Analyze
16
How Do You Collect Feedback From Several People About One Person?
Several people describing one person
several-people-describing-one-person
Feedback
Shapes
16
How Do You Pick a Financial Proxy for SROI?
Pick a Defensible Financial Proxy
how-to-pick-a-financial-proxy-for-sroi
Reporting
Optional method
17
How Do You Analyze Grantee Reporting Longitudinally?
Analyze Grantee Reporting Over Time
analyze-grantee-reporting-longitudinal
Grant
Analyze
17
How Do You Compare and Benchmark Investees?
Compare & Benchmark Investees
compare-benchmark-investees
Portfolio
Chapters
17
How Do You Report Across Programs That Were Designed Separately?
Many programs, one picture
many-programs-one-picture
Feedback
Shapes
17
How Do You Calculate the SROI Ratio?
Calculate the SROI Ratio With a Range
how-to-calculate-the-sroi-ratio
Reporting
Optional method
18
How Do You Read a 990 for Compliance?
Read a 990 for Compliance
how-to-read-a-990-for-compliance
Grant
Analyze
18
How Do You Build Dashboards and Compliance Reports?
Portfolio Dashboards & Geographic Mapping
dashboards-sroi-compliance-reports
Portfolio
Communicate
18
How Do You Run a Survey Across a Member Network?
A network where each member sees their own part
member-network-survey
Feedback
Shapes
18
Ask Your Whole Grant Round Anything (Assistant + MCP)
Ask Your Whole Grant Round Anything
ask-your-grant-round-anything
Grant
Analyze
19
How Do You Produce an LP and Board Impact Report?
Produce the LP / Board Impact Report — Live, Not Annual
portfolio-lp-board-impact-report
Portfolio
Chapters
19
How Do You Build a Grant Audit Trail?
Build a Grant Audit Trail
grant-audit-compliance-trail
Grant
Communicate
20
How Do You Connect Your Stack Without Lock-In?
Connect Your Stack Without Lock-In (Microsoft Dynamics, Power BI, Affinity, MCP)
portfolio-connect-your-stack
Portfolio
Chapters
20
How Do You Produce Grant Compliance Reports?
Produce Compliance Reports
grant-compliance-regulatory-reports
Grant
Communicate
21
How Do You Roll Grantees Into a Board Report?
Roll Grantees Into a Board Report
roll-grantees-funder-board-report
Grant
Communicate
22
How Do You Build Grant Dashboards and Maps?
Grant Dashboards & Maps
grant-dashboards-geographic-mapping
Grant
Communicate
23