Advanced Designer Topics *Demonstrative, not instructional

Slides:



Advertisements
Similar presentations
Drupal Basics Part 3 Create a new page Main tabs menu Using the theme Agricultural Communications Services Integrated Media Training Sessions
Advertisements

Understanding Relational Databases Basic Concepts and Applications for Qualitative Content Analysis.
DATABASE BASICS: INSERTING AND FORMATTING DATA EXCEL 07 SESSION II.
Welcome to YLM.ca ’s NEW Regional & Sub-Community Online Directory & Inventory System Features & Data Services.
Mark Dixon Page 1 06 – Expression Builder. Mark Dixon Page 2 Session Aims & Objectives Aims –To use expressions to perform more complex calculations in.
This Presentation Contains Narration To hear the narration, turn on your speakers or plug in headphones. If you would like to view this slideshow WITHOUT.
Introduction to SPSS Short Courses Last created (Feb, 2008) Kentaka Aruga.
Introducing... NPF Connect Press [Space Bar] to continue...
Chapter 10: Working with Large Data Spreadsheet-Based Decision Support Systems Prof. Name Position (123) University Name.
Lesson 1 -What is a Database? -Fields and Records
PIVOT TABLES AND CHARTS CS1100 Computer Science and its Applications CS1100Pivot tables and charts1.
What is a Database? A Database is…  an organized set of stored information usually on one topic  a collection of records  a way to organize information.
Advanced Word - Lesson 1: Sorting and Calculating.
Examining data using Microsoft Access Queries Using Criteria and Calculations SESSION 3.2 This section covers specifying an exact match condition in a.
Chapter 4: Create, Edit, and Perform Calculations in Reports Exploring Microsoft Office Access 2007.
Chapter 6.  If a cell style will be used over and over again it can be modified in the cell styles gallery  Home ⇒ Cell Styles ⇒ right-click a style.
Access Manual 2 By Dhawala Kovuri Elham S.Khorasani Ismail Guneydas.
With Excel 2007 Comprehensive 1e© 2008 Pearson Prentice Hall1 PowerPoint Presentation to Accompany GO! with Microsoft Excel ® 2007 Comprehensive 1e Chapter.
Lesson Understand templates 2 Create a new document from a template 3 Work with template elements 4 Create a custom template 5 Use a custom template.
Access Project 3 Notes. Introduction Maintaining the Database  Modifying the data to keep it up-to-date Restructure the Database  To change the database.
Introduction to SPSS. Object of the class About the windows in SPSS The basics of managing data files The basic analysis in SPSS.
WHAT IS A DATABASE? A DATABASE IS A COLLECTION OF DATA RELATED TO A PARTICULAR TOPIC OR PURPOSE OR TO PUT IT SIMPLY A GENERAL PURPOSE CONTAINER FOR STORING.
More on Tables Open your table in design view Click here!
EDExpress Training Presented by Doug Baldwin – CPS/SAIG Technical Support Bob Berry – U.S Department of Education/FSA.
Creating A Survey Using Office of Student Affairs Assessment The University of Georgia A-Team Training-Skills Session 1 October 30, 2007.
Use SPSS for solving the problems Lecture#21. Opening SPSS The default window will have the data editor There are two sheets in the window: 1. Data view2.
Chapter 10: Working with Large Data Spreadsheet-Based Decision Support Systems Prof. Name Position (123) University Name.
Course Contents Overview: Database basics Lesson 1: Benefits of using a database Lesson 2: Table that data Lesson 3: Analyzing, viewing, and reporting.
Notes: **A Row is considered one Record. **A Column is a Field. A Database is…  an organized set of stored information usually on one topic  a collection.
Database (Microsoft Access). Database A database is an organized collection of related data about a specific topic or purpose. Examples of databases include:
Microsoft Project 2003 By: Mahmoud Saad El-Din. Topics  Creating a new project.  Working with workspace project.  Defining project information.  Working.
IENG-385 Statistical Methods for Engineers SPSS (Statistical package for social science) LAB # 1 (An Introduction to SPSS)
Voki Why use Voki? How to use Voki Examples of Voki in the classroom Extra support for Voki use.
1 CS 106 Computing Fundamentals II Chapter 85 “Excel Tables” Herbert G. Mayer, PSU CS status 6/14/2013 Initial content copied verbatim from CS 106 material.
Co-director CCNA CATC - Ft. Worth, TX
DU REDCap Introduction
Advanced Excel Helen Mills OME-RESA.
Week 1, Day 3 Lazy Coding 29 June 2016.
Blackboard Connect 5 Training Session
Introduction to Marketing Research
Use of CAPI for agricultural surveys
Building a User Interface with Forms
By Dr. Madhukar H. Dalvi Nagindas Khandwala college
Site Hub Administrator – Defining Attributes
Basics of histograms and frequency tables
Use of CAPI for agricultural surveys
DEPARTMENT OF COMPUTER SCIENCE
Building Configurable Forms
Advanced Excel Helen Mills OME-RESA.
Introduction Chapter 1.
Workplace Equity Information Management System (WEIMS)
Introduction to Database Programs
Lab 2 and Merging Data (with SQL)
Using the Online Compare Tool
Lab 2 HRP223 – 2010 October 18, 2010 Copyright © Leland Stanford Junior University. All rights reserved. Warning: This presentation is protected.
IBM SCPM PIT Data Download/Upload
Statistics for the Social Sciences
Statistics for the Social Sciences
Exploring Microsoft Office Access 2010
Overview of Contract Association Batch Upload
Topic 8 – Pivot tables and Charts Lesson 1 – Pivot tables
IBM SCPM PIT Data Download/Upload
Workplace Equity Information Management System (WEIMS)
REACH Computer Resource Center
Introduction to Database Programs
Topic 11 Lesson 1 - Analyzing Data in Access
Exercise Using Census 2010 statistics, find the median age of males in Dallas and Galveston Counties, TX who identified themselves as race “Black or African.
Pivot tables and charts
Chapter 2 Excel Extension: Now You Try!
Presentation transcript:

Advanced Designer Topics *Demonstrative, not instructional Use of CAPI for agricultural surveys Advanced Designer Topics *Demonstrative, not instructional

Overview Macros Look-up tables Variables Patterns for Text Questions Preloading long-lists of options Cascading options Randomization

Macros What is it? Macros simplify writing complicated expressions with repetitive sub-expressions. You make define parts of the expression and then link them. They can be used in validation and enablement conditions.

Macros Example: Let’s say you are conducting an employee survey and want to enable certain questions based on certain characteristics of the worker. For example, let’s say you want ask some questions for public sector workers, that are female, and of child-bearing age. You could create 1 long enablement condition or split it up and define a macro.

Macros How to do it So you select $m -> add new macro, and define individual macros. Then you can insert $c && $worker && $publicSector as an enablement condition.

Look-up tables What is it? Examples of possible application: Lookup tables are reference tables that may be used in validation and enabling conditions. They are prepared as external tab-delimited files and uploaded to the questionnaire in the Designer. Examples of possible application: Crop yields by crop Salary ranges by occupation Price ranges for certain products

Look-up tables How to do it Select book looking icon Upload table

Variables What is it? Examples of possible application: Variables are created kind of like questions, but are actually derived from the answers to other questions. They do not appear in the questionnaire, but do appear in the final dataset. Examples of possible application: Computing total number of hours worked if average per day, and # of days is asked Compute yield if production, and area are asked

Invisible Variables How to do it Select “Add Variable” Define it

Pattern for Text Questions What is it? Patterns for Text Questions is used to define the structure of a text question or string. Examples of possible application: Phone numbers Flight numbers Id codes

Pattern for Text Questions How to do it Create text question, and define pattern.

Pre-loading long lists of options What is it? It’s referred to “combo box” in the designer. Essentially it’s used to load long lists of categorical options with codes instead of entering them one-by-one. Examples: Crops with codes Occupations with codes

Pre-loading long lists of options How to do it Create .tab file Upload it.

Cascading Combo Box What is it? Examples: Filters answer options based on the answer to previous question. Examples: Select Region, and filter cities based on selected region Select occupation category, then filter occupations

Cascading Combo Box How to do it: Same as combo box, but w/ extra column specifying parent code Mark “is cascading” Specify parent

Use Random numbers What is it? Examples: A random number is b/t 0 and 1 which can be used for randomized selection. Examples: Random selection of hh member from roster Random selection of employee from employee roster

Questions????