2023-03-29 00:59:51 +00:00
[gd_scene load_steps=24 format=2]
[ext_resource path="res://wb_theme.tres" type="Theme" id=1]
[ext_resource path="res://main_screen.gd" type="Script" id=2]
[ext_resource path="res://Assets/photos/classroom-824120_1920.jpg" type="Texture" id=3]
[ext_resource path="res://NameChangePanel.gd" type="Script" id=4]
[ext_resource path="res://Assets/fonts/noto_sans_display.ttf" type="DynamicFontData" id=5]
[ext_resource path="res://Assets/fonts/noto_sans_display_bold.ttf" type="DynamicFontData" id=6]
[ext_resource path="res://ObservationWindow.gd" type="Script" id=7]
[ext_resource path="res://EditScreen.gd" type="Script" id=8]
[ext_resource path="res://Results.gd" type="Script" id=9]
[ext_resource path="res://TimerBar.gd" type="Script" id=10]
[ext_resource path="res://ProgressBar.gd" type="Script" id=11]
[ext_resource path="res://Assets/icons/main_icon.png" type="Texture" id=12]
[sub_resource type="StyleBoxFlat" id=2]
bg_color = Color( 0.952941, 0.933333, 0.847059, 1 )
[sub_resource type="StyleBoxFlat" id=1]
bg_color = Color( 1, 1, 1, 1 )
shadow_offset = Vector2( 0, 4 )
[sub_resource type="DynamicFont" id=4]
font_data = ExtResource( 5 )
[sub_resource type="DynamicFont" id=5]
size = 24
font_data = ExtResource( 6 )
[sub_resource type="DynamicFont" id=6]
size = 32
font_data = ExtResource( 6 )
[sub_resource type="StyleBoxFlat" id=7]
bg_color = Color( 1, 1, 1, 1 )
corner_radius_top_left = 50
corner_radius_top_right = 50
[sub_resource type="StyleBoxFlat" id=10]
bg_color = Color( 0.941176, 0.772549, 0.517647, 1 )
[sub_resource type="StyleBoxFlat" id=11]
bg_color = Color( 0.862745, 0.435294, 0.329412, 1 )
[sub_resource type="StyleBoxFlat" id=8]
bg_color = Color( 1, 1, 1, 1 )
[sub_resource type="DynamicFont" id=9]
font_data = ExtResource( 5 )
[sub_resource type="DynamicFont" id=12]
size = 18
font_data = ExtResource( 5 )
2022-11-01 09:28:59 +00:00
2022-10-22 02:10:01 +00:00
[node name="AppWindow" type="CanvasLayer"]
2023-03-29 00:59:51 +00:00
script = ExtResource( 2 )
2022-10-22 02:10:01 +00:00
[node name="Background" type="Panel" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
2023-03-29 00:59:51 +00:00
theme = ExtResource( 1 )
custom_styles/panel = SubResource( 2 )
__meta__ = {
"_edit_lock_": true
}
2022-10-22 02:10:01 +00:00
2022-11-06 08:30:17 +00:00
[node name="HTTPRequest" type="HTTPRequest" parent="."]
unique_name_in_owner = true
2022-11-06 11:57:49 +00:00
[node name="HTTPRequest2" type="HTTPRequest" parent="."]
unique_name_in_owner = true
2023-03-29 00:59:51 +00:00
[node name="ClassroomPhoto" type="Sprite" parent="."]
2022-11-23 10:42:42 +00:00
visible = false
2023-03-29 00:59:51 +00:00
position = Vector2( 639.9, 201.694 )
scale = Vector2( 0.665729, 0.665729 )
texture = ExtResource( 3 )
__meta__ = {
"_edit_lock_": true
}
2022-10-22 02:10:01 +00:00
[node name="StartScreen" type="CanvasLayer" parent="."]
[node name="InstructionPanel" type="Panel" parent="StartScreen"]
unique_name_in_owner = true
2022-11-23 10:42:42 +00:00
visible = false
2022-10-22 02:10:01 +00:00
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
2023-03-29 00:59:51 +00:00
margin_left = -640.0
margin_top = -289.0
margin_right = 640.0
margin_bottom = 359.0
custom_styles/panel = SubResource( 1 )
__meta__ = {
"_edit_lock_": true
}
2022-10-22 02:10:01 +00:00
[node name="MinuteBox" type="HBoxContainer" parent="StartScreen/InstructionPanel"]
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
2023-03-29 00:59:51 +00:00
margin_left = -53.5
margin_top = -159.0
margin_right = 53.5
margin_bottom = -119.0
2022-10-22 02:10:01 +00:00
[node name="MinuteMinus" type="Button" parent="StartScreen/InstructionPanel/MinuteBox"]
2023-03-29 00:59:51 +00:00
margin_right = 43.0
margin_bottom = 40.0
2022-10-22 02:10:01 +00:00
size_flags_horizontal = 3
2023-03-29 00:59:51 +00:00
theme = ExtResource( 1 )
2022-10-22 02:10:01 +00:00
text = "-"
2023-03-29 00:59:51 +00:00
__meta__ = {
"_edit_lock_": true
}
2022-10-22 02:10:01 +00:00
[node name="MinuteLabel" type="Label" parent="StartScreen/InstructionPanel/MinuteBox"]
2023-03-29 00:59:51 +00:00
margin_left = 47.0
margin_top = 3.0
margin_right = 60.0
margin_bottom = 37.0
theme = ExtResource( 1 )
2022-10-22 02:10:01 +00:00
text = "1"
2023-03-29 00:59:51 +00:00
__meta__ = {
"_edit_lock_": true
}
2022-10-22 02:10:01 +00:00
[node name="MinutePlus" type="Button" parent="StartScreen/InstructionPanel/MinuteBox"]
2023-03-29 00:59:51 +00:00
margin_left = 64.0
margin_right = 107.0
margin_bottom = 40.0
2022-10-22 02:10:01 +00:00
size_flags_horizontal = 3
2023-03-29 00:59:51 +00:00
theme = ExtResource( 1 )
2022-10-22 02:10:01 +00:00
text = "+"
2023-03-29 00:59:51 +00:00
__meta__ = {
"_edit_lock_": true
}
2022-10-22 02:10:01 +00:00
[node name="CurrentTime" type="Label" parent="StartScreen/InstructionPanel"]
unique_name_in_owner = true
2023-03-29 00:59:51 +00:00
margin_left = 1196.0
margin_top = 506.0
margin_right = 1275.0
margin_bottom = 529.0
custom_colors/font_color = Color( 0, 0, 0, 1 )
custom_fonts/font = SubResource( 4 )
2022-10-22 02:10:01 +00:00
text = "99:99"
2023-03-29 00:59:51 +00:00
align = 2
2022-10-22 02:10:01 +00:00
[node name="MinuteExplanation" type="Label" parent="StartScreen/InstructionPanel"]
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
2023-03-29 00:59:51 +00:00
margin_left = -322.5
margin_top = -197.0
margin_right = 322.5
margin_bottom = -163.0
theme = ExtResource( 1 )
2022-11-04 13:14:09 +00:00
text = "How long will you observe for? (in minutes)"
2023-03-29 00:59:51 +00:00
align = 1
2022-10-22 02:10:01 +00:00
[node name="ObservationItemsTitle" type="Label" parent="StartScreen/InstructionPanel"]
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
2023-03-29 00:59:51 +00:00
margin_left = -102.5
margin_top = -97.0
margin_right = 102.5
margin_bottom = -63.0
theme = ExtResource( 1 )
custom_fonts/font = SubResource( 5 )
2022-10-22 02:10:01 +00:00
text = "Observation Items"
[node name="Title" type="Label" parent="StartScreen/InstructionPanel"]
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
2023-03-29 00:59:51 +00:00
margin_left = -172.5
margin_top = -250.0
margin_right = 172.5
margin_bottom = -200.0
custom_colors/font_color = Color( 0, 0, 0, 1 )
custom_fonts/font = SubResource( 6 )
2022-10-22 02:10:01 +00:00
text = "Time Sampling Form"
2023-03-29 00:59:51 +00:00
align = 1
2022-10-22 02:10:01 +00:00
[node name="BottomButtons" type="HBoxContainer" parent="StartScreen/InstructionPanel"]
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
2023-03-29 00:59:51 +00:00
margin_left = -500.0
margin_top = 180.0
margin_right = 500.0
margin_bottom = 240.0
2022-10-22 02:10:01 +00:00
[node name="Manual" type="Button" parent="StartScreen/InstructionPanel/BottomButtons"]
2023-03-29 00:59:51 +00:00
margin_right = 247.0
margin_bottom = 60.0
2022-10-22 02:10:01 +00:00
size_flags_horizontal = 3
2023-03-29 00:59:51 +00:00
theme = ExtResource( 1 )
2022-10-22 02:10:01 +00:00
text = "Manual"
[node name="ChangeItems" type="Button" parent="StartScreen/InstructionPanel/BottomButtons"]
2023-03-29 00:59:51 +00:00
margin_left = 251.0
margin_right = 498.0
margin_bottom = 60.0
2022-10-22 02:10:01 +00:00
size_flags_horizontal = 3
2023-03-29 00:59:51 +00:00
theme = ExtResource( 1 )
2022-10-28 08:28:42 +00:00
text = "Edit Items"
2022-10-22 02:10:01 +00:00
[node name="PupilName" type="Button" parent="StartScreen/InstructionPanel/BottomButtons"]
2023-03-29 00:59:51 +00:00
margin_left = 502.0
margin_right = 749.0
margin_bottom = 60.0
2022-10-22 02:10:01 +00:00
size_flags_horizontal = 3
2023-03-29 00:59:51 +00:00
theme = ExtResource( 1 )
2022-10-28 08:28:42 +00:00
text = "Edit Names"
2022-10-22 02:10:01 +00:00
[node name="Start" type="Button" parent="StartScreen/InstructionPanel/BottomButtons"]
2023-03-29 00:59:51 +00:00
margin_left = 753.0
margin_right = 1000.0
margin_bottom = 60.0
2022-10-22 02:10:01 +00:00
size_flags_horizontal = 3
2023-03-29 00:59:51 +00:00
theme = ExtResource( 1 )
2022-10-22 02:10:01 +00:00
text = "Start"
[node name="GridObservations" type="GridContainer" parent="StartScreen/InstructionPanel"]
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
2023-03-29 00:59:51 +00:00
margin_left = -589.0
margin_top = -57.0
margin_right = 603.0
margin_bottom = 167.0
2022-10-22 02:10:01 +00:00
columns = 3
2022-10-28 08:28:42 +00:00
[node name="AcronymLabel" type="Label" parent="StartScreen/InstructionPanel/GridObservations"]
unique_name_in_owner = true
2023-03-29 00:59:51 +00:00
margin_right = 96.0
margin_bottom = 34.0
theme = ExtResource( 1 )
2022-10-28 08:28:42 +00:00
text = "Acronym"
2023-03-29 00:59:51 +00:00
__meta__ = {
"_edit_lock_": true
}
2022-10-28 08:28:42 +00:00
[node name="DescriptorLabel" type="Label" parent="StartScreen/InstructionPanel/GridObservations"]
2022-10-23 12:17:43 +00:00
unique_name_in_owner = true
2023-03-29 00:59:51 +00:00
margin_left = 100.0
margin_right = 218.0
margin_bottom = 34.0
theme = ExtResource( 1 )
2022-10-28 08:28:42 +00:00
text = "Descriptor"
2023-03-29 00:59:51 +00:00
__meta__ = {
"_edit_lock_": true
}
2022-10-28 08:28:42 +00:00
[node name="ExplanationLabel" type="Label" parent="StartScreen/InstructionPanel/GridObservations"]
unique_name_in_owner = true
2023-03-29 00:59:51 +00:00
margin_left = 222.0
margin_right = 1088.0
margin_bottom = 34.0
theme = ExtResource( 1 )
2022-10-28 08:28:42 +00:00
text = "Explanation"
2023-03-29 00:59:51 +00:00
__meta__ = {
"_edit_lock_": true
}
2022-10-28 08:28:42 +00:00
[node name="1Acronym" type="Label" parent="StartScreen/InstructionPanel/GridObservations"]
unique_name_in_owner = true
2023-03-29 00:59:51 +00:00
margin_top = 38.0
margin_right = 96.0
margin_bottom = 72.0
theme = ExtResource( 1 )
2022-10-22 02:10:01 +00:00
text = "OnT"
2023-03-29 00:59:51 +00:00
__meta__ = {
"_edit_lock_": true
}
2022-10-22 02:10:01 +00:00
[node name="1Item" type="Label" parent="StartScreen/InstructionPanel/GridObservations"]
2022-10-23 12:17:43 +00:00
unique_name_in_owner = true
2023-03-29 00:59:51 +00:00
margin_left = 100.0
margin_top = 38.0
margin_right = 218.0
margin_bottom = 72.0
theme = ExtResource( 1 )
2022-10-22 02:10:01 +00:00
text = "On Task"
2023-03-29 00:59:51 +00:00
__meta__ = {
"_edit_lock_": true
}
2022-10-22 02:10:01 +00:00
[node name="1Explanation" type="Label" parent="StartScreen/InstructionPanel/GridObservations"]
2022-10-23 12:17:43 +00:00
unique_name_in_owner = true
2023-03-29 00:59:51 +00:00
margin_left = 222.0
margin_top = 38.0
margin_right = 1088.0
margin_bottom = 72.0
theme = ExtResource( 1 )
2022-10-22 02:10:01 +00:00
text = "The pupil is on task"
2023-03-29 00:59:51 +00:00
__meta__ = {
"_edit_lock_": true
}
2022-10-22 02:10:01 +00:00
[node name="2Acronym" type="Label" parent="StartScreen/InstructionPanel/GridObservations"]
2022-10-23 12:17:43 +00:00
unique_name_in_owner = true
2023-03-29 00:59:51 +00:00
margin_top = 76.0
margin_right = 96.0
margin_bottom = 110.0
theme = ExtResource( 1 )
2022-10-22 02:10:01 +00:00
text = "Loo"
2023-03-29 00:59:51 +00:00
__meta__ = {
"_edit_lock_": true
}
2022-10-22 02:10:01 +00:00
[node name="2Item" type="Label" parent="StartScreen/InstructionPanel/GridObservations"]
2022-10-23 12:17:43 +00:00
unique_name_in_owner = true
2023-03-29 00:59:51 +00:00
margin_left = 100.0
margin_top = 76.0
margin_right = 218.0
margin_bottom = 110.0
theme = ExtResource( 1 )
2022-10-22 02:10:01 +00:00
text = "Looking"
2023-03-29 00:59:51 +00:00
__meta__ = {
"_edit_lock_": true
}
2022-10-22 02:10:01 +00:00
[node name="2Explanation" type="Label" parent="StartScreen/InstructionPanel/GridObservations"]
2022-10-23 12:17:43 +00:00
unique_name_in_owner = true
2023-03-29 00:59:51 +00:00
margin_left = 222.0
margin_top = 76.0
margin_right = 1088.0
margin_bottom = 110.0
theme = ExtResource( 1 )
2022-10-22 02:10:01 +00:00
text = " The pupil is looking around in a distracted manner or is staring into the distance"
2023-03-29 00:59:51 +00:00
__meta__ = {
"_edit_lock_": true
}
2022-10-22 02:10:01 +00:00
[node name="3Acronym" type="Label" parent="StartScreen/InstructionPanel/GridObservations"]
2022-10-23 12:17:43 +00:00
unique_name_in_owner = true
2023-03-29 00:59:51 +00:00
margin_top = 114.0
margin_right = 96.0
margin_bottom = 148.0
theme = ExtResource( 1 )
2022-10-22 02:10:01 +00:00
text = "Dis"
2023-03-29 00:59:51 +00:00
__meta__ = {
"_edit_lock_": true
}
2022-10-22 02:10:01 +00:00
[node name="3Item" type="Label" parent="StartScreen/InstructionPanel/GridObservations"]
2022-10-23 12:17:43 +00:00
unique_name_in_owner = true
2023-03-29 00:59:51 +00:00
margin_left = 100.0
margin_top = 114.0
margin_right = 218.0
margin_bottom = 148.0
theme = ExtResource( 1 )
2022-10-22 02:10:01 +00:00
text = "Distracting"
2023-03-29 00:59:51 +00:00
__meta__ = {
"_edit_lock_": true
}
2022-10-22 02:10:01 +00:00
[node name="3Explanation" type="Label" parent="StartScreen/InstructionPanel/GridObservations"]
2022-10-23 12:17:43 +00:00
unique_name_in_owner = true
2023-03-29 00:59:51 +00:00
margin_left = 222.0
margin_top = 114.0
margin_right = 1088.0
margin_bottom = 148.0
theme = ExtResource( 1 )
2022-10-22 02:10:01 +00:00
text = "The pupil is distracting other pupils or talking to them"
2023-03-29 00:59:51 +00:00
__meta__ = {
"_edit_lock_": true
}
2022-10-22 02:10:01 +00:00
[node name="4Acronym" type="Label" parent="StartScreen/InstructionPanel/GridObservations"]
2022-10-23 12:17:43 +00:00
unique_name_in_owner = true
2023-03-29 00:59:51 +00:00
margin_top = 152.0
margin_right = 96.0
margin_bottom = 186.0
theme = ExtResource( 1 )
2022-10-22 02:10:01 +00:00
text = "Wal"
2023-03-29 00:59:51 +00:00
__meta__ = {
"_edit_lock_": true
}
2022-10-22 02:10:01 +00:00
[node name="4Item" type="Label" parent="StartScreen/InstructionPanel/GridObservations"]
2022-10-23 12:17:43 +00:00
unique_name_in_owner = true
2023-03-29 00:59:51 +00:00
margin_left = 100.0
margin_top = 152.0
margin_right = 218.0
margin_bottom = 186.0
theme = ExtResource( 1 )
2022-10-22 02:10:01 +00:00
text = "Walking"
2023-03-29 00:59:51 +00:00
__meta__ = {
"_edit_lock_": true
}
2022-10-22 02:10:01 +00:00
[node name="4Explanation" type="Label" parent="StartScreen/InstructionPanel/GridObservations"]
2022-10-23 12:17:43 +00:00
unique_name_in_owner = true
2023-03-29 00:59:51 +00:00
margin_left = 222.0
margin_top = 152.0
margin_right = 1088.0
margin_bottom = 186.0
theme = ExtResource( 1 )
2022-10-22 02:10:01 +00:00
text = "The pupil is walking through the class"
2023-03-29 00:59:51 +00:00
__meta__ = {
"_edit_lock_": true
}
2022-10-22 02:10:01 +00:00
[node name="5Acronym" type="Label" parent="StartScreen/InstructionPanel/GridObservations"]
2022-10-23 12:17:43 +00:00
unique_name_in_owner = true
2023-03-29 00:59:51 +00:00
margin_top = 190.0
margin_right = 96.0
margin_bottom = 224.0
theme = ExtResource( 1 )
2022-10-22 02:10:01 +00:00
text = "Oth"
2023-03-29 00:59:51 +00:00
__meta__ = {
"_edit_lock_": true
}
2022-10-22 02:10:01 +00:00
[node name="5Item" type="Label" parent="StartScreen/InstructionPanel/GridObservations"]
2022-10-23 12:17:43 +00:00
unique_name_in_owner = true
2023-03-29 00:59:51 +00:00
margin_left = 100.0
margin_top = 190.0
margin_right = 218.0
margin_bottom = 224.0
theme = ExtResource( 1 )
2022-10-22 02:10:01 +00:00
text = "Other"
2023-03-29 00:59:51 +00:00
__meta__ = {
"_edit_lock_": true
}
2022-10-22 02:10:01 +00:00
[node name="5Explanation" type="Label" parent="StartScreen/InstructionPanel/GridObservations"]
2022-10-23 12:17:43 +00:00
unique_name_in_owner = true
2023-03-29 00:59:51 +00:00
margin_left = 222.0
margin_top = 190.0
margin_right = 1088.0
margin_bottom = 224.0
theme = ExtResource( 1 )
2022-10-22 02:10:01 +00:00
text = "The pupil is otherwise distracted and not on task"
2023-03-29 00:59:51 +00:00
__meta__ = {
"_edit_lock_": true
}
2022-10-22 02:10:01 +00:00
[node name="NameChangePanel" type="Panel" parent="StartScreen"]
unique_name_in_owner = true
2022-10-25 09:10:30 +00:00
visible = false
2022-10-22 02:10:01 +00:00
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
2023-03-29 00:59:51 +00:00
margin_left = -640.0
margin_top = -289.0
margin_right = 640.0
margin_bottom = 359.0
custom_styles/panel = SubResource( 1 )
script = ExtResource( 4 )
2022-10-22 02:10:01 +00:00
[node name="NameContainer" type="VBoxContainer" parent="StartScreen/NameChangePanel"]
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
2023-03-29 00:59:51 +00:00
margin_left = -269.0
margin_top = -210.0
margin_right = 270.0
margin_bottom = 237.0
2022-10-22 02:10:01 +00:00
[node name="ObservedNameLabel" type="Label" parent="StartScreen/NameChangePanel/NameContainer"]
unique_name_in_owner = true
2023-03-29 00:59:51 +00:00
margin_right = 539.0
margin_bottom = 34.0
theme = ExtResource( 1 )
2022-11-04 13:14:09 +00:00
text = "Who are you observing? (First name)"
2022-10-22 02:10:01 +00:00
[node name="WarningLabel" type="Label" parent="StartScreen/NameChangePanel/NameContainer"]
unique_name_in_owner = true
2023-03-29 00:59:51 +00:00
margin_top = 38.0
margin_right = 539.0
margin_bottom = 72.0
theme = ExtResource( 1 )
2022-10-28 08:28:42 +00:00
text = "You must complete all fields below!"
2022-10-22 02:10:01 +00:00
[node name="NameLine" type="LineEdit" parent="StartScreen/NameChangePanel/NameContainer"]
unique_name_in_owner = true
2023-03-29 00:59:51 +00:00
margin_top = 76.0
margin_right = 539.0
margin_bottom = 110.0
theme = ExtResource( 1 )
2022-10-22 02:10:01 +00:00
2022-10-28 08:28:42 +00:00
[node name="ObserverName" type="Label" parent="StartScreen/NameChangePanel/NameContainer"]
unique_name_in_owner = true
2023-03-29 00:59:51 +00:00
margin_top = 114.0
margin_right = 539.0
margin_bottom = 148.0
theme = ExtResource( 1 )
2022-11-04 13:14:09 +00:00
text = "What is your name?"
2022-10-28 08:28:42 +00:00
[node name="ObserverLine" type="LineEdit" parent="StartScreen/NameChangePanel/NameContainer"]
unique_name_in_owner = true
2023-03-29 00:59:51 +00:00
margin_top = 152.0
margin_right = 539.0
margin_bottom = 186.0
theme = ExtResource( 1 )
2022-10-28 08:28:42 +00:00
[node name="ObserverName2" type="Label" parent="StartScreen/NameChangePanel/NameContainer"]
unique_name_in_owner = true
2023-03-29 00:59:51 +00:00
margin_top = 190.0
margin_right = 539.0
margin_bottom = 224.0
theme = ExtResource( 1 )
2022-11-04 13:14:09 +00:00
text = "What Activity/Lesson are you observing?"
2022-10-28 08:28:42 +00:00
[node name="ObservedActivity" type="LineEdit" parent="StartScreen/NameChangePanel/NameContainer"]
unique_name_in_owner = true
2023-03-29 00:59:51 +00:00
margin_top = 228.0
margin_right = 539.0
margin_bottom = 262.0
theme = ExtResource( 1 )
2022-10-28 08:28:42 +00:00
[node name="OkButton" type="Button" parent="StartScreen/NameChangePanel/NameContainer"]
2023-03-29 00:59:51 +00:00
margin_top = 266.0
margin_right = 539.0
margin_bottom = 300.0
theme = ExtResource( 1 )
2022-10-22 02:10:01 +00:00
text = "OK"
2022-11-04 13:14:09 +00:00
[node name="InstructionScreen" type="Panel" parent="StartScreen"]
unique_name_in_owner = true
2022-11-26 00:20:25 +00:00
visible = false
2022-11-04 13:14:09 +00:00
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
2023-03-29 00:59:51 +00:00
margin_left = -640.0
margin_top = -289.0
margin_right = 640.0
margin_bottom = 359.0
custom_styles/panel = SubResource( 1 )
script = ExtResource( 4 )
2022-11-04 13:14:09 +00:00
[node name="InstructionContainer" type="VBoxContainer" parent="StartScreen/InstructionScreen"]
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
2023-03-29 00:59:51 +00:00
margin_left = -384.0
margin_top = -124.5
margin_right = 386.0
margin_bottom = 290.5
2022-11-23 10:42:42 +00:00
2023-03-29 00:59:51 +00:00
[node name="MainIcon" type="Sprite" parent="StartScreen/InstructionScreen/InstructionContainer"]
position = Vector2( 384, -160 )
scale = Vector2( 0.2, 0.2 )
texture = ExtResource( 12 )
2022-11-04 13:14:09 +00:00
[node name="Instructions" type="Label" parent="StartScreen/InstructionScreen/InstructionContainer"]
2023-03-29 00:59:51 +00:00
margin_right = 770.0
margin_bottom = 367.0
theme = ExtResource( 1 )
2022-11-04 13:14:09 +00:00
text = "The Time Sampling Form is a guided observation tool. You set the length of your observation in minutes.
Every 20 seconds you will click the button that corresponds with the behaviour you see at that time. The buttons to select the observed behaviour will be visible in the final 5 seconds of each 20 second interval.
For first time users: It is recommended to do a one minute trial to gain an understanding of the system. I hope you find this tool useful!"
2023-03-29 00:59:51 +00:00
autowrap = true
__meta__ = {
"_edit_lock_": true
}
2022-11-04 13:14:09 +00:00
[node name="InsOkButton" type="Button" parent="StartScreen/InstructionScreen/InstructionContainer"]
2023-03-29 00:59:51 +00:00
margin_top = 371.0
margin_right = 770.0
margin_bottom = 405.0
theme = ExtResource( 1 )
2022-11-04 13:14:09 +00:00
text = "OK"
2023-03-29 00:59:51 +00:00
__meta__ = {
"_edit_lock_": true
}
2022-11-04 13:14:09 +00:00
2022-11-06 11:50:21 +00:00
[node name="UpdatePanel" type="Panel" parent="StartScreen"]
unique_name_in_owner = true
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
2023-03-29 00:59:51 +00:00
margin_left = -640.0
margin_top = -289.0
margin_right = 640.0
margin_bottom = 359.0
custom_styles/panel = SubResource( 1 )
__meta__ = {
"_edit_lock_": true
}
2022-11-06 11:50:21 +00:00
[node name="Update" type="Label" parent="StartScreen/UpdatePanel"]
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
2023-03-29 00:59:51 +00:00
margin_left = -172.5
margin_top = -250.0
margin_right = 172.5
margin_bottom = -200.0
custom_colors/font_color = Color( 0, 0, 0, 1 )
custom_fonts/font = SubResource( 6 )
2022-11-06 11:50:21 +00:00
text = "An Update is available!"
2023-03-29 00:59:51 +00:00
align = 1
2022-11-06 11:50:21 +00:00
[node name="BottomButtons" type="HBoxContainer" parent="StartScreen/UpdatePanel"]
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
2023-03-29 00:59:51 +00:00
margin_left = -500.0
margin_top = 180.0
margin_right = 500.0
margin_bottom = 240.0
2022-11-06 11:50:21 +00:00
[node name="GoToUpdate" type="Button" parent="StartScreen/UpdatePanel/BottomButtons"]
2023-03-29 00:59:51 +00:00
margin_right = 498.0
margin_bottom = 60.0
2022-11-06 11:50:21 +00:00
size_flags_horizontal = 3
2023-03-29 00:59:51 +00:00
theme = ExtResource( 1 )
2022-11-06 12:14:59 +00:00
text = "Go to Download Page"
2022-11-06 11:50:21 +00:00
[node name="IgnoreUpdate" type="Button" parent="StartScreen/UpdatePanel/BottomButtons"]
2022-11-06 12:14:59 +00:00
unique_name_in_owner = true
2023-03-29 00:59:51 +00:00
margin_left = 502.0
margin_right = 1000.0
margin_bottom = 60.0
2022-11-06 11:50:21 +00:00
size_flags_horizontal = 3
2023-03-29 00:59:51 +00:00
theme = ExtResource( 1 )
2022-11-06 11:50:21 +00:00
text = "Ignore Update"
[node name="UpdateIntro" type="Label" parent="StartScreen/UpdatePanel"]
2022-11-06 12:14:59 +00:00
unique_name_in_owner = true
2023-03-29 00:59:51 +00:00
margin_left = 33.0
margin_top = 120.0
margin_right = 1249.0
margin_bottom = 161.0
theme = ExtResource( 1 )
2022-11-06 11:50:21 +00:00
text = "You are currently using version XX. The latest version available is XX. Version changes are:"
2023-03-29 00:59:51 +00:00
autowrap = true
2022-11-06 11:50:21 +00:00
[node name="UpdateText" type="Label" parent="StartScreen/UpdatePanel"]
2022-11-06 11:57:49 +00:00
unique_name_in_owner = true
2023-03-29 00:59:51 +00:00
margin_left = 33.0
margin_top = 146.0
margin_right = 1249.0
margin_bottom = 432.0
theme = ExtResource( 1 )
2022-11-06 11:50:21 +00:00
text = "text"
2023-03-29 00:59:51 +00:00
autowrap = true
2022-11-06 11:50:21 +00:00
2022-10-26 08:05:44 +00:00
[node name="EditScreen" type="CanvasLayer" parent="."]
unique_name_in_owner = true
visible = false
2023-03-29 00:59:51 +00:00
script = ExtResource( 8 )
2022-10-22 02:10:01 +00:00
2022-10-26 08:05:44 +00:00
[node name="Panel" type="Panel" parent="EditScreen"]
2022-10-22 02:10:01 +00:00
anchor_right = 1.0
anchor_bottom = 1.0
2023-03-29 00:59:51 +00:00
theme = ExtResource( 1 )
2022-10-22 02:10:01 +00:00
2022-10-26 08:05:44 +00:00
[node name="GridObservations" type="GridContainer" parent="EditScreen/Panel"]
2022-10-25 09:10:30 +00:00
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
2023-03-29 00:59:51 +00:00
margin_left = -518.5
margin_top = -57.0
margin_right = 518.5
margin_bottom = 129.0
2022-10-25 09:10:30 +00:00
columns = 3
2022-10-28 08:28:42 +00:00
[node name="AcronymLabel" type="Label" parent="EditScreen/Panel/GridObservations"]
2023-03-29 00:59:51 +00:00
margin_right = 96.0
margin_bottom = 34.0
2022-10-28 08:28:42 +00:00
text = "Acronym"
[node name="AcronymLabel2" type="Label" parent="EditScreen/Panel/GridObservations"]
2023-03-29 00:59:51 +00:00
margin_left = 100.0
margin_right = 244.0
margin_bottom = 34.0
2022-10-28 08:28:42 +00:00
text = "Descriptor"
[node name="AcronymLabel3" type="Label" parent="EditScreen/Panel/GridObservations"]
2023-03-29 00:59:51 +00:00
margin_left = 248.0
margin_right = 1037.0
margin_bottom = 34.0
2022-10-28 08:28:42 +00:00
text = "Explanation"
2022-10-26 08:05:44 +00:00
[node name="1AcronymE" type="LineEdit" parent="EditScreen/Panel/GridObservations"]
2022-10-25 09:10:30 +00:00
unique_name_in_owner = true
2023-03-29 00:59:51 +00:00
margin_top = 38.0
margin_right = 96.0
margin_bottom = 72.0
theme = ExtResource( 1 )
2022-10-25 09:10:30 +00:00
text = "O"
max_length = 3
2023-03-29 00:59:51 +00:00
__meta__ = {
"_edit_lock_": true
}
2022-10-25 09:10:30 +00:00
2022-10-26 08:05:44 +00:00
[node name="1ItemE" type="LineEdit" parent="EditScreen/Panel/GridObservations"]
2022-10-25 09:10:30 +00:00
unique_name_in_owner = true
2023-03-29 00:59:51 +00:00
margin_left = 100.0
margin_top = 38.0
margin_right = 244.0
margin_bottom = 72.0
theme = ExtResource( 1 )
2022-10-25 09:10:30 +00:00
text = "On Task"
expand_to_text_length = true
2023-03-29 00:59:51 +00:00
__meta__ = {
"_edit_lock_": true
}
2022-10-25 09:10:30 +00:00
2022-10-26 08:05:44 +00:00
[node name="1ExplanationE" type="LineEdit" parent="EditScreen/Panel/GridObservations"]
2022-10-25 09:10:30 +00:00
unique_name_in_owner = true
2023-03-29 00:59:51 +00:00
margin_left = 248.0
margin_top = 38.0
margin_right = 1037.0
margin_bottom = 72.0
2022-10-25 09:10:30 +00:00
size_flags_horizontal = 3
2023-03-29 00:59:51 +00:00
theme = ExtResource( 1 )
2022-10-25 09:10:30 +00:00
text = "The pupil is on task"
2023-03-29 00:59:51 +00:00
__meta__ = {
"_edit_lock_": true
}
2022-10-25 09:10:30 +00:00
2022-10-26 08:05:44 +00:00
[node name="2AcronymE" type="LineEdit" parent="EditScreen/Panel/GridObservations"]
2022-10-25 09:10:30 +00:00
unique_name_in_owner = true
2023-03-29 00:59:51 +00:00
margin_top = 76.0
margin_right = 96.0
margin_bottom = 110.0
theme = ExtResource( 1 )
2022-10-25 09:10:30 +00:00
text = "L"
max_length = 3
expand_to_text_length = true
2023-03-29 00:59:51 +00:00
__meta__ = {
"_edit_lock_": true
}
2022-10-25 09:10:30 +00:00
2022-10-26 08:05:44 +00:00
[node name="2ItemE" type="LineEdit" parent="EditScreen/Panel/GridObservations"]
2022-10-25 09:10:30 +00:00
unique_name_in_owner = true
2023-03-29 00:59:51 +00:00
margin_left = 100.0
margin_top = 76.0
margin_right = 244.0
margin_bottom = 110.0
theme = ExtResource( 1 )
2022-10-25 09:10:30 +00:00
text = "Looking"
expand_to_text_length = true
2023-03-29 00:59:51 +00:00
__meta__ = {
"_edit_lock_": true
}
2022-10-25 09:10:30 +00:00
2022-10-26 08:05:44 +00:00
[node name="2ExplanationE" type="LineEdit" parent="EditScreen/Panel/GridObservations"]
2022-10-25 09:10:30 +00:00
unique_name_in_owner = true
2023-03-29 00:59:51 +00:00
margin_left = 248.0
margin_top = 76.0
margin_right = 1037.0
margin_bottom = 110.0
2022-10-25 09:10:30 +00:00
size_flags_horizontal = 3
2023-03-29 00:59:51 +00:00
theme = ExtResource( 1 )
2022-10-25 09:10:30 +00:00
text = " The pupil is looking around in a distracted manner or is staring into the distance"
2023-03-29 00:59:51 +00:00
__meta__ = {
"_edit_lock_": true
}
2022-10-25 09:10:30 +00:00
2022-10-26 08:05:44 +00:00
[node name="3AcronymE" type="LineEdit" parent="EditScreen/Panel/GridObservations"]
2022-10-25 09:10:30 +00:00
unique_name_in_owner = true
2023-03-29 00:59:51 +00:00
margin_top = 114.0
margin_right = 96.0
margin_bottom = 148.0
theme = ExtResource( 1 )
2022-10-25 09:10:30 +00:00
text = "D"
max_length = 3
expand_to_text_length = true
2023-03-29 00:59:51 +00:00
__meta__ = {
"_edit_lock_": true
}
2022-10-25 09:10:30 +00:00
2022-10-26 08:05:44 +00:00
[node name="3ItemE" type="LineEdit" parent="EditScreen/Panel/GridObservations"]
2022-10-25 09:10:30 +00:00
unique_name_in_owner = true
2023-03-29 00:59:51 +00:00
margin_left = 100.0
margin_top = 114.0
margin_right = 244.0
margin_bottom = 148.0
theme = ExtResource( 1 )
2022-10-25 09:10:30 +00:00
text = "Distracting"
expand_to_text_length = true
2023-03-29 00:59:51 +00:00
__meta__ = {
"_edit_lock_": true
}
2022-10-25 09:10:30 +00:00
2022-10-26 08:05:44 +00:00
[node name="3ExplanationE" type="LineEdit" parent="EditScreen/Panel/GridObservations"]
2022-10-25 09:10:30 +00:00
unique_name_in_owner = true
2023-03-29 00:59:51 +00:00
margin_left = 248.0
margin_top = 114.0
margin_right = 1037.0
margin_bottom = 148.0
2022-10-25 09:10:30 +00:00
size_flags_horizontal = 3
2023-03-29 00:59:51 +00:00
theme = ExtResource( 1 )
2022-10-25 09:10:30 +00:00
text = "The pupil is distracting other pupils or talking to them"
2023-03-29 00:59:51 +00:00
__meta__ = {
"_edit_lock_": true
}
2022-10-25 09:10:30 +00:00
2022-10-26 08:05:44 +00:00
[node name="4AcronymE" type="LineEdit" parent="EditScreen/Panel/GridObservations"]
2022-10-25 09:10:30 +00:00
unique_name_in_owner = true
2023-03-29 00:59:51 +00:00
margin_top = 152.0
margin_right = 96.0
margin_bottom = 186.0
theme = ExtResource( 1 )
2022-10-25 09:10:30 +00:00
text = "W"
max_length = 3
2023-03-29 00:59:51 +00:00
__meta__ = {
"_edit_lock_": true
}
2022-10-25 09:10:30 +00:00
2022-10-26 08:05:44 +00:00
[node name="4ItemE" type="LineEdit" parent="EditScreen/Panel/GridObservations"]
2022-10-25 09:10:30 +00:00
unique_name_in_owner = true
2023-03-29 00:59:51 +00:00
margin_left = 100.0
margin_top = 152.0
margin_right = 244.0
margin_bottom = 186.0
theme = ExtResource( 1 )
2022-10-25 09:10:30 +00:00
text = "Walking"
expand_to_text_length = true
2023-03-29 00:59:51 +00:00
__meta__ = {
"_edit_lock_": true
}
2022-10-25 09:10:30 +00:00
2022-10-26 08:05:44 +00:00
[node name="4ExplanationE" type="LineEdit" parent="EditScreen/Panel/GridObservations"]
2022-10-25 09:10:30 +00:00
unique_name_in_owner = true
2023-03-29 00:59:51 +00:00
margin_left = 248.0
margin_top = 152.0
margin_right = 1037.0
margin_bottom = 186.0
2022-10-25 09:10:30 +00:00
size_flags_horizontal = 3
2023-03-29 00:59:51 +00:00
theme = ExtResource( 1 )
2022-10-25 09:10:30 +00:00
text = "The pupil is walking through the class"
2023-03-29 00:59:51 +00:00
__meta__ = {
"_edit_lock_": true
}
2022-10-25 09:10:30 +00:00
2022-10-26 08:05:44 +00:00
[node name="5AcronymE" type="LineEdit" parent="EditScreen/Panel/GridObservations"]
2022-10-25 09:10:30 +00:00
unique_name_in_owner = true
2023-03-29 00:59:51 +00:00
margin_top = 190.0
margin_right = 96.0
margin_bottom = 224.0
theme = ExtResource( 1 )
2022-10-25 09:10:30 +00:00
text = "O"
max_length = 3
2023-03-29 00:59:51 +00:00
__meta__ = {
"_edit_lock_": true
}
2022-10-25 09:10:30 +00:00
2022-10-26 08:05:44 +00:00
[node name="5ItemE" type="LineEdit" parent="EditScreen/Panel/GridObservations"]
2022-10-25 09:10:30 +00:00
unique_name_in_owner = true
2023-03-29 00:59:51 +00:00
margin_left = 100.0
margin_top = 190.0
margin_right = 244.0
margin_bottom = 224.0
theme = ExtResource( 1 )
2022-10-25 09:10:30 +00:00
text = "Other"
expand_to_text_length = true
2023-03-29 00:59:51 +00:00
__meta__ = {
"_edit_lock_": true
}
2022-10-25 09:10:30 +00:00
2022-10-26 08:05:44 +00:00
[node name="5ExplanationE" type="LineEdit" parent="EditScreen/Panel/GridObservations"]
2022-10-25 09:10:30 +00:00
unique_name_in_owner = true
2023-03-29 00:59:51 +00:00
margin_left = 248.0
margin_top = 190.0
margin_right = 1037.0
margin_bottom = 224.0
2022-10-25 09:10:30 +00:00
size_flags_horizontal = 3
2023-03-29 00:59:51 +00:00
theme = ExtResource( 1 )
2022-10-25 09:10:30 +00:00
text = "The pupil is otherwise distracted and not on task"
2023-03-29 00:59:51 +00:00
__meta__ = {
"_edit_lock_": true
}
2022-10-22 02:10:01 +00:00
2022-10-26 08:05:44 +00:00
[node name="CancelButton" type="Button" parent="EditScreen/Panel"]
2023-03-29 00:59:51 +00:00
margin_left = 520.0
margin_top = 645.0
margin_right = 597.0
margin_bottom = 679.0
2022-10-26 08:05:44 +00:00
text = "Cancel"
[node name="OKButton" type="Button" parent="EditScreen/Panel"]
2023-03-29 00:59:51 +00:00
margin_left = 616.0
margin_top = 645.0
margin_right = 656.0
margin_bottom = 679.0
2022-10-26 08:05:44 +00:00
text = "OK"
2022-10-28 08:28:42 +00:00
[node name="ClearAll" type="Button" parent="EditScreen/Panel"]
2023-03-29 00:59:51 +00:00
margin_left = 952.0
margin_top = 615.0
margin_right = 1051.0
margin_bottom = 649.0
2022-10-28 08:28:42 +00:00
text = "Clear All"
2022-10-22 02:10:01 +00:00
[node name="ObservationWindow" type="CanvasLayer" parent="."]
2022-11-04 13:14:09 +00:00
visible = false
2023-03-29 00:59:51 +00:00
script = ExtResource( 7 )
2022-10-22 02:10:01 +00:00
[node name="Panel" type="Panel" parent="ObservationWindow"]
anchor_right = 1.0
anchor_bottom = 1.0
2023-03-29 00:59:51 +00:00
margin_top = 71.0
margin_bottom = -1.0
theme = ExtResource( 1 )
custom_styles/panel = SubResource( 7 )
__meta__ = {
"_edit_lock_": true
}
2022-10-23 12:17:43 +00:00
[node name="BehaviourButtons" type="HBoxContainer" parent="ObservationWindow/Panel"]
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
2023-03-29 00:59:51 +00:00
margin_left = -453.0
margin_top = 51.0
margin_right = 453.0
margin_bottom = 91.0
2022-10-22 02:10:01 +00:00
2022-10-23 12:17:43 +00:00
[node name="BehaviourOne" type="Button" parent="ObservationWindow/Panel/BehaviourButtons"]
unique_name_in_owner = true
2023-03-29 00:59:51 +00:00
margin_right = 178.0
margin_bottom = 40.0
2022-10-23 12:17:43 +00:00
size_flags_horizontal = 3
text = "Acronym1"
[node name="BehaviourTwo" type="Button" parent="ObservationWindow/Panel/BehaviourButtons"]
unique_name_in_owner = true
2023-03-29 00:59:51 +00:00
margin_left = 182.0
margin_right = 360.0
margin_bottom = 40.0
2022-10-23 12:17:43 +00:00
size_flags_horizontal = 3
text = "Acronym1"
[node name="BehaviourThree" type="Button" parent="ObservationWindow/Panel/BehaviourButtons"]
unique_name_in_owner = true
2023-03-29 00:59:51 +00:00
margin_left = 364.0
margin_right = 542.0
margin_bottom = 40.0
2022-10-23 12:17:43 +00:00
size_flags_horizontal = 3
text = "Acronym1"
[node name="BehaviourFour" type="Button" parent="ObservationWindow/Panel/BehaviourButtons"]
unique_name_in_owner = true
2023-03-29 00:59:51 +00:00
margin_left = 546.0
margin_right = 724.0
margin_bottom = 40.0
2022-10-23 12:17:43 +00:00
size_flags_horizontal = 3
text = "Acronym1"
[node name="BehaviourFive" type="Button" parent="ObservationWindow/Panel/BehaviourButtons"]
unique_name_in_owner = true
2023-03-29 00:59:51 +00:00
margin_left = 728.0
margin_right = 906.0
margin_bottom = 40.0
2022-10-23 12:17:43 +00:00
size_flags_horizontal = 3
text = "Acronym1"
2022-11-01 09:28:59 +00:00
[node name="BehaviourTitles" type="HBoxContainer" parent="ObservationWindow/Panel"]
2023-03-29 00:59:51 +00:00
margin_left = 189.0
margin_top = 368.0
margin_right = 1095.0
margin_bottom = 408.0
2022-11-01 09:28:59 +00:00
[node name="BTitle1" type="Label" parent="ObservationWindow/Panel/BehaviourTitles"]
unique_name_in_owner = true
2023-03-29 00:59:51 +00:00
margin_top = 3.0
margin_right = 178.0
margin_bottom = 37.0
2022-11-01 09:28:59 +00:00
size_flags_horizontal = 3
text = "Title1"
2023-03-29 00:59:51 +00:00
align = 1
2022-11-01 09:28:59 +00:00
[node name="BTitle2" type="Label" parent="ObservationWindow/Panel/BehaviourTitles"]
unique_name_in_owner = true
2023-03-29 00:59:51 +00:00
margin_left = 182.0
margin_top = 3.0
margin_right = 360.0
margin_bottom = 37.0
2022-11-01 09:28:59 +00:00
size_flags_horizontal = 3
text = "Title2"
2023-03-29 00:59:51 +00:00
align = 1
2022-11-01 09:28:59 +00:00
[node name="BTitle3" type="Label" parent="ObservationWindow/Panel/BehaviourTitles"]
unique_name_in_owner = true
2023-03-29 00:59:51 +00:00
margin_left = 364.0
margin_top = 3.0
margin_right = 542.0
margin_bottom = 37.0
2022-11-01 09:28:59 +00:00
size_flags_horizontal = 3
text = "Title3"
2023-03-29 00:59:51 +00:00
align = 1
2022-11-01 09:28:59 +00:00
[node name="BTitle4" type="Label" parent="ObservationWindow/Panel/BehaviourTitles"]
unique_name_in_owner = true
2023-03-29 00:59:51 +00:00
margin_left = 546.0
margin_top = 3.0
margin_right = 724.0
margin_bottom = 37.0
2022-11-01 09:28:59 +00:00
size_flags_horizontal = 3
text = "Title4"
2023-03-29 00:59:51 +00:00
align = 1
2022-11-01 09:28:59 +00:00
[node name="BTitle5" type="Label" parent="ObservationWindow/Panel/BehaviourTitles"]
unique_name_in_owner = true
2023-03-29 00:59:51 +00:00
margin_left = 728.0
margin_top = 3.0
margin_right = 906.0
margin_bottom = 37.0
2022-11-01 09:28:59 +00:00
size_flags_horizontal = 3
text = "Title5"
2023-03-29 00:59:51 +00:00
align = 1
2022-11-01 09:28:59 +00:00
2022-10-23 12:17:43 +00:00
[node name="TimeRemaining" type="Label" parent="ObservationWindow/Panel"]
2023-03-29 00:59:51 +00:00
margin_left = 532.0
margin_top = 98.0
margin_right = 572.0
margin_bottom = 132.0
theme = ExtResource( 1 )
2022-10-23 12:17:43 +00:00
text = "20"
[node name="DescriptorTime" type="Label" parent="ObservationWindow/Panel"]
2023-03-29 00:59:51 +00:00
margin_left = 581.0
margin_top = 98.0
margin_right = 784.0
margin_bottom = 132.0
theme = ExtResource( 1 )
2022-10-23 12:17:43 +00:00
text = "Seconds remaining"
2022-11-01 09:28:59 +00:00
[node name="Button" type="Button" parent="ObservationWindow/Panel"]
2022-11-04 13:14:09 +00:00
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
2023-03-29 00:59:51 +00:00
margin_left = -74.5
margin_top = -231.5
margin_right = 74.5
margin_bottom = -191.5
2022-11-01 09:28:59 +00:00
text = "Stop Early"
[node name="TimerBar" type="ProgressBar" parent="ObservationWindow/Panel"]
2023-03-29 00:59:51 +00:00
margin_left = 406.0
margin_top = 145.0
margin_right = 891.0
margin_bottom = 206.0
theme = ExtResource( 1 )
2022-11-01 09:28:59 +00:00
max_value = 20.0
step = 1.0
value = 20.0
rounded = true
2023-03-29 00:59:51 +00:00
percent_visible = false
script = ExtResource( 10 )
2022-11-01 09:28:59 +00:00
[node name="DescriptorBox" type="HBoxContainer" parent="ObservationWindow/Panel"]
2023-03-29 00:59:51 +00:00
margin_left = 361.0
margin_top = 441.0
margin_right = 966.0
margin_bottom = 481.0
2022-11-01 09:28:59 +00:00
alignment = 1
[node name="ObservationsRemaining" type="Label" parent="ObservationWindow/Panel/DescriptorBox"]
2022-10-23 12:17:43 +00:00
unique_name_in_owner = true
2023-03-29 00:59:51 +00:00
margin_left = 31.0
margin_top = 3.0
margin_right = 146.0
margin_bottom = 37.0
theme = ExtResource( 1 )
2022-10-23 12:17:43 +00:00
text = "Remaining"
2023-03-29 00:59:51 +00:00
__meta__ = {
"_edit_lock_": true
}
2022-10-23 12:17:43 +00:00
2022-11-01 09:28:59 +00:00
[node name="ObservationsSlash" type="Label" parent="ObservationWindow/Panel/DescriptorBox"]
2023-03-29 00:59:51 +00:00
margin_left = 150.0
margin_top = 3.0
margin_right = 158.0
margin_bottom = 37.0
theme = ExtResource( 1 )
2022-11-01 09:28:59 +00:00
text = "/"
2023-03-29 00:59:51 +00:00
__meta__ = {
"_edit_lock_": true
}
2022-10-23 12:17:43 +00:00
2022-11-01 09:28:59 +00:00
[node name="ObservationsTotal" type="Label" parent="ObservationWindow/Panel/DescriptorBox"]
2022-10-23 12:17:43 +00:00
unique_name_in_owner = true
2023-03-29 00:59:51 +00:00
margin_left = 162.0
margin_top = 3.0
margin_right = 359.0
margin_bottom = 37.0
theme = ExtResource( 1 )
2022-10-23 12:17:43 +00:00
text = "ObservationsTotal"
2023-03-29 00:59:51 +00:00
__meta__ = {
"_edit_lock_": true
}
2022-11-01 09:28:59 +00:00
[node name="ObservationsDescriptor" type="Label" parent="ObservationWindow/Panel/DescriptorBox"]
2023-03-29 00:59:51 +00:00
margin_left = 363.0
margin_top = 3.0
margin_right = 573.0
margin_bottom = 37.0
theme = ExtResource( 1 )
2022-11-01 09:28:59 +00:00
text = "intervals remaining"
2023-03-29 00:59:51 +00:00
__meta__ = {
"_edit_lock_": true
}
2022-11-01 09:28:59 +00:00
[node name="ProgressBar" type="ProgressBar" parent="ObservationWindow/Panel"]
anchor_top = 1.0
anchor_right = 1.0
anchor_bottom = 1.0
2023-03-29 00:59:51 +00:00
margin_top = -14.0
custom_styles/fg = SubResource( 10 )
custom_styles/bg = SubResource( 11 )
2022-11-01 09:28:59 +00:00
step = 1.0
2023-03-29 00:59:51 +00:00
percent_visible = false
script = ExtResource( 11 )
2022-11-01 09:28:59 +00:00
[node name="TwentySecondTimer" type="Timer" parent="ObservationWindow"]
unique_name_in_owner = true
wait_time = 20.0
2022-10-22 02:10:01 +00:00
[node name="Results" type="CanvasLayer" parent="."]
2022-11-23 10:42:42 +00:00
visible = false
2023-03-29 00:59:51 +00:00
script = ExtResource( 9 )
2022-10-22 02:10:01 +00:00
[node name="Panel" type="Panel" parent="Results"]
anchor_right = 1.0
anchor_bottom = 1.0
2023-03-29 00:59:51 +00:00
theme = ExtResource( 1 )
custom_styles/panel = SubResource( 8 )
__meta__ = {
"_edit_lock_": true
}
2022-10-26 12:27:50 +00:00
[node name="SaveReport" type="Button" parent="Results/Panel"]
2022-11-04 13:14:09 +00:00
unique_name_in_owner = true
2023-03-29 00:59:51 +00:00
margin_left = 992.0
margin_top = 643.0
margin_right = 1251.0
margin_bottom = 683.0
2022-10-26 12:27:50 +00:00
text = "Save Report as PNG"
[node name="BackMainMenu" type="Button" parent="Results/Panel"]
2022-11-04 13:14:09 +00:00
unique_name_in_owner = true
2023-03-29 00:59:51 +00:00
margin_left = 32.0
margin_top = 643.0
margin_right = 176.0
margin_bottom = 683.0
2022-10-26 12:27:50 +00:00
text = "Restart"
2022-10-22 02:10:01 +00:00
2022-11-01 09:28:59 +00:00
[node name="FullResult" type="Label" parent="Results/Panel"]
unique_name_in_owner = true
2023-03-29 00:59:51 +00:00
margin_left = 11.0
margin_top = 13.0
margin_right = 1268.0
margin_bottom = 396.0
custom_fonts/font = SubResource( 9 )
2022-10-28 08:28:42 +00:00
text = "Can this be multi-line?
Or does text-wrap work?
Can I get integers in? Must be able to, concatenate."
2023-03-29 00:59:51 +00:00
autowrap = true
__meta__ = {
"_edit_lock_": true
}
2022-10-28 08:28:42 +00:00
2022-11-02 13:07:23 +00:00
[node name="ObsBar1" type="ProgressBar" parent="Results/Panel"]
unique_name_in_owner = true
2023-03-29 00:59:51 +00:00
margin_left = 348.0
margin_top = 422.0
margin_right = 1140.0
margin_bottom = 447.0
2022-11-02 13:07:23 +00:00
size_flags_horizontal = 3
step = 1.0
2023-03-29 00:59:51 +00:00
percent_visible = false
2022-11-02 13:07:23 +00:00
2022-11-04 13:14:09 +00:00
[node name="ObsBar2" type="ProgressBar" parent="Results/Panel"]
unique_name_in_owner = true
2023-03-29 00:59:51 +00:00
margin_left = 348.0
margin_top = 452.0
margin_right = 1140.0
margin_bottom = 477.0
2022-11-04 13:14:09 +00:00
size_flags_horizontal = 3
step = 1.0
2023-03-29 00:59:51 +00:00
percent_visible = false
2022-11-04 13:14:09 +00:00
[node name="ObsBar3" type="ProgressBar" parent="Results/Panel"]
unique_name_in_owner = true
2023-03-29 00:59:51 +00:00
margin_left = 348.0
margin_top = 482.0
margin_right = 1140.0
margin_bottom = 507.0
2022-11-04 13:14:09 +00:00
size_flags_horizontal = 3
step = 1.0
2023-03-29 00:59:51 +00:00
percent_visible = false
2022-11-04 13:14:09 +00:00
[node name="ObsBar4" type="ProgressBar" parent="Results/Panel"]
unique_name_in_owner = true
2023-03-29 00:59:51 +00:00
margin_left = 348.0
margin_top = 512.0
margin_right = 1140.0
margin_bottom = 537.0
2022-11-04 13:14:09 +00:00
size_flags_horizontal = 3
step = 1.0
2023-03-29 00:59:51 +00:00
percent_visible = false
2022-11-04 13:14:09 +00:00
[node name="ObsBar5" type="ProgressBar" parent="Results/Panel"]
unique_name_in_owner = true
2023-03-29 00:59:51 +00:00
margin_left = 348.0
margin_top = 542.0
margin_right = 1140.0
margin_bottom = 567.0
2022-11-04 13:14:09 +00:00
size_flags_horizontal = 3
step = 1.0
2023-03-29 00:59:51 +00:00
percent_visible = false
2022-11-04 13:14:09 +00:00
2022-11-01 09:28:59 +00:00
[node name="GridContainer" type="GridContainer" parent="Results/Panel"]
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
2023-03-29 00:59:51 +00:00
margin_left = -517.0
margin_top = 60.5
margin_right = -302.0
margin_bottom = 206.5
2022-11-01 09:28:59 +00:00
[node name="ObsTitle1" type="Label" parent="Results/Panel/GridContainer"]
unique_name_in_owner = true
2023-03-29 00:59:51 +00:00
margin_right = 50.0
margin_bottom = 26.0
custom_fonts/font = SubResource( 12 )
2022-11-01 09:28:59 +00:00
text = "Item1"
[node name="ObsTitle2" type="Label" parent="Results/Panel/GridContainer"]
unique_name_in_owner = true
2023-03-29 00:59:51 +00:00
margin_top = 30.0
margin_right = 50.0
margin_bottom = 56.0
custom_fonts/font = SubResource( 12 )
2022-11-01 09:28:59 +00:00
text = "Item2"
[node name="ObsTitle3" type="Label" parent="Results/Panel/GridContainer"]
unique_name_in_owner = true
2023-03-29 00:59:51 +00:00
margin_top = 60.0
margin_right = 50.0
margin_bottom = 86.0
custom_fonts/font = SubResource( 12 )
2022-11-01 09:28:59 +00:00
text = "Item3"
[node name="ObsTitle4" type="Label" parent="Results/Panel/GridContainer"]
unique_name_in_owner = true
2023-03-29 00:59:51 +00:00
margin_top = 90.0
margin_right = 50.0
margin_bottom = 116.0
custom_fonts/font = SubResource( 12 )
2022-11-01 09:28:59 +00:00
text = "Item4"
[node name="ObsTitle5" type="Label" parent="Results/Panel/GridContainer"]
unique_name_in_owner = true
2023-03-29 00:59:51 +00:00
margin_top = 120.0
margin_right = 50.0
margin_bottom = 146.0
custom_fonts/font = SubResource( 12 )
2022-11-01 09:28:59 +00:00
text = "Item5"
2022-11-06 08:30:17 +00:00
[connection signal="request_completed" from="HTTPRequest" to="." method="_on_HTTPRequest_request_completed"]
2022-11-06 11:57:49 +00:00
[connection signal="request_completed" from="HTTPRequest2" to="." method="_on_HTTPRequest2_request_completed"]
2022-11-04 13:14:09 +00:00
[connection signal="button_down" from="StartScreen/InstructionPanel/MinuteBox/MinuteMinus" to="." method="_on_MinuteMinus_button_down"]
2022-10-22 02:10:01 +00:00
[connection signal="pressed" from="StartScreen/InstructionPanel/MinuteBox/MinuteMinus" to="." method="_on_MinuteMinus_pressed"]
[connection signal="pressed" from="StartScreen/InstructionPanel/MinuteBox/MinutePlus" to="." method="_on_MinutePlus_pressed"]
[connection signal="pressed" from="StartScreen/InstructionPanel/BottomButtons/Manual" to="." method="_on_Manual_pressed"]
2022-10-26 08:05:44 +00:00
[connection signal="pressed" from="StartScreen/InstructionPanel/BottomButtons/ChangeItems" to="." method="_on_ChangeItems_pressed"]
2022-10-22 02:10:01 +00:00
[connection signal="pressed" from="StartScreen/InstructionPanel/BottomButtons/PupilName" to="." method="_on_PupilName_pressed"]
2022-10-23 12:17:43 +00:00
[connection signal="pressed" from="StartScreen/InstructionPanel/BottomButtons/Start" to="." method="_on_Start_pressed"]
2022-10-22 02:10:01 +00:00
[connection signal="pressed" from="StartScreen/NameChangePanel/NameContainer/OkButton" to="StartScreen/NameChangePanel" method="_on_OkButton_pressed"]
2022-11-04 13:14:09 +00:00
[connection signal="pressed" from="StartScreen/InstructionScreen/InstructionContainer/InsOkButton" to="." method="_on_InsOkButton_pressed"]
2022-11-06 12:14:59 +00:00
[connection signal="pressed" from="StartScreen/UpdatePanel/BottomButtons/GoToUpdate" to="." method="_on_GoToUpdate_pressed"]
[connection signal="pressed" from="StartScreen/UpdatePanel/BottomButtons/IgnoreUpdate" to="." method="_on_IgnoreUpdate_pressed"]
2022-10-26 08:05:44 +00:00
[connection signal="pressed" from="EditScreen/Panel/CancelButton" to="EditScreen" method="_on_CancelButton_pressed"]
[connection signal="pressed" from="EditScreen/Panel/OKButton" to="EditScreen" method="_on_OKButton_pressed"]
2022-10-28 08:28:42 +00:00
[connection signal="pressed" from="EditScreen/Panel/ClearAll" to="EditScreen" method="_on_ClearAll_pressed"]
[connection signal="pressed" from="ObservationWindow/Panel/BehaviourButtons/BehaviourOne" to="ObservationWindow" method="_on_BehaviourOne_pressed"]
[connection signal="pressed" from="ObservationWindow/Panel/BehaviourButtons/BehaviourTwo" to="ObservationWindow" method="_on_BehaviourTwo_pressed"]
[connection signal="pressed" from="ObservationWindow/Panel/BehaviourButtons/BehaviourThree" to="ObservationWindow" method="_on_BehaviourThree_pressed"]
[connection signal="pressed" from="ObservationWindow/Panel/BehaviourButtons/BehaviourFour" to="ObservationWindow" method="_on_BehaviourFour_pressed"]
[connection signal="pressed" from="ObservationWindow/Panel/BehaviourButtons/BehaviourFive" to="ObservationWindow" method="_on_BehaviourFive_pressed"]
[connection signal="pressed" from="ObservationWindow/Panel/Button" to="ObservationWindow" method="_on_Button_pressed"]
2022-10-23 12:17:43 +00:00
[connection signal="timeout" from="ObservationWindow/TwentySecondTimer" to="ObservationWindow" method="_on_TwentySecondTimer_timeout"]
2022-10-28 08:28:42 +00:00
[connection signal="visibility_changed" from="Results" to="Results" method="_on_Results_visibility_changed"]
2022-10-26 12:27:50 +00:00
[connection signal="pressed" from="Results/Panel/SaveReport" to="Results" method="_on_SaveReport_pressed"]
[connection signal="pressed" from="Results/Panel/BackMainMenu" to="Results" method="_on_BackMainMenu_pressed"]