education-apps/psych_rich/main.tscn

161 lines
5.0 KiB
Plaintext
Raw Normal View History

[gd_scene load_steps=2 format=3 uid="uid://dr7b0v3bcngc3"]
[ext_resource type="Script" path="res://main.gd" id="1_byteu"]
[node name="Main" type="Node2D"]
script = ExtResource("1_byteu")
[node name="TitleCard" type="Node2D" parent="."]
visible = false
[node name="Title" type="Label" parent="TitleCard"]
offset_left = 495.0
offset_top = 156.0
offset_right = 776.0
offset_bottom = 179.0
text = "How psychologically rich is your life?"
[node name="Instructions" type="Label" parent="TitleCard"]
offset_left = 495.0
offset_top = 156.0
offset_right = 776.0
offset_bottom = 179.0
text = "We define a psychologically rich life as a life characterized by variety, depth, and interest. A life could be psychologically rich if a person
experiences a variety of interesting things, and/or feels and appreciates a variety of deep emotions via first-hand experiences or vicarious
experiences such as novels, films, and sports on TV. Please indicate the degree to which you agree or disagree with each of the following
statements, using the 17 point scale below."
[node name="Button" type="Button" parent="TitleCard"]
offset_left = 398.0
offset_top = 182.0
offset_right = 444.0
offset_bottom = 213.0
text = "Start"
[node name="QuestionCard" type="Node2D" parent="."]
position = Vector2(85, 162)
[node name="ButtonsRow" type="HBoxContainer" parent="QuestionCard"]
offset_left = 74.0
offset_top = 204.0
offset_right = 1050.0
offset_bottom = 244.0
[node name="Score1" type="Button" parent="QuestionCard/ButtonsRow"]
layout_mode = 2
text = "Strongly Disagree"
[node name="Score2" type="Button" parent="QuestionCard/ButtonsRow"]
layout_mode = 2
text = "Disagree"
[node name="Score3" type="Button" parent="QuestionCard/ButtonsRow"]
layout_mode = 2
text = "Slightly Disagree"
[node name="Score4" type="Button" parent="QuestionCard/ButtonsRow"]
layout_mode = 2
text = "Neither Agree nor Disagree"
[node name="Score5" type="Button" parent="QuestionCard/ButtonsRow"]
layout_mode = 2
text = "Slightly Agree"
[node name="Score6" type="Button" parent="QuestionCard/ButtonsRow"]
layout_mode = 2
text = "Agree"
[node name="Score7" type="Button" parent="QuestionCard/ButtonsRow"]
layout_mode = 2
text = "Strongly Agree"
[node name="Question" type="Node2D" parent="QuestionCard"]
position = Vector2(129, 104)
[node name="Q1" type="Label" parent="QuestionCard/Question"]
offset_right = 40.0
offset_bottom = 23.0
text = "My life has been psychologically rich"
[node name="Q2" type="Label" parent="QuestionCard/Question"]
offset_right = 40.0
offset_bottom = 23.0
text = "My life has been experientially rich"
[node name="Q3" type="Label" parent="QuestionCard/Question"]
offset_right = 40.0
offset_bottom = 23.0
text = "My life has been emotionally rich"
[node name="Q4" type="Label" parent="QuestionCard/Question"]
offset_right = 40.0
offset_bottom = 23.0
text = "I have had a lot of interesting experiences"
[node name="Q5" type="Label" parent="QuestionCard/Question"]
offset_right = 40.0
offset_bottom = 23.0
text = "I have had a lot of novel experiences"
[node name="Q6" type="Label" parent="QuestionCard/Question"]
offset_right = 40.0
offset_bottom = 23.0
text = "My life has been full of unique, unusual experiences"
[node name="Q7" type="Label" parent="QuestionCard/Question"]
offset_right = 40.0
offset_bottom = 23.0
text = "My life consists of rich, intense moments"
[node name="Q8" type="Label" parent="QuestionCard/Question"]
offset_right = 40.0
offset_bottom = 23.0
text = "My life has been dramatic"
[node name="Q9" type="Label" parent="QuestionCard/Question"]
offset_right = 40.0
offset_bottom = 23.0
text = "I experience a full range of emotions via first-hand experiences such as travel and attending concerts"
[node name="Q10" type="Label" parent="QuestionCard/Question"]
offset_right = 40.0
offset_bottom = 23.0
text = "I have a lot of personal stories to tell others"
[node name="Q11" type="Label" parent="QuestionCard/Question"]
offset_right = 40.0
offset_bottom = 23.0
text = "On my deathbed, I am likely to say “I had an interesting life”"
[node name="Q12" type="Label" parent="QuestionCard/Question"]
offset_right = 40.0
offset_bottom = 23.0
text = "On my deathbed, I am likely to say “I have seen and learned a lot”"
[node name="Q13" type="Label" parent="QuestionCard/Question"]
offset_right = 40.0
offset_bottom = 23.0
text = "My life would make a good novel or movie"
[node name="Q14" type="Label" parent="QuestionCard/Question"]
offset_right = 40.0
offset_bottom = 23.0
text = "My life has been monotonous (r)"
[node name="Q15" type="Label" parent="QuestionCard/Question"]
offset_right = 40.0
offset_bottom = 23.0
text = "I often feel bored with my life (r)"
[node name="Q16" type="Label" parent="QuestionCard/Question"]
offset_right = 40.0
offset_bottom = 23.0
text = "My life has been uneventful (r)"
[node name="Q17" type="Label" parent="QuestionCard/Question"]
offset_right = 40.0
offset_bottom = 23.0
text = "I cant remember the last time Ive done or experienced something new (r)"
[node name="ResultsCard" type="Node2D" parent="."]