-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstudy3.html
More file actions
80 lines (63 loc) · 2.64 KB
/
study3.html
File metadata and controls
80 lines (63 loc) · 2.64 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!DOCTYPE html>
<html>
<head>
<style>
h3 { background-color:LightCyan; color: Navy; text-align: center; font-size:XX-large;}
h4 { background-color:yellow; color: Navy; text-align: justify; font-size:X-large;}
div { background-color:LightCyan;
position:relative;
left: 10%;
color: Navy;
text-align: justify;
font-size:X-large;
border: 2px solid;
padding: 20px;
width: 800px;
resize: vertical;
overflow: auto;
}
iframe {
position:relative;
left: 20%;
}
span {background-color:FireBrick; color: black;}
a {color: black;}
</style>
<meta charset="ISO-8859-1">
<title>Analyzing Online JPS</title>
<h3> ColabLearn Study 3: Analyzing Joint Problem Solving Dicourse</h3>
</head>
<body bgcolor="LightGray" >
<div><p>
<center> Problem Scenario:Survival on the Moon </center> </br>
You are a member of a space crew originally scheduled to rendezvous with a
mother ship on the lighted surface of the moon. However, due to mechanical
difficulties, your ship was forced to land at a spot some 200 miles from the
rendezvous point. During reentry and landing, much of the equipment aboard
was damaged and, since survival depends on reaching the mother ship, the most
critical items available must be chosen for the 200-mile trip. Below are
listed the 15 items left intact and undamaged after landing. Your task is to
rank order them in terms of their importance for your crew in allowing them
to reach the rendezvous point. Place the number 1 by the most important item,
the number 2 by the second most important, and so on through number 15 for
the least important. You will discuss your rating of each item within in this
forum and reach a joint consensus, the final rating for all item shall reflect
collective reasoning within your group. </b/>
Thanks for your participation. </br>
</br>
Your Ranking:
</br>
Box of matches______, Food concentrate _______, </br>
50 feet of nylon rope _______, Parachute silk _______, </br>
Portable heating unit _______, Two .45 caliber pistols_______ , </br>
One case of dehydrated milk _______, Two 100 lb. tanks of oxygen _______, </br>
Stellar map _______, Self-inflating life raft _______, Magnetic compass _______, </br>
20 liters of water _______, Signal flares _______, </br>
First aid kit, including injection needle _______, </br>
Solar-powered FM receiver-transmitter _______.
</p></br>
Login with a username of your choice <a href="http://www.e-chat.co/room/19779218" target="_blank">here</a> to participate
in your group discussion. Thank you for your help.
</div> <br><br>
</body>
</html>