<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Mobile Researcher Community</title>
	<atom:link href="http://community.populi.net/mobileresearcher/index.php/feed/" rel="self" type="application/rss+xml" />
	<link>http://community.populi.net/mobileresearcher</link>
	<description>Liberating data, measuring progress, inspiring strategy.</description>
	<lastBuildDate>Wed, 09 Jun 2010 13:14:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>WhizzKids uses Mobile Researcher for Mobile Assisted Self Interviewing</title>
		<link>http://community.populi.net/mobileresearcher/index.php/2010/05/whizzkids-uses-mobile-researcher-for-mobile-assisted-self-interviewing/</link>
		<comments>http://community.populi.net/mobileresearcher/index.php/2010/05/whizzkids-uses-mobile-researcher-for-mobile-assisted-self-interviewing/#comments</comments>
		<pubDate>Wed, 26 May 2010 16:14:27 +0000</pubDate>
		<dc:creator>Andi</dc:creator>
				<category><![CDATA[Case Studies]]></category>
		<category><![CDATA[football]]></category>
		<category><![CDATA[HIV/AIDS]]></category>
		<category><![CDATA[MASI]]></category>
		<category><![CDATA[WhizzKids]]></category>

		<guid isPermaLink="false">http://community.populi.net/mobileresearcher/?p=785</guid>
		<description><![CDATA[WhizzKids selected Mobile Researcher to conduct the study and installed the mobile application on 50 low cost handsets which are handed out to learners, one class at a time. Each handset is preloaded with the baseline survey and a facilitator is present to assist each learner in completing the survey and answer questions they may have.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.whizzkidsunited.org">WhizzKids United</a> is a non-profit organisation which uses the universal language of football as a tool to address the HIV epidemic and its impact on children.</p>
<p>In support of their ongoing work in schools, they recently embarked on a baseline study to inform these efforts.</p>
<p>The baseline survey involves asking about a variety of topics, including sensitive questions where respondent privacy is paramount. In order to receive honest answers, respondents need to feel that no one else can observe their responses and that they will remain anonymous. WhizzKids selected Mobile Researcher to conduct the study and installed the mobile application on 50 low cost handsets which are handed out to learners, one class at a time. Each handset is preloaded with the baseline survey and a facilitator is present to assist each learner in completing the survey and answer questions they may have.</p>
<p>The use of Mobile Researcher in this fashion is one of the first examples of <em>Mobile Assisted Self Interviewing</em> (MASI), and represents a low cost, lightweight, and more personal version of the more traditional CASI (<em>Computer Assisted Self Interviewing</em>). MASI also leverages users&#8217; familiarity with a mobile phone, and as WhizzKids report, &#8220;respondents find the survey more engaging&#8221;.</p>
<p>Read more about the use of Mobile Researcher for this project and their experience with the software on the <a href="http://www.whizzkidsunited.org/blog.php#Blog97">WhizzKids United blog</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://community.populi.net/mobileresearcher/index.php/2010/05/whizzkids-uses-mobile-researcher-for-mobile-assisted-self-interviewing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mobile Researcher API</title>
		<link>http://community.populi.net/mobileresearcher/index.php/2010/04/mobile-researcher-api/</link>
		<comments>http://community.populi.net/mobileresearcher/index.php/2010/04/mobile-researcher-api/#comments</comments>
		<pubDate>Thu, 08 Apr 2010 15:58:20 +0000</pubDate>
		<dc:creator>Rohland</dc:creator>
				<category><![CDATA[Feature Releases]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[API]]></category>

		<guid isPermaLink="false">http://community.populi.net/mobileresearcher/?p=763</guid>
		<description><![CDATA[To facilitate integration with custom built applications Mobile Researcher supports a rich application programming interface (API). The API is implemented using REST which provides flexible data services that are naturally integrated with the web. This means that the API may be accessed from virtually any platform or programming language. Most custom built applications use the API to [...]]]></description>
			<content:encoded><![CDATA[<p>To facilitate integration with custom built applications Mobile Researcher supports a rich application programming interface (API). The API is implemented using <a href="http://en.wikipedia.org/wiki/Representational_State_Transfer" target="_blank">REST</a> which provides flexible data services that are naturally integrated with the web. This means that the API may be accessed from virtually any platform or programming language. Most custom built applications use the API to autonomously retrieve submissions and their associated responses. Real-time integration with Mobile Researcher is possible when the API is used in conjunction with the Mobile Researcher trigger mechanism. You can read more about the trigger mechanism <a href="http://community.populi.net/mobileresearcher/index.php/2009/08/introducing-notification-trigger-updates/" target="_blank">here</a>.</p>
<p>The API leverages <a href="http://msdn.microsoft.com/en-us/library/cc956153.aspx" target="_blank">Microsoft ADO .NET Data Services</a> which currently supports exchanging entities using either <a href="http://en.wikipedia.org/wiki/JSON" target="_blank">JSON</a> or <a href="http://en.wikipedia.org/wiki/Atom_XML" target="_blank">ATOM</a> (an XML-based feed format). Furthermore the API supports a rich query interface that supports filtering, sorting and query expansion. To find out more about the API and the functionality it supports, please refer to the <a href="http://community.populi.net/mobileresearcher/wp-content/uploads/2010/04/Mobile-Researcher-API-Guide.pdf" title="Click here to download the API guide" target="_blank">Mobile Researcher API guide</a>.</p>
<p>To illustrate the capability of leveraging the API from a platform other than the one it is developed and hosted on, we have built a simple Java wrapper which is available <a title="Click here to download the Java implementation" href="http://community.populi.net/mobileresearcher/wp-content/uploads/2010/04/Mobile-Researcher-API-Integration-Java.zip" target="_blank">here</a>. The wrapper supports querying the API for submissions and their associated responses. In time we will add further samples developed in other languages.</p>
<p>If you would like to find out more about the Mobile Researcher API or have any problems accessing it please feel free to send us an email at <a href="mailto:support@mobileresercher.com?subject=Mobile Researcher API">support@mobileresearcher.com</a>.</p>
<p><strong>Resources:</strong></p>
<p>Mobile Researcher API Guide &#8211; <a target="_blank" href="http://community.populi.net/mobileresearcher/wp-content/uploads/2010/04/Mobile-Researcher-API-Guide.pdf" title="Click here to download the API guide">Download</a><br />
Java Wrapper &#8211; <a target="_blank" title="Click here to download the Java implementation" href="http://community.populi.net/mobileresearcher/wp-content/uploads/2010/04/Mobile-Researcher-API-Integration-Java.zip">Download</a></p>
]]></content:encoded>
			<wfw:commentRss>http://community.populi.net/mobileresearcher/index.php/2010/04/mobile-researcher-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Paper versus mobile data collection</title>
		<link>http://community.populi.net/mobileresearcher/index.php/2010/03/paper-versus-mobile-data-collection/</link>
		<comments>http://community.populi.net/mobileresearcher/index.php/2010/03/paper-versus-mobile-data-collection/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 12:11:27 +0000</pubDate>
		<dc:creator>Andi</dc:creator>
				<category><![CDATA[Opinion]]></category>
		<category><![CDATA[comparison]]></category>
		<category><![CDATA[data collection]]></category>
		<category><![CDATA[paper]]></category>
		<category><![CDATA[quantitative]]></category>

		<guid isPermaLink="false">http://community.populi.net/mobileresearcher/?p=735</guid>
		<description><![CDATA[A rundown of 10 reasons that, for quantitative data collection by fieldworkers, mobiles offer a compelling alternative to paper.]]></description>
			<content:encoded><![CDATA[<p>I am often asked what advantages Mobile Researcher offers over paper-based data collection techniques. Before I give my answer to that question, I&#8217;d like to make it clear that paper is <em>sometimes </em>a good solution. Although we&#8217;re working on some really exciting qualitative data collection solutions, for certain situations (for example where complex diagrams need to be captured, long text responses are required, or ad hoc skip logic must be supported) paper is <em>possibly </em>a good option.</p>
<p>However, where data to be collected by fieldworkers are primarily quantitative in nature, here are my top 10 reasons (in no particular order) to use a good mobile data collection service (I&#8217;d like to include Mobile Researcher in that category but will let others decide that):</p>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 18px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">1.<span style="white-space: pre;"> </span>No data capture: With Mobile Researcher, you only capture the data once – during survey conduction – it is then available for download as an Excel file (for example).</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 18px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">2.<span style="white-space: pre;"> </span>Validation: Mobile Researcher allows you to design logic and validation rules which prevent many common erroneous entries (the clichéd “pregnant male”, skipped questions, etc) in the field.  As there’s no separate data capture involved, there are also fewer points of failure.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 18px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">3.<span style="white-space: pre;"> </span>Latency: Data collected via Mobile Researcher is available for analysis as soon as it is uploaded – typically within a few minutes. This allows for faster analysis, data cleaning and the opportunity to pick up anomalies while the study is in progress rather than weeks or months afterwards.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 18px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">4.<span style="white-space: pre;"> </span>Environmental impact: Obviously not using paper saves money and trees. I would imagine that running a study in several languages, fieldworkers would need to have copies of each language at hand.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 18px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">5.<span style="white-space: pre;"> </span>Cost: In many cases, using Mobile Researcher is actually cheaper than paper (apart from the other benefits).  No printing, distribution, collection or capture costs.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 18px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">6.<span style="white-space: pre;"> </span>Flexibility: Surveys can be modified very easily – even with fieldworkers in the field. Errors can be corrected, missed questions added, confusing questions rephrased, etc.  That’s very expensive and logistically taxing with paper.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 18px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">7.<span style="white-space: pre;"> </span>Monitoring: Using Mobile Researcher you can see what time surveys were started and completed. If the handset is GPS-enabled, we will also stamp the location of where the survey took place.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 18px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">8.<span style="white-space: pre;"> </span>Data integrity: Once data has been captured using Mobile Researcher a full audit trail is maintained recording who modified data (if they even have permission to do so), when it was modified and what it was modified from and to.  Ensuring data is able to be cleaned without being incorrectly altered is more challenging on paper.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 18px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">9.<span style="white-space: pre;"> </span>Security / confidentiality: Once data has been captured on Mobile Researcher, it is securely transmitted to our servers.  Only authorised personnel you grant access to can view the data (there are other very granular permissions as well).  Our systems utilise the same level of encryption used by online banks.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 18px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">10.<span style="white-space: pre;"> </span>Simplified conduction: Fieldworkers don’t need to understand branching or skip logic – this is built into the design of the survey.  Based on their response to each question, they are automatically directed to the next appropriate question.  This simplifies training substantially – particularly where prerequisites are complex.</div>
<ol>
<li><strong>Capture once</strong>: With Mobile Researcher, you only capture the data once – in the field during survey conduction – it is then available for export as an Excel file (for example) once it has uploaded from the handset.</li>
<li><strong>Validate in the field</strong>: Mobile Researcher allows you to design logic and validation rules which prevent many common erroneous entries (the clichéd “pregnant male”, accidentally skipped questions, etc) in the field. As there’s no separate data capture involved, there are also fewer points of failure.</li>
<li><strong>Reduce latency</strong>: Data collected via Mobile Researcher is available for analysis as soon as it is uploaded – typically within a few minutes. This allows for faster analysis, near real-time data cleaning (automated or manual) and the opportunity to pick up anomalies while the study is in progress rather than weeks or months afterwards.</li>
<li><strong>Conserve the environment</strong>: Obviously not using paper saves money and trees. We&#8217;ve had thousands of survey responses, each equivalent to 50 printed pages or more, captured using Mobile Researcher.</li>
<li><strong>Reduce cost</strong>: In many cases, using Mobile Researcher is actually cheaper than paper (apart from the other benefits).  This is due to the removal of the exhausting print, distribute, collect and capture processes.</li>
<li><strong>Increase flexibility</strong>: Surveys can be modified very easily – even with fieldworkers in the field. Survey design errors can be corrected, missed questions added, confusing questions rephrased, etc.  That’s very expensive and logistically taxing with paper.</li>
<li><strong>Monitor activity</strong>: Using Mobile Researcher you can see what time surveys were started and completed. If the handset is GPS-enabled, we will also stamp the location of where the survey took place.</li>
<li><strong>Improve data integrity</strong>: Once data has been captured using Mobile Researcher a full audit trail is maintained recording who modified data (if they even have permission to do so), when it was modified and what it was modified from and to.  Ensuring data is able to be cleaned without being incorrectly altered is more challenging on paper.</li>
<li><strong>Preserve confidentiality</strong>: Once data has been captured on Mobile Researcher, it is securely transmitted to our servers.  Only authorised personnel you grant access to can view the data (there are other very granular permissions as well).  Our systems utilise the same level of encryption used by online banks.</li>
<li><strong>Simplify survey conduction</strong>: Fieldworkers don’t need to understand branching or skip logic – this is built into the design of the survey.  Based on their response to each question, they are automatically directed to the next appropriate question.  This simplifies training substantially – particularly where prerequisites are complex.</li>
</ol>
<p>I&#8217;ve covered some of the challenges involved in paper-based data collection in several previous posts but here I wanted to summarise the key factors I feel are important.</p>
<p>Perhaps there are other factors which are more important to you? Or are their areas where you disagree? Feel free to post your thoughts.</p>
]]></content:encoded>
			<wfw:commentRss>http://community.populi.net/mobileresearcher/index.php/2010/03/paper-versus-mobile-data-collection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Breadcrumb, Quick-switch and Ribbon</title>
		<link>http://community.populi.net/mobileresearcher/index.php/2010/02/breadcrumb-quick-switch-and-ribbon/</link>
		<comments>http://community.populi.net/mobileresearcher/index.php/2010/02/breadcrumb-quick-switch-and-ribbon/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 09:35:07 +0000</pubDate>
		<dc:creator>Andi</dc:creator>
				<category><![CDATA[Feature Releases]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[13.02.2010 release]]></category>
		<category><![CDATA[interface]]></category>
		<category><![CDATA[navigation]]></category>

		<guid isPermaLink="false">http://community.populi.net/mobileresearcher/?p=700</guid>
		<description><![CDATA[As part of the 13.02.2010 release, 3 interface enhancements were deployed to improve navigation and assist in quickly determining your current context. These included the introduction of a Breadcrumb, the rework of the Quick-switch panel and the introduction of a Ribbon to complement the navigation tabs.]]></description>
			<content:encoded><![CDATA[<p>Several significant user interface enhancements were deployed as part of our release which took place on 13 February. In this short tutorial, I&#8217;d like to introduce you to 3 of the elements which were either added or enhanced.</p>
<h2>Breadcrumb</h2>
<p>A <em>Breadcrumb </em>is a common navigational element used on many websites to allow users to orientate themselves and quickly move from one place to another with relatively few clicks. The term originates from the age-old fairy tale of Hansel and Gretel who leave breadcrumbs behind them in the hope of finding their way home.</p>
<p>In the research console, the breadcrumb has been implemented to indicate the current:</p>
<ol>
<li>Organisation / account</li>
<li>Selected study</li>
<li>Selected survey. If a survey is selected, the survey&#8217;s status will also be displayed.</li>
</ol>
<div id="attachment_703" class="wp-caption aligncenter" style="width: 309px"><a href="http://community.populi.net/mobileresearcher/wp-content/uploads/2010/02/breadcrumb.png"><img class="size-full wp-image-703 " title="Breadcrumb" src="http://community.populi.net/mobileresearcher/wp-content/uploads/2010/02/breadcrumb.png" alt="Account: Clyral; Study: Training; Survey: Training Demo" width="299" height="22" /></a><p class="wp-caption-text">Account: Clyral; Study: Training; Survey: Training Demo</p></div>
<p>Clicking anywhere on the Breadcrumb will open the Quick-switch panel which has been reworked to make navigation substantially easier.</p>
<h2>Quick-switch</h2>
<p>Although the Quick-switch is not altogether new (you were always able to open it by clicking on the arrow at the top left of the screen) we have redesigned this feature to provide a much more intuitive and comprehensive set of navigation options.</p>
<p>The Quick-switch provides instant access to every study and survey which you have permission to access. Simply select the study and then choose the survey you&#8217;d like to access. You will be redirected to the same tab you&#8217;re currently viewing but with the chosen survey in context. Alternatively, if you&#8217;d like to see an overview of activity for a study, select it from the Quick-switch then click the &#8220;Dashboard&#8221; link at the top right.</p>
<div id="attachment_723" class="wp-caption aligncenter" style="width: 416px"><a href="http://community.populi.net/mobileresearcher/wp-content/uploads/2010/02/quick-switch.png"><img class="size-full wp-image-723 " title="Quick-switch panel" src="http://community.populi.net/mobileresearcher/wp-content/uploads/2010/02/quick-switch.png" alt="The Quick-switch panel provides access to all studies and surveys." width="406" height="342" /></a><p class="wp-caption-text">The Quick-switch panel provides access to all studies and surveys.</p></div>
<p>Depending on the permissions you have been granted, you may also be able to create new surveys and studies from the Quick-switch panel.</p>
<h2>Ribbon</h2>
<p>If you&#8217;ve used Microsoft Office 2007, you&#8217;ll be familiar with the concept of a ribbon. When you select one of the main function groups (such as Home, Insert, View, etc), a ribbon with additional actions related to the group appears. The use of a ribbon in the research console provides access to common functionality based on the main tab selected.</p>
<div id="attachment_727" class="wp-caption aligncenter" style="width: 416px"><a href="http://community.populi.net/mobileresearcher/wp-content/uploads/2010/02/ribbon-dashboard.png"><img class="size-full wp-image-727   " title="Ribbon" src="http://community.populi.net/mobileresearcher/wp-content/uploads/2010/02/ribbon-dashboard.png" alt="Actions available from the dashboard ribbon" width="406" height="45" /></a><p class="wp-caption-text">Actions available from the dashboard ribbon</p></div>
]]></content:encoded>
			<wfw:commentRss>http://community.populi.net/mobileresearcher/index.php/2010/02/breadcrumb-quick-switch-and-ribbon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automated airtime monitoring</title>
		<link>http://community.populi.net/mobileresearcher/index.php/2010/02/automated-airtime-monitoring/</link>
		<comments>http://community.populi.net/mobileresearcher/index.php/2010/02/automated-airtime-monitoring/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 12:00:31 +0000</pubDate>
		<dc:creator>Andi</dc:creator>
				<category><![CDATA[Feature Releases]]></category>
		<category><![CDATA[airtime]]></category>
		<category><![CDATA[monitoring]]></category>
		<category><![CDATA[MTN]]></category>
		<category><![CDATA[Vodacom]]></category>

		<guid isPermaLink="false">http://community.populi.net/mobileresearcher/?p=715</guid>
		<description><![CDATA[By enabling airtime monitoring for a fieldworker's SIM card, you are able to automatically specify recharges consisting of airtime, data, SMS bundles or a combination. Configured recharges take place without your intervention and only if a fieldworker's credit drops below a predefined threshold.]]></description>
			<content:encoded><![CDATA[<p>As part of our ongoing efforts to provide enterprise-level functionality to organisations of all sizes, we&#8217;d like to introduce a new airtime monitoring and recharge service.</p>
<p>By enabling this service for a fieldworker&#8217;s SIM card, you are able to automatically specify recharges consisting of airtime, data, SMS bundles or a combination. Configured recharges take place without your intervention and only if a fieldworker&#8217;s credit drops below a predefined threshold.</p>
<p>By recharging with data only, misuse of provided airtime can be dramatically reduced along with the associated logistics of monitoring, purchasing and loading of traditional airtime.</p>
<p>Currently this service is available for all prepaid Vodacom and MTN SIMs in South Africa.</p>
<p>Please <a href="http://www.populi.net/mobileresearcher/contactus.aspx">contact us</a> should you wish to enable this service and for pricing information.</p>
]]></content:encoded>
			<wfw:commentRss>http://community.populi.net/mobileresearcher/index.php/2010/02/automated-airtime-monitoring/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>We&#8217;ll be at the Mobile Web East Africa 2010 conference</title>
		<link>http://community.populi.net/mobileresearcher/index.php/2010/01/well-be-at-the-mobile-web-east-africa-conference/</link>
		<comments>http://community.populi.net/mobileresearcher/index.php/2010/01/well-be-at-the-mobile-web-east-africa-conference/#comments</comments>
		<pubDate>Sat, 30 Jan 2010 11:30:08 +0000</pubDate>
		<dc:creator>Andi</dc:creator>
				<category><![CDATA[Conferences]]></category>
		<category><![CDATA[kenya]]></category>
		<category><![CDATA[MWEA10]]></category>

		<guid isPermaLink="false">http://community.populi.net/mobileresearcher/?p=693</guid>
		<description><![CDATA[The Mobile Web East Africa Conference takes place in Nairobi, Kenya on 3 and 4 February focusing on &#8220;harnessing the potential of the internet and applications on mobile devices&#8221;.
With contributions from individuals such as Erik Hersman (of White African and Ushahidi acclaim), Steve Vosloo (a fellow at the Shuttleworth Foundation), Vincent Maher (internet services portfolio [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.mobileeastafrica.com/">Mobile Web East Africa Conference</a> takes place in Nairobi, Kenya on 3 and 4 February focusing on &#8220;harnessing the potential of the internet and applications on mobile devices&#8221;.</p>
<p>With contributions from individuals such as Erik Hersman (of <a href="http://www.whiteafrican.com">White African</a> and <a href="http://www.ushahidi.com">Ushahidi</a> acclaim), Steve Vosloo (a fellow at the <a href="http://www.shuttleworthfoundation.org/">Shuttleworth Foundation</a>), <a href="http://www.vincentmaher.com/">Vincent Maher</a> (internet services portfolio manager at <a href="http://www.vodacom.co.za">Vodacom</a>) and a range of others including representatives from the Kenyan government and industry players, the conference promises to be a melting pot of ideas and a platform to share experiences.</p>
<p>Our own <a href="http://www.twitter.com/markfowles">Mark Fowles</a> will be in attendance and will no doubt be <a href="http://www.twitter.com/markfowles">tweeting</a> about the event. He&#8217;ll also share some of the new Mobile Researcher <a href="http://community.populi.net/mobileresearcher/index.php/category/feature-releases/">features</a> due to be launched officially in February and our latest initiative &#8211; <a href="http://www.mobenzi.com">Mobenzi</a> &#8211; which seeks to create sustainable jobs by croudsourcing solutions to business problems from low income mobile phone users.</p>
<p>If you&#8217;re attending the conference, please be sure to get in touch.</p>
]]></content:encoded>
			<wfw:commentRss>http://community.populi.net/mobileresearcher/index.php/2010/01/well-be-at-the-mobile-web-east-africa-conference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The use of mobile phones as a data collection tool: A report from a household survey in South Africa</title>
		<link>http://community.populi.net/mobileresearcher/index.php/2010/01/the-use-of-mobile-phones-as-a-data-collection-tool-a-report-from-a-household-survey-in-south-africa/</link>
		<comments>http://community.populi.net/mobileresearcher/index.php/2010/01/the-use-of-mobile-phones-as-a-data-collection-tool-a-report-from-a-household-survey-in-south-africa/#comments</comments>
		<pubDate>Sun, 17 Jan 2010 10:43:03 +0000</pubDate>
		<dc:creator>Andi</dc:creator>
				<category><![CDATA[Publications]]></category>
		<category><![CDATA[baseline survey]]></category>
		<category><![CDATA[CHW]]></category>
		<category><![CDATA[data collection]]></category>
		<category><![CDATA[journal]]></category>
		<category><![CDATA[mhealth]]></category>
		<category><![CDATA[supervision]]></category>

		<guid isPermaLink="false">http://community.populi.net/mobileresearcher/?p=661</guid>
		<description><![CDATA[In late December 2009, the BMC Medical Informatics and Decision Making journal published a technical advance which outlined the experiences of organisations making use of Mobile Researcher &#8220;to investigate the feasibility, the ease of implementation, and the extent to which community health workers with little experience of data collection could be trained and successfully supervised to collect [...]]]></description>
			<content:encoded><![CDATA[<p>In late December 2009, the <a href="http://www.biomedcentral.com/1472-6947/9/51/abstract">BMC Medical Informatics and Decision Making journal</a> published a technical advance which outlined the experiences of organisations making use of Mobile Researcher &#8220;to investigate the feasibility, the ease of implementation, and the extent to which community health workers with little experience of data collection could be trained and successfully supervised to collect data using mobile phones in a large baseline survey&#8221;.</p>
<p>The article is available for <a href="http://www.biomedcentral.com/content/pdf/1472-6947-9-51.pdf" target="_blank">download here</a> but I&#8217;d like to highlight some key findings and comments:</p>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 18px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Overall, our findings demonstrate that mobile phone based data</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 18px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">collection is feasible at scale.</div>
<blockquote><p>Overall, our findings demonstrate that mobile phone based data collection is feasible at scale.</p></blockquote>
<blockquote><p>The software application and web-based interface enhanced real-time supervision of data collectors.</p></blockquote>
<blockquote><p>Real-time supervision of CHW performance was a significant advance over previous implementation work.</p></blockquote>
<blockquote><p>The automated graphs and real-time information allowed supervisors to focus their time on other aspects of quality control and solving logistical difficulties in the field.</p></blockquote>
<blockquote><p>Our experience with a large scale baseline survey suggests that the real-time quality control and data collector supervision enabled by the use of a mobile phone based survey system make this an attractive management option and preferable to a paper based approach.</p></blockquote>
<p><em>One clarification I&#8217;d like to make on a point mentioned in the publication is that although the source code for the custom management system as described in the article may be released under an open source license agreement (at the election of the software sponsor), there is no intention (at present) for the core Mobile Researcher source code to be released under such an agreement.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://community.populi.net/mobileresearcher/index.php/2010/01/the-use-of-mobile-phones-as-a-data-collection-tool-a-report-from-a-household-survey-in-south-africa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oral presentations at PHASA 2009 on mHealth</title>
		<link>http://community.populi.net/mobileresearcher/index.php/2009/12/oral-presentations-at-phasa-2009-on-mhealth/</link>
		<comments>http://community.populi.net/mobileresearcher/index.php/2009/12/oral-presentations-at-phasa-2009-on-mhealth/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 07:12:48 +0000</pubDate>
		<dc:creator>Andi</dc:creator>
				<category><![CDATA[Conferences]]></category>
		<category><![CDATA[Publications]]></category>
		<category><![CDATA[health information systems]]></category>
		<category><![CDATA[mhealth]]></category>
		<category><![CDATA[MRC]]></category>
		<category><![CDATA[PHASA]]></category>
		<category><![CDATA[Randomised Control Trial]]></category>

		<guid isPermaLink="false">http://community.populi.net/mobileresearcher/?p=643</guid>
		<description><![CDATA[It's very encouraging and gratifying to see two papers being presented at this year's Public Health Association of South Africa conference based on experiences of client organisations making use of Mobile Researcher.]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s very encouraging and gratifying to see two oral presentations at this year&#8217;s <em>Public Health Association of South Africa</em> conference based on experiences of organisations making use of Mobile Researcher.</p>
<p>For us, it&#8217;s a strong indication that the use of mobile and web technologies is becoming more widely accepted in the public health community as a viable and valuable tool in tackling primary health care issues.</p>
<p>The presentations at the conference where Mobile Researcher was involved include:</p>
<ul>
<li>Experiences of using cell phones in data collection in a large scale project (V. Magasana, P. Ijumba, Z. Msimela, S. Ndwandwe, N. Radebe, M. Msweli, S. Mavuso)</li>
<li>Using a web based information system to manage the implementation of a randomised controlled trial (P. Ijumba, Y. Singh, M. Tomlinson)</li>
</ul>
<p>Several other organisations present findings on studies where Mobile Researcher was also leveraged as a data collection tool.</p>
]]></content:encoded>
			<wfw:commentRss>http://community.populi.net/mobileresearcher/index.php/2009/12/oral-presentations-at-phasa-2009-on-mhealth/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mobile Researcher at PHASA 2009</title>
		<link>http://community.populi.net/mobileresearcher/index.php/2009/11/mobile-researcher-at-phasa-2009/</link>
		<comments>http://community.populi.net/mobileresearcher/index.php/2009/11/mobile-researcher-at-phasa-2009/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 22:38:41 +0000</pubDate>
		<dc:creator>Andi</dc:creator>
				<category><![CDATA[Conferences]]></category>
		<category><![CDATA[exhibition]]></category>
		<category><![CDATA[health information systems]]></category>
		<category><![CDATA[mhealth]]></category>
		<category><![CDATA[PHASA]]></category>

		<guid isPermaLink="false">http://community.populi.net/mobileresearcher/?p=635</guid>
		<description><![CDATA[We're exhibiting at the PHASA 2009 conference - drop by our stand if you'd like to see how mobile and web technologies are being used by organisations involved in research and public health initiatives.]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s hard to believe but it&#8217;s already time for the <a href="http://www.phasa2009.org.za/">Public Health Association of South Africa Conference 2009</a>. The conference kicks off next week at the <a href="http://www.icc.co.za/">ICC</a> in Durban.</p>
<p>As we work with a number of organisations with a strong focus on public health, we&#8217;ll be there to highlight how mobile and web technologies are being used to solve real public health challenges, particularly for initiatives involving community-based health workers and randomised control trials. Using mobile phones as the catalyst, practical health information systems can be established which can be used for logistics management, fieldworker monitoring, participant and patient tracking, monitoring and evaluation, and pure data collection.</p>
<p>We&#8217;ll also be demonstrating the latest feature enhancements to our mobile application which are due to go live in a few weeks. A few of the organisations who are using Mobile Researcher in their projects will also be presenting papers at the conference.</p>
<p>We hope to see you at the conference &#8211; please feel free to drop by our exhibition stand to engage, challenge and brainstorm with us. We&#8217;ll have a few handsets there for anyone interested to try out the mobile application for themselves.</p>
]]></content:encoded>
			<wfw:commentRss>http://community.populi.net/mobileresearcher/index.php/2009/11/mobile-researcher-at-phasa-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Data Bundles for Fieldworkers</title>
		<link>http://community.populi.net/mobileresearcher/index.php/2009/10/data-bundles-for-fieldworkers/</link>
		<comments>http://community.populi.net/mobileresearcher/index.php/2009/10/data-bundles-for-fieldworkers/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 08:19:58 +0000</pubDate>
		<dc:creator>Andi</dc:creator>
				<category><![CDATA[Tips and tricks]]></category>
		<category><![CDATA[airtime]]></category>
		<category><![CDATA[management]]></category>
		<category><![CDATA[MTN]]></category>
		<category><![CDATA[Vodacom]]></category>

		<guid isPermaLink="false">http://community.populi.net/mobileresearcher/?p=619</guid>
		<description><![CDATA[Ensuring that fieldworkers use airtime for its intended purpose can be a challenge. Converting airtime into data which cannot be used for voice calls or messaging is one way tighten control.]]></description>
			<content:encoded><![CDATA[<p>Ensuring that fieldworkers use airtime for its intended purpose can be a challenge. It&#8217;s notoriously difficult to track and control airtime usage for prepaid SIMs.</p>
<p>One way to prevent airtime being used for personal calls and messaging is to convert it into data &#8211; which can only be used for internet connectivity from the handset. Although it is still possible for a fieldworker to use data inappropriately (such as for personal web browsing), the risk of large amounts of airtime being used is significantly reduced.</p>
<p>On the Vodacom network for example, there are a <a href="http://mybroadband.co.za/wiki/index.php/Vodacom_Pre-paid_data_Bundles_How_To">number of ways</a> to purchase prepaid data bundles, but a really simple way to purchase a data bundle is via SMS. Once you&#8217;ve provided the fieldworker with sufficient airtime, they must simply be instructed to send an SMS specifying the bundle they need to purchase to a toll-free number. For example, to purchase a 5MB data bundle from Vodacom, they would send &#8220;MYMEG 5&#8243; to the Vodacom short code &#8220;100&#8243;.</p>
<div id="attachment_620" class="wp-caption aligncenter" style="width: 138px"><a href="http://community.populi.net/mobileresearcher/wp-content/uploads/2009/10/MyMeg5.png"><img class="size-full wp-image-620" title="MyMeg5 SMS" src="http://community.populi.net/mobileresearcher/wp-content/uploads/2009/10/MyMeg5.png" alt="Purchasing a 5MB data bundle from Vodacom via SMS" width="128" height="160" /></a><p class="wp-caption-text">Purchasing a 5MB data bundle from Vodacom via SMS</p></div>
<p>To simplify the process even further, it may be worthwhile to save this message as an <em>SMS template</em> (supported by most handsets), which the fieldworker can use to initiate the request when instructed by a supervisor (usually on a monthly basis).</p>
<p>At the time of this post, a 5MB data bundle from Vodacom cost R9.25 and data bundles can carry over for a maximum of 60 days. More information on pricing and data bundle options can be found on <a href="http://www.vodacom.co.za/services/vodacom_broadband/cost.jsp">Vodacom&#8217;s website</a>.</p>
<p>You can also use USSD to purchase data bundles. MTN offer a similar service, via USSD, whereby the fieldworker dials a &#8220;USSD string&#8221; depending on the size of the bundle they wish to purchase. More info is available on <a href="http://www.mtn.co.za/SUPPORT/FAQ/Pages/USSD.aspx">MTN&#8217;s USSD FAQs</a> page.</p>
<p>Even a 5MB data purchase is usually sufficient for even the most productive fieldworker &#8211; although obviously this depends on the nature and frequency of the data they collect.</p>
]]></content:encoded>
			<wfw:commentRss>http://community.populi.net/mobileresearcher/index.php/2009/10/data-bundles-for-fieldworkers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
