From: <gem...@li...> - 2013-03-25 14:07:49
|
Revision: 1207 http://sourceforge.net/p/gemstracker/code/1207 Author: mennodekker Date: 2013-03-25 14:07:46 +0000 (Mon, 25 Mar 2013) Log Message: ----------- Added sample form Added Paths: ----------- trunk/new_project/var/uploads/openrosa/ trunk/new_project/var/uploads/openrosa/forms/ trunk/new_project/var/uploads/openrosa/forms/consent_signature.xml Added: trunk/new_project/var/uploads/openrosa/forms/consent_signature.xml =================================================================== --- trunk/new_project/var/uploads/openrosa/forms/consent_signature.xml (rev 0) +++ trunk/new_project/var/uploads/openrosa/forms/consent_signature.xml 2013-03-25 14:07:46 UTC (rev 1207) @@ -0,0 +1,42 @@ +<?xml version="1.0"?> +<h:html xmlns="http://www.w3.org/2002/xforms" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:h="http://www.w3.org/1999/xhtml" xmlns:jr="http://openrosa.org/javarosa" xmlns:orx="http://openrosa.org/xforms/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> + <h:head> + <h:title>consent_signature</h:title> + <model> + <instance> + <data id="consent.signature" version="1.0"> + <informedconsent> + <consentnotes/> + <consentgiven/> + <signature/> + </informedconsent> + <meta> + <instanceID/> + </meta> + </data> + </instance> + <bind nodeset="/data/informedconsent/consentnotes" readonly="true()" type="string"/> + <bind nodeset="/data/informedconsent/consentgiven" type="string"/> + <bind calculate="concat('uuid:', uuid())" nodeset="/data/meta/instanceID" readonly="true()" type="string"/> + </model> + </h:head> + <h:body> + <group appearance="field-list" ref="/data/informedconsent"> + <label>Introduction & Informed Consent</label> + <input ref="/data/informedconsent/consentnotes"> + <label>Hello. My name is ______________. We are doing a study on X. The data we collect will help the X to X. Can I please speak to the head of your household? + +We very much appreciate your participation in this short survey. The questions will take around 5 to 10 minutes to complete. Any information you provide will be kept strictly confidential. Participation in this survey is voluntary but we hope that you will participate. If there is any question you don’t want to answer, just let me know and I will go to the next question or we can stop the interview. +I would be happy to clarify any doubts you may have regarding this survey, do you have any questions? + +ANSWER ANY QUESTIONS AND ADDRESS CONCERNS.</label> + </input> + <trigger ref="/data/informedconsent/consentgiven"> + <label>May I begin the interview now?</label> + </trigger> + <upload appearance="signature" mediatype="image/*" ref="/data/informedconsent/signature"> + <label>Signature</label> + </upload> + </group> + </h:body> +</h:html> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |