diff --git a/lib/dream_up_web/live/instructions_live.html.leex b/lib/dream_up_web/live/instructions_live.html.leex index 9053dd1..b729ba6 100644 --- a/lib/dream_up_web/live/instructions_live.html.leex +++ b/lib/dream_up_web/live/instructions_live.html.leex @@ -13,9 +13,12 @@

You will discover more about the challenge from the perspectives of the members the other team.

Then you will work with your own team to come up with a creative new solution to help solve one of those problems.

-
+
+
+

Objective:

Work with your team to DreamUp creative solutions to an everyday problem.

+

Gameplay Overview:

diff --git a/lib/dream_up_web/live/lobby_live.html.leex b/lib/dream_up_web/live/lobby_live.html.leex index 14515eb..87490f5 100644 --- a/lib/dream_up_web/live/lobby_live.html.leex +++ b/lib/dream_up_web/live/lobby_live.html.leex @@ -20,11 +20,6 @@ ["Red": "red", "Blue": "blue"], value: input_value(f, :team) %> - <%# - <%= select f, :character, - ["Artist": "artist", "Storyteller": "storyteller", "Dreamer": "dreamer", "Planner": "planner", "Listener": "listener", "Maker": "maker", "Rebel": "rebel", "Writer": "writer", "Thinker": "thinker" ], - value: input_value(f, :character) - %>

@@ -101,68 +96,31 @@

If you know which color team you want to join, select that color. If you do not, pick a random color. Once everyone has joined, teams can be rebalanced as needed.

- <%#

- Pick a Character card that you feel best expresses your personality, working style, or skills. -

%>
- <%# character image grid %> - <%#
-
- -

The Maker

-
-
- -

The Rebel

-
-
- -

The Dreamer

-
-
- -

The Writer

-
-
- -

The Planner

-
-
- -

The Listener

-
-
- -

The Artist

-
-
- -

The Thinker

-
-
- -

The Storyteller

-
-
%> <% else %> <%# instructions - post join %>
-

Instructions:

+

Instructions:

- As the two teams are formed, you will see the members of the teams listed. The team leaders' names will be in bold.  + As the two teams are formed, you will see the members of the teams listed. The team leaders' names will be in bold.

+

- Check to see if teams need to be rebalanced (in terms of numbers of people and characters selected).  + Check to see if teams need to be rebalanced (in terms of numbers of people and characters selected).

+

Try to mix people who identify as introverted and extroverted; who are more analytical and who are more expressive; who are more linear and exploratory. When relevant, try to make teams with differing professional experiences (doctor, engineer and chef; artist, accountant and teacher). Also look for a diversity of skills: those who frequently create or make things, those who love to tell stories and share their thoughts in public forums, those who love meeting new people and make connections. Try to create a team with diverse life experiences -- think about age, where you grew up, where you have lived, changes or transitions in work, school or life, etc.

+
+

When teams are balanced properly, continue to the next page.

+

- Or...  Instead of the above approach, split teams up randomly. Have each person draw a role card and then take on that role, whether it comes naturally to them or not!  + Or... Instead of the above approach, split teams up randomly. Have each person draw a role card and then take on that role, whether it comes naturally to them or not! 

diff --git a/lib/dream_up_web/live/start_live.html.leex b/lib/dream_up_web/live/start_live.html.leex index 195de5d..8d312fb 100644 --- a/lib/dream_up_web/live/start_live.html.leex +++ b/lib/dream_up_web/live/start_live.html.leex @@ -5,7 +5,7 @@ Enter Game Code
- + <%= if @error == "code" do %>
Error: code not found
<% end %>