Skip to content

A Stata command to automatically generate SurveyCTO advanced CATI from a SurveyCTO CAPI.

License

Notifications You must be signed in to change notification settings

ARCED-Foundation/catigen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 

About

A Stata command to automatically generate SurveyCTO advanced CATI from a SurveyCTO CAPI.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published