Market Research Lesson 3 0. Check in: Share App Ideas What app ideas are you working with from your brainstorm? Which one are you leaning toward? 1.

Slides:



Advertisements
Similar presentations
TWO STEP EQUATIONS 1. SOLVE FOR X 2. DO THE ADDITION STEP FIRST
Advertisements

Bellwork If you roll a die, what is the probability that you roll a 2 or an odd number? P(2 or odd) 2. Is this an example of mutually exclusive, overlapping,
1 Copyright © 2010, Elsevier Inc. All rights Reserved Fig 2.1 Chapter 2.
By D. Fisher Geometric Transformations. Reflection, Rotation, or Translation 1.
Slide 1 FastFacts Feature Presentation September 7, 2010 We are using audio during this session, so please dial in to our conference line… Phone number:
Slide 1 FastFacts Feature Presentation June 18 th, 2009 We are using audio during this session, so please dial in to our conference line… Phone number:
Factors, Primes & Composite Numbers
The student will be able to:
Writing Pseudocode And Making a Flow Chart A Number Guessing Game
Jeopardy Q 1 Q 6 Q 11 Q 16 Q 21 Q 2 Q 7 Q 12 Q 17 Q 22 Q 3 Q 8 Q 13
Jeopardy Q 1 Q 6 Q 11 Q 16 Q 21 Q 2 Q 7 Q 12 Q 17 Q 22 Q 3 Q 8 Q 13
Multiplying binomials You will have 20 seconds to answer each of the following multiplication problems. If you get hung up, go to the next problem when.
Evaluating Solutions Future Problem Solving Training Steps 4 and 5.
0 - 0.
2nd Grade Reading Units of Study #3
ALGEBRAIC EXPRESSIONS
DIVIDING INTEGERS 1. IF THE SIGNS ARE THE SAME THE ANSWER IS POSITIVE 2. IF THE SIGNS ARE DIFFERENT THE ANSWER IS NEGATIVE.
MULTIPLYING MONOMIALS TIMES POLYNOMIALS (DISTRIBUTIVE PROPERTY)
ADDING INTEGERS 1. POS. + POS. = POS. 2. NEG. + NEG. = NEG. 3. POS. + NEG. OR NEG. + POS. SUBTRACT TAKE SIGN OF BIGGER ABSOLUTE VALUE.
MULTIPLICATION EQUATIONS 1. SOLVE FOR X 3. WHAT EVER YOU DO TO ONE SIDE YOU HAVE TO DO TO THE OTHER 2. DIVIDE BY THE NUMBER IN FRONT OF THE VARIABLE.
SUBTRACTING INTEGERS 1. CHANGE THE SUBTRACTION SIGN TO ADDITION
MULT. INTEGERS 1. IF THE SIGNS ARE THE SAME THE ANSWER IS POSITIVE 2. IF THE SIGNS ARE DIFFERENT THE ANSWER IS NEGATIVE.
Addition Facts
Mike Scott University of Texas at Austin
When I’m at work: Solving problems.
Solve Both Sides Day 1 Teacher Notes
Equations Lesson
Test on Input, Output, Processing, & Storage Devices
Customer Development Week 3.
Access Lesson 13 Programming in Access Microsoft Office 2010 Advanced Cable / Morrison 1.
1 University of Utah – School of Computing Computer Science 1021 "Thinking Like a Computer"
O X Click on Number next to person for a question.
© S Haughton more than 3?
1 PDC 2008 WomenBuild Welcome to WomenBuild. 2 3 Our Purpose WomenBuild is designed to address how we attract and grow Women in Technology through creative.
0 Solving Problems in Groups ©2008, University of Vermont and PACER Center Solving Problems in Groups PCL Module 9.
Twenty Questions Subject: Twenty Questions
1 4 Square Questions B A D C Look carefully to the diagram Now I will ask you 4 questions about this square. Are you ready?
AGENDA Opening Assignment Lesson 1-1 Order of Operations p. 7 in Textbooks Notes in Interactive Notebook CLASSWORK/ HOMEWORK Student Workbook page 8, #1-8.
Linking Verb? Action Verb or. Question 1 Define the term: action verb.
Squares and Square Root WALK. Solve each problem REVIEW:
MS Read-A-Thon. 2 What is MS? MULTIPLE = SCLEROSIS = MANY SCARS.
Summer 2012 Instructor: Hassan Khosravi
Past Tense Probe. Past Tense Probe Past Tense Probe – Practice 1.
Video Audio Shot 1 Shot: Long Shot Girl starts floating in the air as she is yelling at her teacher. The teacher is heard whimpering at the sight and sound.
GG Consulting, LLC I-SUITE. Source: TEA SHARS Frequently asked questions 2.
Event 4: Mental Math 7th/8th grade Math Meet ‘11.
Addition 1’s to 20.
CS 240 Computer Programming 1
25 seconds left…...
Warm Ups {(2,0) (-1,3) (2,4)} Write as table Write as graph
Test B, 100 Subtraction Facts
Warmup. 1) Solve. 3x + 2 = 4x - 1 You need to get the variables on one side of the equation. It does not matter which variable you move. Try to move the.
11 = This is the fact family. You say: 8+3=11 and 3+8=11
Week 1.
1 Instructional Routines: Effective and Efficient Teaching.
We will resume in: 25 Minutes.
1 Unit 1 Kinematics Chapter 1 Day
O X Click on Number next to person for a question.
User-Centered Design Lesson 4. Revise Market Size Calculation Revise your market size calculations based on the feedback you got from your mentor and.
Technovation User-centered Design Week 3. Check-in: survey Now you have survey results from ~20 people Stand up as a team and share interesting results.
Lean Thinking Week 2. Agenda 5:30 – Team Stand Up 5:40 – Lean Thinking 6:00 – Activity: Brainstorming 6:45 – Activity: Market Research 7:25 – Review.
Defining the Issue Lesson 2. 1 Modules 2.1Ideation – Brainstorming community issues 2.2Lean Startup 2.3Design a survey 2.4Games App Inventor tutorial.
Brainstorming Solutions Lesson 3 0. Modules 3.1Summary of Last Week 3.2Solution Brainstorming 3.3Customer Development 3.4Potential Market Size 3.5Survey.
Competitive Analysis Lesson 5 0. Agenda 5.1Product Description and Paper Prototype Revisions 5.2Project Planning 5.3 Competitive Analysis and Pricing.
User Centered Design Lesson 4. Check in Now you have survey results from ~20 people Share interesting results or trends from your surveys.
Technovation Incorporating Feedback Week 4. Check-in: paper prototype By now, your paper prototype should be complete, so that you can begin creating.
Making Decisions uCode: October Review What are the differences between: o BlueJ o Java Computer objects represent some thing or idea in the real.
Incorporating Feedback Lesson 5 0. Check-in: paper prototype By now, your paper prototype should be complete, so that you can begin creating your app.
ITEC 109 Lecture 11 While loops. while loops Review Choices –1 st –2 nd to ?th –Last What happens if you only use ifs? Can you have just an else by itself?
Validation – Scooter Guy Write a Blog post answering the following questions: What was the video about? What.
Presentation transcript:

Market Research Lesson 3 0

Check in: Share App Ideas What app ideas are you working with from your brainstorm? Which one are you leaning toward? 1

Agenda Topics Product Market Customer Development Conditionals/Procedures Activities Create a customer survey 2

VideoWall 2 Review Conditionals Nested Conditionals Variables Procedures 3

Conditionals Only do the action if the condition is true use an if statement If (condition is true) then (do something) Examples: if Simon says “Simon says” then do the command if the weather predicts rain then pack your umbrella If the user has more than 10 points then she wins! 4

Conditionals (Continued) You also tell the program what to do if the statement is not true Use an if-else statement If (condition) then (do something) else (do something else] Examples: You are asking someone to go to a party. What happens if they say yes? What happens if they say no? If it is raining then do homework else go to soccer practice 5

Nested Conditionals You can also put conditionals inside of other conditionals If (condition) then (do something) elseif (condition#2) then (something else) else (do something else) Example: if I get into Berkeley I will go there. Elseif I get into Stanford I will go there. Elseif I get into Harvey Mudd, I will go there. 6

Variables Values that can change while your program is running Want to track that value, so we store them in variables 7

Procedures Blocks of code that may need to be reused in other parts of your program Often have inputs, sometimes have outputs Example : laundry – the process is the same, what changes as input is the clothes. What results is clean clothes 8

Video Wall 2 Questions How could you use these concepts in your app? What is an example of a real life variable that you want to consider in your app? What is a real life conditional that could happen when using your app? 9

Why do startups fail? “The vast majority of startups fail NOT because they could not build a great product or technology, but because no one wanted the product!” — Steve Blank 10

Know your customers and market 11

Know your customers and market What problem does your app solve? What groups of people have these problems? How big is this group(s) of people (i.e. your market)? Think-Pair-Share 12

Customer Development “Customer development is not asking customers what they want—it is seeking to understand what they need, how they work, where their pain points and highest priorities are. ” —Cindy Alvarez “If I had asked people what they wanted, they would have said a faster horse.” —Henry Ford 13

Get to know your customer Does your target audience have the problem that you think they have? Is your solution (your app) the only solution to the problem? Would your target market pay for a solution like yours? How much? You will never be sure until you ASK (through surveys or interviews) 14

Understand your market Where is there a need for your app? What currently fills that need? If your app existed, would people use it? How often? How much would people pay for it? Which features are most important for your app to have? 15

Finding People to Talk To Would love yr feedback on [product/problem/solution] – shd only take 2mins [URL] thanks! “ Facebook: “Has anyone heard of an app that does ____?” Asking in person 16

Activity: Survey questions Sample surveys for Angry Birds & Shazam 10 min to list questions Write as many questions as you can for the potential customer of your product What would you ask your ideal customer? Record your ideas in page 9 of the workbook Record your ideas in page 9 of the workbook 17

Activity: Create a survey Good surveys are short Pick the top 5-7 questions on your list Multiple choice questions with checkboxes are easier for people to answer You can allow for more than just one answer Create your survey in page 10 of the workbook Create your survey in page 10 of the workbook 18

Task List Determine the market for your App Finish creating your survey and have at least 20 people take it See page 7 & 8 of the workbook for examples of survey results 19

Next time You will tell the class about interesting results from these surveys at next week’s class! Complete Colored Dots tutorial before next lesson 20