Due: Oct 15 by 11:59pm
Weight: This assignment is worth 4% of your final grade.
Purpose: purpose
Assessment: Your pilot survey will be assessed using this rubric.
As a team, create a pilot survey - an initial draft of your final survey for preliminary testing. Your fellow classmates will all take your survey and provide feedback. The course instructor will also review and grade your survey and will provide written feedback. Follow the instructions below to prepare your pilot survey.
Download and unzip this template for your pilot survey. The folder contains the following files:
pilot_survey.Rproj
: An R Project file for staying
organized.p1-intro.Rmd
: The code for creating part 1 of your
survey, which should include a welcome page, content form, and
eligibility questions for screening our ineligible respondents.p2-choice-questions.Rmd
: The code for creating part 2
of your survey, which should include your education content and
randomized conjoint choice questions.p3-demos.Rmd
: The code for creating part 3 of your
survey, which should include any other questions (e.g. demographics) you
wish to ask your survey respondents.make_choice_questions.R
: The code to generate the
choice_questions.csv
file.choice_questions.csv
: The survey choice question design
file.images
: A folder of images you’re using in your
survey.The files included in the zip file are taken directly from the example apples conjoint repo on GitHub associated with the blog post on building conjoint surveys in R. This is just placeholder content - you need to replace it with your survey content.
Follow these guidelines in inserting your content:
p2-choice-questions.Rmd
file, you should
include at least one example choice question (e.g. the first choice
question for the first respondent) using your choice question design
file (the choice_questions.csv
file).choice_questions.csv
file as
well as any images used in your survey.Be sure to knit each file often - you should knit each part to html files so you can preview that everything is displaying as expected.
Using your team google and formr accounts:
Create a zip file of everything in your R Project folder. Go to the “Assignment Submission” page on Blackboard and submit your zip file under “Project: Pilot Survey”. Include the link to your survey in the Blackboard submission.
Only one person from your team should submit the report.