Skip to content

Latest commit

 

History

History
72 lines (44 loc) · 2.41 KB

README.md

File metadata and controls

72 lines (44 loc) · 2.41 KB

catigen (beta)

catigen is a Stata module to automatically generate SurveyCTO advanced CATI from a SurveyCTO/ODK CAPI XLSForm. This program uses SurveyCTO advanced CATI template to generate a new CATI based on a CAPI XLSForm.

The program does the followings:

       1. Downloads the templates from ARCED's GitHub repo.

       2. Generates the CATI XLSForm

       3. Create the xml file for server dataset

       4. Saves a sample do file that can be used to generate preload file for server dataset

Versions

Current version at GitHub: 1.0.1 (beta)

Installation

** Install from GitHub
    net install catigen, all replace from(https://raw.githubusercontent.com/ARCED-Foundation/catigen/master)

Syntax

catigen using filename, saving(filename) attachment(folderpath) 

help catigen

Options

Options Description
saving The name and path of the CATI XLSform to be saved
attachment The folder name and path where the attachments will be saved

Example Syntax

    catigen using "Baseline/dropout_survey_2022.xlsx", ///
			saving("Baseline/Dropout Survey CATI Form.xlsx") ///
			attachment("Baseline/Attachments")

Please report all bugs/feature request to the github issues page or e-mail [email protected].

Authors

Mehrab Ali

Tasmin Pritha

Solutions of Things Lab (SotLab), ARCED Foundation

   _____     _______ _           _     
  / ____|   |__   __| |         | |  
  | (___   ___ | |  | |     __ _| |__  
   \___ \ / _ \| |  | |    / _  |  _ \ 
   ____) | (_) | |  | |___| (_| | |_) | 
  |_____/ \___/|_|  |______\__,_|_.__/ 
        Solutions of Things Lab