Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

 

We'll now setup a keyword to report the daily activity for each user.  To collect data, we first need a form that contains the questions we want to capture.  This is similar to an SMS Survey (that is not actually used in any application but is only used by Messaging).  

Setup the SMS Application

We need to add a new application to the existing project.  This application will contain all the form that represents the data to be collected by each data collector.  

  1. Add a new application to the project by going to the Applications tab and choosing New Application -> Blank Application.  
  2. Update the first module and set the name to Data Collector Surveys
  3. And then set the case type to data_collector

Add the Daily Activity Form

We'll add a daily activity form that is used by the data collector to report their work.  This form will also contain a last_reported_date hidden value that will be saved to the case.  We'll use this date to trigger alert reminders to the supervisor. 

  1. Rename the Untitled Form to Daily Report and add questions so it resembles the following:

  2. ageag

 

 

  • No labels