education-apps/psych_rich/main.tscn

170 lines
5.3 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[gd_scene load_steps=3 format=3 uid="uid://dr7b0v3bcngc3"]
[ext_resource type="Script" path="res://main.gd" id="1_byteu"]
[ext_resource type="Theme" uid="uid://dekd1tps61vy8" path="res://wb_theme.tres" id="2_arn03"]
[node name="Main" type="Node2D"]
script = ExtResource("1_byteu")
[node name="TitleCard" type="CanvasLayer" parent="."]
[node name="Panel" type="Panel" parent="TitleCard"]
offset_left = 41.0
offset_top = 32.0
offset_right = 81.0
offset_bottom = 72.0
theme = ExtResource("2_arn03")
[node name="VBoxContainer" type="VBoxContainer" parent="TitleCard"]
offset_right = 1031.0
offset_bottom = 158.0
alignment = 1
[node name="Title" type="Label" parent="TitleCard/VBoxContainer"]
layout_mode = 2
theme = ExtResource("2_arn03")
theme_override_font_sizes/font_size = 18
text = "How psychologically rich is your life?"
[node name="Instructions" type="Label" parent="TitleCard/VBoxContainer"]
layout_mode = 2
theme = ExtResource("2_arn03")
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."
[node name="Button" type="Button" parent="TitleCard/VBoxContainer"]
layout_mode = 2
theme = ExtResource("2_arn03")
text = "Start"
[node name="QuestionCard" type="Node2D" parent="."]
visible = false
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="."]
visible = false