iefieldkit icon indicating copy to clipboard operation
iefieldkit copied to clipboard

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.

Results 36 iefieldkit issues
Sort by recently updated
recently updated
newest added

Check that there is an associated text field whenever 'other' is listed as a choice in a select_one or _multiple fields. Generate warning if text field doesn't exist or relevance...

enhancement

As mentioned in #111, special characters may be imported with the incorrect encoding. I am not sure there is a way to fix this, really, as one would have to...

minor bug
low priority

It is very likely to be an error if the language options used are not the same in the choice sheet and the survey sheet. When implementing this it should...

enhancement

Moving issue from ietoolkit: [ieduplicates: allow more than one id variable #113](https://github.com/worldbank/ietoolkit/issues/113)

enhancement
low priority

Currently the command only allows letters, numbers, underscore and regular spaces in the field name in order to run the command. Here is the code: ``` gen `illegal_char' = (trim(regexr(`var',"[a-zA-Z0-9_/-]*",""))...

enhancement

Missing spaces between 'label' and 'English' (and similar ODK label column names) as shown in attached screenshot ![image](https://user-images.githubusercontent.com/15340402/51934135-ebef2980-23d0-11e9-81fa-085d1ba25ea9.png)

enhancement