worldbank / iefieldkit

Stata commands designed for Impact Evaluations field work. These are tools that are used during/after a survey in the field for data quality monitoring.
MIT License
38 stars 18 forks source link

ietestform - test that the correct sheets exists #168

Closed kbjarkefur closed 2 years ago

kbjarkefur commented 3 years ago

Test that the correct sheet exists:

choices tab: https://github.com/worldbank/iefieldkit/blob/ec10fa69164fde37ed77d353151981f348eb4abc/src/ado_files/ietestform.ado#L235

survey tab: https://github.com/worldbank/iefieldkit/blob/ec10fa69164fde37ed77d353151981f348eb4abc/src/ado_files/ietestform.ado#L544

We implicitly test for that when loading the settings tab, but what happens when there is no settings tab? https://github.com/worldbank/iefieldkit/blob/ec10fa69164fde37ed77d353151981f348eb4abc/src/ado_files/ietestform.ado#L196-L204

roshni13khincha commented 3 years ago

Added in commit f702638