1 / 20

BLAISE to DDI

BLAISE to DDI Vipavc Irena , ADP, Slovenia CESSDA - Seminar, 9.-10. September, 2004. BLAISE

satin
Télécharger la présentation

BLAISE to DDI

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. BLAISE to DDI Vipavc Irena , ADP, Slovenia CESSDA - Seminar, 9.-10. September, 2004

  2. BLAISE Blaise is a powerful computer-assisted interviewing (CAI) system and survey processing tool for the Windows operating system. Developed by Statistics Netherlands and licensed and supported in the United States and Canada by Westat, Blaise includes many advanced capabilities that meet the high demands of today's CAI surveys.

  3. For surveys that are conducted as CAI with programe Blaise we would get questionnaire in electronic format. Because it is structured, it was possible to write programme for transforming it to DDI DTD. Example of this kind of survey in Slovenia is monthly Politbarometer survey.

  4. Q546A "DENIMO, DA BI ŽE NASLEDNJO NEDELJO PRIŠLO DO REFERENDUMA O ČLANSTVU SLOVENIJE V NATU. KAKO BI VI GLASOVALI, ZA VSTOP ALI PROTI VSTOPU?@/“: ( O1 "glasoval bi za vstop", O2 "glasoval bi proti vstopu", O3 "ne vem, b.o."); The structure: Variable name “QUESTION TEXT”: (answer categories) - instructions for interviewers possible also

  5. A tool to convert questionnaire from Blaise to DDI DTD is freely available on DDI’s web page at http://www.icpsr.umich.edu/DDI/users/tools.html

  6. Cameleon and Metadata

  7. NEEDED • You need program Blaise on your computer. You might also ask depositor to do this transformation for you, since it does not take that much effort. • From the survey you need files with extensions *.bla (source file) and *.bmi (data model) • Download Cameleon script (DDI_DTD.cif)

  8. PROCESS I • Run program Blaise and open source file (*.bla). • In the menue Tools chose Cameleon. • In data model field open *.bmi file of the survey and chose downloaded Cameleon script. • Survey-dd.xml is produced and saved.

  9. <var ID="Vnum140" name="Q546A" files="F1" dcml="0"> • <location StartPos="522" EndPos="522" width="1"/> • <labl level="variable">Q546A</labl> • <qstn> • <qstnLit>DENIMO, DA BI ŽE NASLEDNJO NEDELJO PRIŠLO DO REFERENDUMA O ČLANSTVU SLOVENIJE V NATU. KAKO BI VI GLASOVALI, ZA VSTOP ALI PROTI VSTOPU? • </qstnLit> • </qstn> • <valrng><range min="1" max="3"/></valrng> • <catgry> • <catValu>1</catValu> • <labl>O1</labl> • <txt>glasoval bi za vstop</txt> • </catgry> • <catgry>

  10. PROCESS II (combining text with frequencies) • Clean up data file • Clean up produced Variable description (dd) file and add it to full DDI DTD Codebook • Change entities in full text • Import Data File (SPSS) and Codebook (XML) in NESSTAR Publisher For variables that are extra in Variable description part, you will get error massage and they will not be included. Variables that are extra in data file will be included but with description as from data file.

  11. OLD

  12. NEW

  13. New vs Old script In new version labels of variables and answer categories do not exist. Instead we have Category text in answer categories. Labels are replaced by codes.

  14. NESSTAR Problems with: • Entities • Special characters • Reserved characters <, >

  15. Process III • Publish your Codebook on server. • Export XML document, if you distribute your Codebooks in some other manner

  16. Cameleon script does: • Give you question textfrom BLAISE • Answer categories and labels

  17. Cameleon script does not: • write you frequencies (you can solve this with Nesstar Publisher) • Mark standard missings • Check for jumps • Use standard scales defined in Blaise • Use grouped variables defined in Blaise

  18. Statistics Netherlands is developing a web interviewing system to provide advanced web features using XML, XSL, and ASP.

More Related