When importing a form saved to XML (either through copy-paste or the Open from file dialog) all of the question itext references are not loaded into KoBoForm. This means that if a user changes a label the change is not saved to the actual itext translation when re-saving the form -- even though the change appears on the screen.
To reproduce:
start a blank form
export the form to XML (either copy-paste or Save to file)
re-open the form (either copy-paste or Open from file)
change the label of QuestionA01 to 'Where is the hospital?'
export the form again to XML and check the itext value of A01
Expected: A01 shows 'Where is the hospital'
Instead: A01 shows 'QuestionA01'
When importing a form saved to XML (either through copy-paste or the Open from file dialog) all of the question itext references are not loaded into KoBoForm. This means that if a user changes a label the change is not saved to the actual itext translation when re-saving the form -- even though the change appears on the screen.
To reproduce:
Expected: A01 shows 'Where is the hospital' Instead: A01 shows 'QuestionA01'