rmtmckenzie / cscw-icebreaker

UVic CSCW spring 2014 final project - an icebreaker for non-colocated teammates
MIT License
2 stars 1 forks source link

Determine remaining question types #10

Closed ejzn closed 10 years ago

ejzn commented 10 years ago

Can you look at the remaining question types for the group activity on top of the ones we have already( Webcam and TTF types)? We will then implement them into the application.

ejzn commented 10 years ago

Examples:

  1. Random Facts,
  2. Animal with the same letter as your first name or favourite animal
  3. Worst summer job,
  4. What would your super power be.
  5. Which celebrity are you like/look like?

Should all these go in? CC @nocturnedesign

ejzn commented 10 years ago

ping @nocturnedesign Thoughts?

nocontent commented 10 years ago

@ejzn Sorry for the slow reply, interview today. The types of questions we can ask really depends on the limitations of our system. Will the users try to beat each other at answering questions or collectively decide upon an answer? Is there a time limit? I would break it up by response type and then pick what we can put in to the system. I think all of the types of questions you suggested can go in. Here are a few that I'll expand on:

  1. Multiple Choice/True-False
  2. Trivia Questions (There are a number of free quiz DBs online)
  3. Image Recognition + Multiple Choice
  4. Match face picture/video to person's name
  5. Identify the correct name for the object in the picture
  6. Fill in the Blanks
  7. Match the fact to the person
rmtmckenzie commented 10 years ago

Well I think that we shouldn't be going for real-time stuff, although we technically could... but really for the purpose of this we just want something where the people can be force-fed as much information about their collaborators as possible so that they can work better together. We don't have a week for them to use it or a massive user base or something. So we should probably stick to as basic as possible.

  1. We have true/false already
  2. Trivia wouldn't really say much about each other
  3. A random picture??
  4. We could do that - upload a picture/webcam? Probably this or number 7
  5. don't think thi sis going to help getting them to know each other.
  6. This could be interesting - what would implementation look like though?
  7. Yes - I think this is duable
rmtmckenzie commented 10 years ago

From comments on #12.

ejzn commented 10 years ago

Awesome ideas, but we need something we can implement RFK. Can we refine these to 4 types we are going to do, and then put them into the issue at the top? Maybe something like 1, 3 (but video?), 6, 7?

ejzn commented 10 years ago

@nocturnedesign You have the final say, can you update the issue? Just make sure the scope is doable...

nocontent commented 10 years ago

At this point I'm looking at the program as a way to accelerate past small talk in groups. Instead of going through general small talk topics one-on-one with each person in your group, it's all done at once. I'd like some feedback on the questions and ways to improve them. At this point, I can't think of any questions that can integrate the video features. I'm also wondering if we can use the match-up to match people to binary categories. ie/ Are you a morning or night person? -> Match up each person in your group to either morning or night.

Question Types

# Past Response Type Quiz Type Video Context
1 Which continents have you traveled to? Checkbox Multiple MC Yes
2 What is a common activity most people have completed that you've never done? MC MC No
# Present Response Type Quiz Type
1 What is your favourite movie? MC MC
2 What is your biggest guilty pleasure? MC MC
3 Name 2 special skills or hobbies that no one knows you have... TTF TTF
# Future Response Type Quiz Type Video Context
1 What is your dream job? Text MC Yes
2 One day, I would like to ___. Text MC No
# Abstract Response Type Quiz Type
1 If you were a superhero, what would your power be? Text MC
ejzn commented 10 years ago

Match up are interesting. This is a good start. I have a couple ideas as far as some of the questions you've asked. For a video type, could we not record them asking the question? This gives at very least some initial feedback on the look of someone and the idea of repeated exposure -- although it'll be just one thing.

ejzn commented 10 years ago

*time they use it.

ejzn commented 10 years ago

Okay, how is everyone for a quick meeting tomorrow to discuss this in person? I'm free all day so let me know. cc @nocturnedesign @rmtmckenzie @kevinWillis

rmtmckenzie commented 10 years ago

I'm free between 2:20 and 5:30.

kevinWillis commented 10 years ago

I am also free between 2:20 and 5:30

ejzn commented 10 years ago

I'm in my office for the rest of the day.

ejzn commented 10 years ago

Quiz Types: True True False, Multiple Choice, w/without video context.

ejzn commented 10 years ago

Confirmed and implemented.