Kristoffer Bjärkefur
Kristoffer Bjärkefur
ietestform : test that all fields in a repeat group are referenced by the indexed-repeat() function
Based on feedback from @aurelieri. Here is summary of what she said: > For ex: You have a repeat group with questions you loop over multiple plots. Let's say you...
This issue is intended to list test that we need more info about. Either from SCTO's documentation, or from testing when the documentation is not precise enough. All the items...
If we want to append two SCTO surveys (will be common when we have the best practice survey modules), it is important for functionality that the column order is the...
Could be a part of HFC, but it is not really a test and it is good if this is quicker to run. Reads data after removing duplicates. Creates an...
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...
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_/-]*",""))...