Hello,
I've was putting together a form using KoBo Form, mostly by working offline on Firefox. I realized that for several questions the text I had written was not appearing; instead, only the automatically generated question number was appearing. I edited several times, and "Saved to File" and "Saved to Browser" but I never managed to get the form to save properly. When I reloaded the form, the text of the question had again disappeared, leaving only the question number.
If I delete the old question and create a new one with the correct text, the form saves correctly. However, several of the questions I've already created are embedded in fairly elaborate SKIP patterns, and I'd hate to have to go back and re do all of them.
I was able to find a rather cumbersome fix by doing the corrections by hand. I don't know XML, but I opened the text viewer and identified what seemed to be the relevant sections of code for the problem questions, then edited them to look like the code for the questions that were loading. E.g., I found the following XML code for my Question 259:
<text id="A259">
<value>QuestionA259</value>
</text>
And edited so it read:
<text id="A259">
<value>"Within the last six months, have you been involved in physical violence with someone from outside your household?"</value>
</text>
Then, I pasted the corrected text in to the "Load from Text..." option, then "Saved to File" and "Saved to Browser". That worked, but it's honestly kind of a headache. Is there any reason why my edits using KoBo won't save properly, and if so, is there a way I can fix it?
I thought it might be a Java-browser-KoBo issue, so I've tried the following fixes, most based on advice from this users' group:
1. I deleted and updated Java, made sure all plugins were up to date and running.
2. I switched to Chrome/offline. Couldn't get KoBo Form to load at all in Chrome when it was offline; just the "Load" screen for about 30 minutes.
3. Started using Chrome online. Hit the same problems as before.
After reading some of the posts on this group, I noticed that I was running KoBo Form 1.0.22; I believe that there's a newer version. Is this true? If so, where can I find it? (The link on the KoBo Toolbox website is for version 1.0.22.)
I also turned on the Java Console while I was saving the form and got the following messages. Is this useful or relevant?
Java Plug-in 10.45.2.18
Using JRE version 1.7.0_45-b18 Java HotSpot(TM) Client VM
User home directory = C:\Users\Owner
----------------------------------------------------
c: clear console window
f: finalize objects on finalization queue
g: garbage collect
h: display this help message
l: dump classloader list
m: print memory usage
o: trigger logging
q: hide console
r: reload policy configuration
s: dump system and deployment properties
t: dump thread list
v: dump thread stack
x: clear classloader cache
0-5: set trace level to <n>
----------------------------------------------------
Thanks for any advice you can offer! I love the program, I just hope I can get it to work right!
Thanks,
Josh