<?xml version="1.0" encoding="utf-8"?>
<xmile version="1.0" xmlns="http://docs.oasis-open.org/xmile/ns/XMILE/v1.0" xmlns:isee="http://iseesystems.com/XMILE">
	<header>
		<smile version="1.0" namespace="std, isee"/>
		<name>Figure 5 Teacher burnout SF Model</name>
		<uuid>58090e11-a1ed-4a18-a3fb-512b0d896f6d</uuid>
		<vendor>isee systems, inc.</vendor>
		<product version="4.1.1" isee:build_number="3772" isee:saved_by_v1="true" lang="en">Stella Architect</product>
	</header>
	<ai_information>
		<status verified="false" trusted="true" tampered="false" uses="true" analyzed="false" log_truncated="true" timestamp="1770933076" algorithm="ed25519" keyurl="https://iseesystems.com/keys/stella01.txt" want_var_info="true" want_var_status="true" want_log="true" sampling="1" signature="5ItEVRQ5QkXBiMBX+AAiQ1+M1Y6zi3A1C0ftfCPPbC0rY8s6TWiKv0kJcW3I74I/DUpzN6++kJ5poOnxUhoTDw=="/>
	</ai_information>
	<sim_specs isee:sim_duration="5" isee:run_prefix="Run" isee:simulation_delay="0.5" isee:restore_on_start="false" method="Euler" time_units="Months" isee:instantaneous_flows="false" isee:ignore_module_errors="false" isee:strict_units="true" isee:loop_scores="true" isee:loop_exhaustive_allowed="1000">
		<start>0</start>
		<stop>10</stop>
		<dt reciprocal="true">4</dt>
	</sim_specs>
	<isee:prefs saved_runs="5" keep="false" show_module_prefix="true" live_update_on_drag="true" show_restore_buttons="false" layer="model" isee:design="Deluxe Prev-Next Blue Green Pastel" isee:design_custom="false" interface_scale_ui="true" interface_max_page_width="10000" interface_max_page_height="10000" interface_min_page_width="0" interface_min_page_height="0" rifp="true"/>
	<isee:multiplayer_settings include_chat="true" allow_observers="false" advance_time_increment="1" max_advance_time_in_ms="0" model_stops_when_players_drop="false" observer_start_page="home_page" enabled="false"/>
	<isee:time_formats default_format="Builtin">
		<isee:time_format name="Builtin" type="adaptive"/>
	</isee:time_formats>
	<isee:number_format_extenders/>
	<default_format/>
	<isee:sensi_specs_list active_index="0">
		<isee:sensi_specs name="Sensitivity" method="grid"/>
	</isee:sensi_specs_list>
	<isee:optimizer_specs_list active_index="0">
		<isee:optimizer_specs name="Optimization" method="Powell" use_additional_starts_file="false" additional_starts="0" report_interval="1" confidence_range="0"/>
	</isee:optimizer_specs_list>
	<isee:payoff_specs_list>
		<isee:payoff_specs name="Payoff"/>
	</isee:payoff_specs_list>
	<model_units>
		<unit name="Dimensionless">
			<eqn>1</eqn>
			<alias>dmnl</alias>
			<alias>unitless</alias>
			<alias>fraction</alias>
		</unit>
		<unit name="Months">
			<eqn/>
			<alias>mo</alias>
			<alias>month</alias>
		</unit>
	</model_units>
	<model>
		<variables>
			<flow name="Change in burnout" ai_state="G">
				<doc>The rate at which burnout accumulates, driven by the perceived workload and the teacher&apos;s sensitivity to stress.</doc>
				<eqn>IF Teacher_burnout &gt;= 10 THEN
  MIN(0, NET_burnout_change)
ELSE IF Teacher_burnout &lt;= 0 THEN
  MAX(0, NET_burnout_change)
ELSE
  NET_burnout_change</eqn>
				<units>Burnout Units/Months</units>
			</flow>
			<aux name="Tolerance for\nworkload on burnout" ai_state="G">
				<doc>A constant representing how easily workload translates into burnout accumulation.</doc>
				<eqn>10</eqn>
				<units>(Burnout Units/Month) / Workload Unit</units>
			</aux>
			<aux name="Impact of effectiveness\non workload" ai_state="G">
				<doc>If effectiveness drops, tasks take longer, increasing the perceived workload factor.</doc>
				<eqn>Teacher_effectiveness/Reference_effectiveness_to_get_things_done</eqn>
				<units>dmnl</units>
			</aux>
			<aux name="Workload effect\non burnout" ai_state="G">
				<doc>The actual workload experienced by a teacher, factoring in both the number of colleagues (Workload Per Teacher) and their own efficiency (Impact of Effectiveness on Workload).</doc>
				<eqn>DELAY(Workload/Tolerance_for_workload_on_burnout, 2,  1)</eqn>
				<units>burnout units/months</units>
			</aux>
			<stock name="Teacher\nburnout" ai_state="G">
				<doc>The accumulated level of teacher exhaustion and cynicism. This stock increases with workload and decreases with recovery.</doc>
				<eqn>3</eqn>
				<inflow>Change_in_burnout</inflow>
				<units>Burnout Units</units>
			</stock>
			<aux name="Threshold burnout\nfor impact on\neffectiveness" ai_state="F">
				<eqn>10</eqn>
				<units>effectiveness units/burnout units/months</units>
			</aux>
			<aux name="Teacher effectiveness\nneeded to help\nstudents improve" ai_state="F">
				<eqn>9</eqn>
				<units>effectiveness units/months</units>
			</aux>
			<aux name="Workload" ai_state="G">
				<doc>The baseline workload distributed among the current number of teachers. Fewer teachers means higher workload per teacher.</doc>
				<eqn>Pressure_to_improve_student_outcomes*(Typical_workload/Impact_of_effectiveness_on_workload)</eqn>
				<isee:delay_aux/>
				<units>workload units</units>
			</aux>
			<aux name="Impact of teacher\neffectiveneness on achievement" ai_state="F">
				<eqn>Teacher_effectiveness/Teacher_effectiveness_needed_to_help_students_improve</eqn>
				<units>1/months</units>
			</aux>
			<stock name="Students meeting\nacademic\nstandards" ai_state="F">
				<eqn>60</eqn>
				<inflow>Students_improving_academically</inflow>
				<outflow>Students_falling_behind</outflow>
				<non_negative/>
				<units>Students</units>
			</stock>
			<flow name="Students improving\nacademically" ai_state="F">
				<eqn>Students_not_meeting_academic_standards*Impact_of_teacher_effectiveneness_on_achievement</eqn>
				<non_negative/>
				<units>Students/Months</units>
			</flow>
			<stock name="Students\nnot meeting\nacademic\nstandards" ai_state="F">
				<eqn>25</eqn>
				<inflow>Students_falling_behind</inflow>
				<outflow>Students_improving_academically</outflow>
				<non_negative/>
				<units>students</units>
			</stock>
			<aux name="Proportion of\nstudents achieving" ai_state="F">
				<eqn>Students_meeting_academic_standards/(Students_not_meeting_academic_standards+Students_meeting_academic_standards)</eqn>
				<units>dmnl</units>
			</aux>
			<stock name="Teacher\nstress" ai_state="F">
				<eqn>2</eqn>
				<inflow>Change_in_stress</inflow>
				<non_negative/>
				<units>stress units</units>
			</stock>
			<flow name="Change in stress" ai_state="F">
				<eqn>IF Teacher_stress &gt;= 10 THEN
  MIN(0, NET_stress_pressure)
ELSE IF Teacher_stress &lt;= 0 THEN
  MAX(0, NET_stress_pressure)
ELSE
  NET_stress_pressure</eqn>
				<units>stress units/months</units>
			</flow>
			<aux name="Pressure\nto improve\nstudent outcomes" ai_state="F">
				<eqn>Proportion_of_students_achieving/Student_achievement_standards</eqn>
				<units>dmnl</units>
			</aux>
			<aux name="Student achievement\nstandards" ai_state="F">
				<eqn>1</eqn>
				<units>dmnl</units>
			</aux>
			<aux name="Typical\nworkload" ai_state="F">
				<eqn>3</eqn>
				<units>workload units</units>
			</aux>
			<aux name="Disruptive\nbehaviors" ai_state="F">
				<eqn>Usual_disruptions_per_month*Effect_of_student_achievement_on_behaviors</eqn>
				<units>behaviors/month</units>
			</aux>
			<aux name="Behavior\neffect" ai_state="F">
				<eqn>Disruptive_behaviors/Tolerance_for_disruptions</eqn>
				<gf>
					<xscale min="0" max="2"/>
					<yscale min="0" max="2"/>
					<ypts>0,0.02526,0.08682,0.2331,0.5352,1,1.465,1.767,1.913,1.975,2</ypts>
				</gf>
				<units>stress units/months</units>
			</aux>
			<aux name="Tolerance for disruptions" ai_state="F">
				<eqn>15</eqn>
				<units>behaviors/stress units/month</units>
			</aux>
			<aux name="Usual disruptions\nper month" ai_state="F">
				<eqn>10</eqn>
				<units>behaviors/month</units>
			</aux>
			<aux name="Effect of student achievement on behaviors" ai_state="F">
				<eqn>Proportion_of_students_achieving</eqn>
				<gf>
					<xscale min="0" max="2"/>
					<yscale min="0" max="2"/>
					<ypts>2,1.975,1.913,1.767,1.465,1,0.5352,0.2331,0.08682,0.02526,0</ypts>
				</gf>
				<units>dmnl</units>
			</aux>
			<flow name="Students falling\nbehind" ai_state="F">
				<eqn>Students_meeting_academic_standards*Students_stagnation_rate</eqn>
				<non_negative/>
				<units>Students/Months</units>
			</flow>
			<aux name="Students stagnation\nrate" ai_state="F">
				<eqn>.0678</eqn>
				<units>1/months</units>
			</aux>
			<flow name="Change in\neffectiveness" ai_state="G">
				<doc>The rate at which teachers recover from burnout, assumed to be proportional to the current burnout level and inversely proportional to the time required for recovery.</doc>
				<eqn>IF Teacher_effectiveness &gt;= 10 THEN
  MIN(0, NET_change_in_effectiveness)
ELSE IF Teacher_effectiveness &lt;= 0 THEN
  MAX(0, NET_change_in_effectiveness)
ELSE
  NET_change_in_effectiveness</eqn>
				<units>effectiveness units/months</units>
			</flow>
			<stock name="Teacher\neffectiveness" ai_state="G">
				<doc>The accumulated level of teacher exhaustion and cynicism. This stock increases with workload and decreases with recovery.</doc>
				<eqn>5</eqn>
				<outflow>Change_in_effectiveness</outflow>
				<units>effectiveness units</units>
			</stock>
			<aux name="Effect of burnout\non teaching\neffectiveness" ai_state="F">
				<eqn>Teacher_burnout/Threshold_burnout_for_impact_on_effectiveness</eqn>
				<units>effectiveness units/months</units>
			</aux>
			<aux name="Effect of stress\non burnout" ai_state="F">
				<eqn>DELAY(Teacher_stress/Tolerable_stress,  2,  1)</eqn>
				<units>dmnl</units>
			</aux>
			<aux name="Tolerable\nstress" ai_state="F">
				<eqn>7</eqn>
				<units>stress units</units>
			</aux>
			<aux name="Reference\neffectiveness to\nget things done" ai_state="F">
				<eqn>5</eqn>
				<units>effectiveness units</units>
			</aux>
			<aux name="NET stress\npressure" ai_state="F">
				<eqn>(Workload_effect_on_stress+Behavior_effect)-Admin_support_effect</eqn>
				<units>stress units</units>
			</aux>
			<aux name="Workload\neffect on stress" ai_state="F">
				<eqn>Workload/Tolerance_for_workload_on_stress</eqn>
				<units>stress units/months</units>
			</aux>
			<aux name="Tolerance for\nworkload on stress" ai_state="F">
				<eqn>10</eqn>
				<units>workload units/stress units/months</units>
			</aux>
			<aux name="NET burnout\nchange" ai_state="F">
				<eqn>Workload_effect_on_burnout+Effect_of_stress_on_burnout-Effect_of_emotion_regulation_on_burnout</eqn>
				<units>burnout units/months</units>
			</aux>
			<aux name="NET change in\neffectiveness" ai_state="F">
				<eqn>(1-Effect_of_supports_on_effectiveness)-(1-Effect_of_burnout_on_teaching_effectiveness)</eqn>
				<units>dmnl</units>
			</aux>
			<aux name="Effect of supports\non effectiveness" ai_state="F">
				<eqn>.5</eqn>
				<units>dmnl</units>
			</aux>
			<aux name="Admin support\neffect" ai_state="F">
				<eqn>1*Typical_admin_support*Impact_of_burnout_on_admin_support</eqn>
				<units>dmnl</units>
			</aux>
			<aux name="Effect of\nemotion regulation\non burnout" ai_state="F">
				<eqn>1*Typical_emotion_regulation_effectiveness*(1/Teacher_burnout)</eqn>
			</aux>
			<aux name="Typical\nemotion\nregulation\neffectiveness" ai_state="F">
				<eqn>.1</eqn>
				<units>dmnl</units>
			</aux>
			<aux name="Typical admin\nsupport" ai_state="F">
				<eqn>1</eqn>
			</aux>
			<aux name="Impact of burnout\non admin support" ai_state="F">
				<eqn>Teacher_burnout/Threshold_for_burnout_before_admin_increases_support</eqn>
			</aux>
			<aux name="Threshold\nfor burnout before\nadmin increases\nsupport" ai_state="F">
				<eqn>7</eqn>
			</aux>
		</variables>
		<views>
			<style color="black" background="white" font_style="normal" font_weight="normal" text_decoration="none" text_align="center" vertical_text_align="center" font_color="black" font_family="Arial" font_size="10pt" padding="2" border_color="black" border_width="thin" border_style="none">
				<text_box color="black" background="white" text_align="left" vertical_text_align="top" font_size="12pt"/>
				<isee:loop_indicator color="black" background="white" vertical_text_align="top" font_size="12pt"/>
				<numeric_display color="white" background="white" font_size="12pt" border_width="thin" border_style="solid" isee:transparent="false" isee:show_divider="true" isee:show_bounding_box="true" label_side="left"/>
				<graph color="black" background="white" font_size="12pt" axis_color="#666666" grid_color="#C8C8C8" isee:graph_area_color="white" legend_position="bottom" isee:transparent="false" isee:hide_border="false" axis_title_font_style="normal" axis_title_font_weight="normal" axis_title_text_decoration="none" axis_title_text_align="center" axis_title_vertical_text_align="center" axis_title_font_color="black" axis_title_font_family="Arial" axis_title_font_size="12pt" axis_title_text_padding="2" axis_title_text_border_color="black" axis_title_text_border_width="thin" axis_title_text_border_style="none" axis_label_font_style="normal" axis_label_font_weight="normal" axis_label_text_decoration="none" axis_label_text_align="center" axis_label_vertical_text_align="center" axis_label_font_color="black" axis_label_font_family="Arial" axis_label_font_size="9pt" axis_label_text_padding="2" axis_label_text_border_color="black" axis_label_text_border_width="thin" axis_label_text_border_style="none">
					<isee:series_styles>
						<isee:series_style color="blue" thickness="1"/>
						<isee:series_style color="red" thickness="1" pen_style="dot_dashed"/>
						<isee:series_style color="fuchsia" thickness="1" pen_style="dotted"/>
						<isee:series_style color="#008F44" thickness="1" pen_style="dashed"/>
						<isee:series_style color="#FF7F00" thickness="1"/>
						<isee:series_style color="#7F00FF" thickness="1" pen_style="dot_dashed"/>
						<isee:series_style color="#0CA0FF" thickness="1" pen_style="dotted"/>
						<isee:series_style color="lime" thickness="1" pen_style="dashed"/>
						<isee:series_style color="#FF007F" thickness="1"/>
						<isee:series_style color="aqua" thickness="1" pen_style="dot_dashed"/>
						<isee:series_style color="#F586FF" thickness="1" pen_style="dotted"/>
						<isee:series_style color="black" thickness="1" pen_style="dashed"/>
						<isee:series_style color="#C8C8C8" thickness="1"/>
					</isee:series_styles>
				</graph>
				<table color="black" background="#E0E0E0" text_align="right" font_size="12pt" orientation="vertical" wrap_text="false" isee:auto_fit="true" isee:use_alternate_row_colors="false" isee:unlimited_table_length="false" blank_column_width="80" column_width="160" interval="1" report_balances="beginning" report_flows="instantaneous" header_font_style="normal" header_font_weight="normal" header_text_decoration="none" header_text_align="center" header_vertical_text_align="center" header_font_color="black" header_font_family="Arial" header_font_size="12pt" header_text_padding="2" header_text_border_color="black" header_text_border_width="thin" header_text_border_style="none"/>
				<button color="black" background="#E0E0E0" font_size="12pt" border_width="thin" border_style="solid" transparent="false" corner_radius="0" isee:flat="false" icon_side="top" isee:highlight_on_hover="false" isee:highlight_color="#959595"/>
				<isee:annotation color="black" background="#E0E0E0" font_size="12pt" border_width="thin" border_style="solid" transparent="false" corner_radius="0" isee:flat="false" icon_side="top" isee:highlight_on_hover="false" isee:highlight_color="#959595" popup_corner_radius="0" popup_background_color="#FFFECF"/>
				<slider color="#0075FF" background="#E0E0E0" font_size="12pt" num_ticks="3" label_side="top" wrap_title="true" vertical="false" isee:fancy_appearance="false" isee:show_hover_tip="when_deciding" input_expands="true" input_width="100"/>
				<isee:stacked_container color="black" background="white" text_align="left" vertical_text_align="top" font_size="12pt" padding="6 8" border_color="#999999" border_width="thin" border_style="solid" item_spacing="0" corner_radius="4" selected_item_color="black" selected_item_background="white" item_background="#DDDDDD" transparent_bg="false"/>
				<isee:dual_slider color="#66CC66" background="silver" font_size="12pt" num_ticks="3" label_side="top" wrap_title="true" isee:show_hover_tip="when_deciding" input_expands="true" input_width="100"/>
				<isee:sim_speed_slider color="black" background="white"/>
				<isee:time_slider color="#E95F74" background="silver"/>
				<isee:pie_input color="black" background="white" font_size="12pt" legend_position="bottom" isee:transparent="false"/>
				<knob color="#66CC66" background="#E0E0E0" font_size="12pt" label_side="bottom" wrap_title="true"/>
				<numeric_input color="black" background="#E0E0E0" font_size="12pt" label_side="left" wrap_title="true" input_expands="false" input_width="100"/>
				<isee:dropdown_input color="black" background="#E0E0E0" font_size="12pt" label_side="left" wrap_title="true" input_expands="false" input_width="100"/>
				<switch color="black" background="#E0E0E0" font_size="12pt" label_side="top" wrap_title="true" isee:appearance="switch" isee:on_color="green"/>
				<options color="black" background="white" appearance="radio-buttons" arrangement="vertical"/>
				<graphical_input color="black" background="#E0E0E0" font_size="12pt" isee:show_hover_tip="true"/>
				<group_input color="black" background="#E0E0E0" font_size="12pt"/>
				<lamp color="black" background="white" font_size="9pt"/>
				<gauge color="black" background="white" font_size="9pt" needle_color="#F09F72" bar_color="#EEEEEE" bar_progress_color="black" appearance="radial" num_major_ticks="11" num_minor_ticks="1" show_numeric_value="true"/>
				<isee:spatial_map color="black" background="white" font_size="12pt"/>
				<isee:animation_object color="black" background="white" font_size="12pt"/>
				<isee:navigation_widget color="black" background="white" text_align="left" vertical_text_align="top" font_size="12pt" padding="6 8" border_color="#999999" border_width="thin" border_style="solid" item_spacing="6" appearance="tabs" corner_radius="4" selected_item_color="black" selected_item_background="white" item_background="#DDDDDD" transparent_bg="false"/>
				<isee:shape color="black" background="white" text_align="left" vertical_text_align="top" font_size="12pt" border_width="thin" border_style="solid" opacity="1" transparent_background="true" corner_radius="1"/>
				<isee:selector color="black" background="white" text_align="left" vertical_text_align="top" font_size="12pt"/>
				<isee:iframe color="black" background="white" text_align="left" vertical_text_align="top" font_size="12pt" border_width="thin" border_style="solid"/>
				<isee:financial_table color="black" background="#E0E0E0" text_align="right" font_size="12pt" hide_border="false" auto_fit="true" first_column_width="250" other_column_width="100" header_font_style="normal" header_font_weight="bold" header_text_decoration="none" header_text_align="center" header_vertical_text_align="center" header_font_color="black" header_font_family="Arial" header_font_size="14pt" header_text_padding="2" header_text_border_color="black" header_text_border_width="thin" header_text_border_style="none"/>
			</style>
			<view isee:show_pages="false" background="white" isee:converter_size="name_only" page_width="762" page_height="582" isee:page_cols="3" isee:page_rows="3" isee:scroll_x="205" isee:scroll_y="191.25" zoom="160" isee:popup_graphs_are_comparative="true" isee:enable_non_negative_highlights="false" type="stock_flow">
				<style color="black" background="white" font_style="normal" font_weight="normal" text_decoration="none" text_align="center" vertical_text_align="center" font_color="black" font_family="Arial" font_size="10pt" padding="2" border_color="black" border_width="thin" border_style="none">
					<stock color="black" background="white" font_size="12pt" label_side="top">
						<shape type="rectangle" width="45" height="35"/>
					</stock>
					<flow color="black" background="white" font_size="12pt" label_side="bottom">
						<shape type="circle" radius="18"/>
					</flow>
					<isee:placeholder color="#228B22" background="white" font_color="#228B22" font_size="12pt" label_side="bottom"/>
					<module color="black" background="white" font_size="12pt" label_side="top">
						<shape type="rectangle" width="55" height="45"/>
					</module>
					<aux color="black" background="white" font_size="12pt" label_side="bottom">
						<shape type="name_only"/>
					</aux>
					<group color="red" background="white" font_color="red" font_size="12pt"/>
					<connector color="black" background="white" font_size="12pt" isee:thickness="1"/>
					<text_box color="black" background="white" text_align="left" vertical_text_align="top" font_size="12pt"/>
					<isee:loop_indicator color="black" background="white" vertical_text_align="top" font_size="12pt"/>
					<numeric_display color="white" background="white" font_size="12pt" border_width="thin" border_style="solid" isee:transparent="false" isee:show_divider="true" isee:show_bounding_box="true" label_side="left"/>
					<graph color="black" background="white" font_size="12pt" axis_color="#666666" grid_color="#C8C8C8" isee:graph_area_color="white" legend_position="bottom" isee:transparent="false" isee:hide_border="false" axis_title_font_style="normal" axis_title_font_weight="normal" axis_title_text_decoration="none" axis_title_text_align="center" axis_title_vertical_text_align="center" axis_title_font_color="black" axis_title_font_family="Arial" axis_title_font_size="12pt" axis_title_text_padding="2" axis_title_text_border_color="black" axis_title_text_border_width="thin" axis_title_text_border_style="none" axis_label_font_style="normal" axis_label_font_weight="normal" axis_label_text_decoration="none" axis_label_text_align="center" axis_label_vertical_text_align="center" axis_label_font_color="black" axis_label_font_family="Arial" axis_label_font_size="9pt" axis_label_text_padding="2" axis_label_text_border_color="black" axis_label_text_border_width="thin" axis_label_text_border_style="none">
						<isee:series_styles>
							<isee:series_style color="blue" thickness="1"/>
							<isee:series_style color="red" thickness="1" pen_style="dot_dashed"/>
							<isee:series_style color="fuchsia" thickness="1" pen_style="dotted"/>
							<isee:series_style color="#008F44" thickness="1" pen_style="dashed"/>
							<isee:series_style color="#FF7F00" thickness="1"/>
							<isee:series_style color="#7F00FF" thickness="1" pen_style="dot_dashed"/>
							<isee:series_style color="#0CA0FF" thickness="1" pen_style="dotted"/>
							<isee:series_style color="lime" thickness="1" pen_style="dashed"/>
							<isee:series_style color="#FF007F" thickness="1"/>
							<isee:series_style color="aqua" thickness="1" pen_style="dot_dashed"/>
							<isee:series_style color="#F586FF" thickness="1" pen_style="dotted"/>
							<isee:series_style color="black" thickness="1" pen_style="dashed"/>
							<isee:series_style color="#C8C8C8" thickness="1"/>
						</isee:series_styles>
					</graph>
					<table color="black" background="#E0E0E0" text_align="right" font_size="12pt" orientation="vertical" wrap_text="false" isee:auto_fit="true" isee:use_alternate_row_colors="false" isee:unlimited_table_length="false" blank_column_width="80" column_width="160" interval="1" report_balances="beginning" report_flows="instantaneous" header_font_style="normal" header_font_weight="normal" header_text_decoration="none" header_text_align="center" header_vertical_text_align="center" header_font_color="black" header_font_family="Arial" header_font_size="12pt" header_text_padding="2" header_text_border_color="black" header_text_border_width="thin" header_text_border_style="none"/>
				</style>
				<flow color="black" x="955.322" y="662.046" name="Change in burnout">
					<pts>
						<pt x="869.787" y="662.046"/>
						<pt x="1028.86" y="662.046"/>
					</pts>
				</flow>
				<aux color="black" label_side="top" x="792.301" y="534.169" width="120" height="42" name="Tolerance for\nworkload on burnout"/>
				<aux color="black" x="658.417" y="658.877" width="133" height="42" name="Impact of effectiveness\non workload"/>
				<aux color="black" x="862.221" y="479.25" width="94" height="42" name="Workload effect\non burnout"/>
				<stock color="black" label_side="center" x="1028.86" y="626.275" width="91.4883" height="63.4688" name="Teacher\nburnout"/>
				<connector uid="2" font_size="9pt" polarity="+" isee:polarity_placement="outside" angle="43.975">
					<isee:documentation>Reasoning:
A higher sensitivity means the same workload results in a faster accumulation of burnout.

Polarity Reasoning: 
If sensitivity increases, burnout accumulation rate increases.</isee:documentation>
					<isee:reasoning>A higher sensitivity means the same workload results in a faster accumulation of burnout.</isee:reasoning>
					<isee:polarity_reasoning>If sensitivity increases, burnout accumulation rate increases.</isee:polarity_reasoning>
					<from>Tolerance_for_workload_on_burnout</from>
					<to>Workload_effect_on_burnout</to>
				</connector>
				<connector uid="6" font_size="9pt" polarity="+" isee:polarity_placement="outside" angle="104.658">
					<isee:documentation>Reasoning:
A higher impact factor (due to low efficiency) increases the perceived workload.

Polarity Reasoning: 
If the impact factor increases, perceived workload increases.</isee:documentation>
					<isee:reasoning>A higher impact factor (due to low efficiency) increases the perceived workload.</isee:reasoning>
					<isee:polarity_reasoning>If the impact factor increases, perceived workload increases.</isee:polarity_reasoning>
					<from>Impact_of_effectiveness_on_workload</from>
					<to>Workload</to>
				</connector>
				<aux color="black" x="1136.33" y="733.801" width="108" height="58" name="Threshold burnout\nfor impact on\neffectiveness"/>
				<stacked_container uid="9" x="1601.66" y="459.311">
					<graph width="350" height="250" comparative="true" type="time_series" show_grid="false" isee:tick_type="none" include_units_in_legend="false" plot_numbers="false" isee:label_pie_slices="false" isee:show_pie_borders="true" num_x_grid_lines="0" num_y_grid_lines="0" num_x_labels="5" num_y_labels="3" isee:fill_intensity="0.1" isee:allow_zero_axis="true" left_axis_multi_scale="false" left_axis_auto_scale="true" left_include_units="true" right_axis_multi_scale="false" right_axis_auto_scale="true" right_include_units="true">
						<plot color="blue" isee:keep_zero_visible="true" pen_width="1" index="0" show_y_axis="true">
							<entity name="Teacher_stress"/>
						</plot>
					</graph>
					<graph width="350" height="250" type="time_series" isee:points_only="true" show_grid="false" isee:tick_type="none" include_units_in_legend="false" plot_numbers="false" isee:label_pie_slices="false" isee:show_pie_borders="true" num_x_grid_lines="0" num_y_grid_lines="0" num_x_labels="5" num_y_labels="3" isee:fill_intensity="0.1" isee:allow_zero_axis="true" left_axis_multi_scale="false" left_axis_auto_scale="true" left_include_units="true" right_axis_multi_scale="false" right_axis_auto_scale="true" right_include_units="true"/>
				</stacked_container>
				<stacked_container uid="10" x="1601.66" y="728.014">
					<graph width="350" height="250" comparative="true" type="time_series" show_grid="false" isee:tick_type="none" include_units_in_legend="false" plot_numbers="false" isee:label_pie_slices="false" isee:show_pie_borders="true" num_x_grid_lines="0" num_y_grid_lines="0" num_x_labels="5" num_y_labels="3" isee:fill_intensity="0.1" isee:allow_zero_axis="true" left_axis_multi_scale="false" left_axis_auto_scale="true" left_include_units="true" right_axis_multi_scale="false" right_axis_auto_scale="true" right_include_units="true">
						<plot color="blue" isee:keep_zero_visible="true" pen_width="1" index="0" show_y_axis="true">
							<entity name="Teacher_burnout"/>
						</plot>
					</graph>
				</stacked_container>
				<stacked_container uid="11" x="1961.57" y="459.311">
					<graph width="350" height="250" comparative="true" type="time_series" show_grid="false" isee:tick_type="none" include_units_in_legend="false" plot_numbers="false" isee:label_pie_slices="false" isee:show_pie_borders="true" num_x_grid_lines="0" num_y_grid_lines="0" num_x_labels="5" num_y_labels="3" isee:fill_intensity="0.1" isee:allow_zero_axis="true" left_axis_multi_scale="false" left_axis_auto_scale="true" left_include_units="true" right_axis_multi_scale="false" right_axis_auto_scale="true" right_include_units="true">
						<plot color="blue" isee:keep_zero_visible="true" pen_width="1" index="0" show_y_axis="true">
							<entity name="Teacher_effectiveness"/>
						</plot>
					</graph>
				</stacked_container>
				<aux x="390.596" y="833.329" width="127" height="58" name="Teacher effectiveness\nneeded to help\nstudents improve"/>
				<stacked_container uid="12" x="1961.57" y="728.014">
					<graph width="350" height="250" comparative="true" type="time_series" show_grid="false" isee:tick_type="none" include_units_in_legend="false" plot_numbers="false" isee:label_pie_slices="false" isee:show_pie_borders="true" num_x_grid_lines="0" num_y_grid_lines="0" num_x_labels="5" num_y_labels="3" isee:fill_intensity="0.1" isee:allow_zero_axis="true" left_axis_title="Proportion" left_axis_multi_scale="false" left_axis_auto_scale="true" left_include_units="true" right_axis_multi_scale="false" right_axis_auto_scale="true" right_include_units="true">
						<plot color="blue" isee:keep_zero_visible="true" pen_width="1" index="0" show_y_axis="true">
							<entity name="Proportion_of_students_achieving"/>
						</plot>
					</graph>
				</stacked_container>
				<aux color="black" label_side="right" x="717.519" y="516.239" width="61" height="26" name="Workload"/>
				<connector uid="13" font_size="9pt" polarity="+" isee:polarity_placement="outside" angle="39.9551">
					<isee:documentation>Reasoning:
The baseline workload per teacher contributes positively to the perceived workload.

Polarity Reasoning: 
If workload per teacher increases, perceived workload increases.</isee:documentation>
					<isee:reasoning>The baseline workload per teacher contributes positively to the perceived workload.</isee:reasoning>
					<isee:polarity_reasoning>If workload per teacher increases, perceived workload increases.</isee:polarity_reasoning>
					<from>Workload</from>
					<to>Workload_effect_on_burnout</to>
				</connector>
				<aux label_side="left" label_angle="225" x="488.596" y="777.004" width="182" height="42" name="Impact of teacher\neffectiveneness on achievement"/>
				<connector uid="21" font_size="9pt" angle="27.1371">
					<from>Teacher_effectiveness_needed_to_help_students_improve</from>
					<to>Impact_of_teacher_effectiveneness_on_achievement</to>
				</connector>
				<connector uid="25" font_size="9pt" angle="178.025">
					<from>Threshold_burnout_for_impact_on_effectiveness</from>
					<to>Effect_of_burnout_on_teaching_effectiveness</to>
				</connector>
				<stock label_side="center" x="568.022" y="578.023" width="111.304" height="71.5325" name="Students meeting\nacademic\nstandards"/>
				<flow x="487.479" y="611.762" name="Students improving\nacademically">
					<pts>
						<pt x="418.936" y="611.762"/>
						<pt x="568.022" y="611.762"/>
					</pts>
				</flow>
				<stock label_side="center" x="310.635" y="576.169" width="108.301" height="74.9375" name="Students\nnot meeting\nacademic\nstandards"/>
				<aux x="463.02" y="468.209" width="110" height="42" name="Proportion of\nstudents achieving"/>
				<connector uid="29" font_size="9pt" angle="38.2153">
					<from>Students_not_meeting_academic_standards</from>
					<to>Students_improving_academically</to>
				</connector>
				<connector uid="32" font_size="9pt" angle="72.2912">
					<from>Students_not_meeting_academic_standards</from>
					<to>Proportion_of_students_achieving</to>
				</connector>
				<connector uid="33" font_size="9pt" angle="105.099">
					<from>Students_meeting_academic_standards</from>
					<to>Proportion_of_students_achieving</to>
				</connector>
				<stock label_side="center" x="1068.56" y="371.949" width="87.5342" height="72.7002" name="Teacher\nstress"/>
				<flow x="1008.81" y="412.851" name="Change in stress">
					<pts>
						<pt x="937.056" y="412.851"/>
						<pt x="1068.56" y="412.851"/>
					</pts>
				</flow>
				<connector uid="37" angle="148.716">
					<from>Impact_of_teacher_effectiveneness_on_achievement</from>
					<to>Students_improving_academically</to>
				</connector>
				<aux x="591.049" y="399.038" width="106" height="58" name="Pressure\nto improve\nstudent outcomes"/>
				<connector uid="41" angle="60.4718">
					<from>Proportion_of_students_achieving</from>
					<to>Pressure_to_improve_student_outcomes</to>
				</connector>
				<aux label_side="top" x="517.596" y="306.834" width="124" height="42" name="Student achievement\nstandards"/>
				<connector uid="42" angle="302.75">
					<from>Student_achievement_standards</from>
					<to>Pressure_to_improve_student_outcomes</to>
				</connector>
				<aux label_side="top" x="718.519" y="403.851" width="59" height="42" name="Typical\nworkload"/>
				<connector uid="43" angle="280.508">
					<from>Typical_workload</from>
					<to>Workload</to>
				</connector>
				<connector uid="45" angle="328.797">
					<from>Pressure_to_improve_student_outcomes</from>
					<to>Workload</to>
				</connector>
				<connector uid="46" angle="328.442">
					<from>Workload_effect_on_burnout</from>
					<to>NET_burnout_change</to>
				</connector>
				<aux x="591.674" y="228.892" width="64" height="42" name="Disruptive\nbehaviors"/>
				<connector uid="47" angle="145.481">
					<from>Proportion_of_students_achieving</from>
					<to>Effect_of_student_achievement_on_behaviors</to>
				</connector>
				<aux x="769.848" y="250.311" width="58" height="42" name="Behavior\neffect"/>
				<connector uid="50" angle="349.12">
					<from>Behavior_effect</from>
					<to>NET_stress_pressure</to>
				</connector>
				<connector uid="51" angle="6.05903">
					<from>Disruptive_behaviors</from>
					<to>Behavior_effect</to>
				</connector>
				<aux x="636.306" y="189.799" width="142" height="26" name="Tolerance for disruptions"/>
				<connector uid="52" angle="323.188">
					<from>Tolerance_for_disruptions</from>
					<to>Behavior_effect</to>
				</connector>
				<aux x="414.596" y="208.85" width="103" height="42" name="Usual disruptions\nper month"/>
				<connector uid="53" angle="3.00288">
					<from>Usual_disruptions_per_month</from>
					<to>Disruptive_behaviors</to>
				</connector>
				<aux x="345.171" y="336.949" width="151" height="42" name="Effect of student achievement on behaviors"/>
				<connector uid="54" angle="65.5519">
					<from>Effect_of_student_achievement_on_behaviors</from>
					<to>Disruptive_behaviors</to>
				</connector>
				<flow x="484.858" y="696.833" name="Students falling\nbehind">
					<pts>
						<pt x="606.987" y="649.556"/>
						<pt x="606.987" y="696.833"/>
						<pt x="362.729" y="696.833"/>
						<pt x="362.729" y="651.107"/>
					</pts>
				</flow>
				<connector uid="55" angle="282.022">
					<from>Students_meeting_academic_standards</from>
					<to>Students_falling_behind</to>
				</connector>
				<aux x="324.725" y="752.809" width="117" height="42" name="Students stagnation\nrate"/>
				<connector uid="56" angle="37.1398">
					<from>Students_stagnation_rate</from>
					<to>Students_falling_behind</to>
				</connector>
				<flow color="black" x="880.388" y="837.482" name="Change in\neffectiveness">
					<pts>
						<pt x="824.364" y="837.482"/>
						<pt x="948.412" y="837.482"/>
					</pts>
				</flow>
				<stock color="black" label_side="center" x="732.876" y="805.748" width="91.4883" height="63.4688" name="Teacher\neffectiveness"/>
				<connector uid="57" font_size="9pt" polarity="+" isee:polarity_placement="outside" angle="40.6262">
					<isee:documentation>Reasoning:
The recovery rate is proportional to the current level of burnout; the more burned out a teacher is, the higher the absolute rate of recovery (assuming recovery is proportional to the state).

Polarity Reasoning: 
If burnout level increases, the recovery rate increases.</isee:documentation>
					<isee:reasoning>The recovery rate is proportional to the current level of burnout; the more burned out a teacher is, the higher the absolute rate of recovery (assuming recovery is proportional to the state).</isee:reasoning>
					<isee:polarity_reasoning>If burnout level increases, the recovery rate increases.</isee:polarity_reasoning>
					<from>Teacher_effectiveness</from>
					<to>Change_in_effectiveness</to>
				</connector>
				<aux x="996.049" y="728.809" width="99" height="58" name="Effect of burnout\non teaching\neffectiveness"/>
				<connector uid="59" angle="264.908">
					<from>Teacher_burnout</from>
					<to>Effect_of_burnout_on_teaching_effectiveness</to>
				</connector>
				<connector uid="60" angle="272.107">
					<from>Effect_of_burnout_on_teaching_effectiveness</from>
					<to>NET_change_in_effectiveness</to>
				</connector>
				<connector uid="61" angle="125.544">
					<from>Teacher_effectiveness</from>
					<to>Impact_of_effectiveness_on_workload</to>
				</connector>
				<connector uid="62" angle="184.563">
					<from>Teacher_effectiveness</from>
					<to>Impact_of_teacher_effectiveneness_on_achievement</to>
				</connector>
				<aux x="993.401" y="468.209" width="90" height="42" name="Effect of stress\non burnout"/>
				<connector uid="63" angle="243.316">
					<from>Teacher_stress</from>
					<to>Effect_of_stress_on_burnout</to>
				</connector>
				<aux x="1111.91" y="457.038" width="60" height="42" name="Tolerable\nstress"/>
				<connector uid="64" angle="186.16">
					<from>Tolerable_stress</from>
					<to>Effect_of_stress_on_burnout</to>
				</connector>
				<connector uid="65" angle="251.251">
					<from>Effect_of_stress_on_burnout</from>
					<to>NET_burnout_change</to>
				</connector>
				<aux x="818.238" y="719.004" width="94" height="58" name="Reference\neffectiveness to\nget things done"/>
				<connector uid="66" angle="154.103">
					<from>Reference_effectiveness_to_get_things_done</from>
					<to>Impact_of_effectiveness_on_workload</to>
				</connector>
				<connector uid="68" angle="152.692">
					<from>Teacher_stress</from>
					<to>Change_in_stress</to>
				</connector>
				<aux x="898.301" y="317.793" width="70" height="42" name="NET stress\npressure"/>
				<aux x="806.301" y="378.949" width="92" height="42" name="Workload\neffect on stress"/>
				<connector uid="69" angle="68.1119">
					<from>Workload</from>
					<to>Workload_effect_on_stress</to>
				</connector>
				<connector uid="70" angle="60.0925">
					<from>Workload_effect_on_stress</from>
					<to>NET_stress_pressure</to>
				</connector>
				<connector uid="71" angle="336.68">
					<from>NET_stress_pressure</from>
					<to>Change_in_stress</to>
				</connector>
				<aux x="684.214" y="319.851" width="111" height="42" name="Tolerance for\nworkload on stress"/>
				<connector uid="72" angle="341.977">
					<from>Tolerance_for_workload_on_stress</from>
					<to>Workload_effect_on_stress</to>
				</connector>
				<aux x="929.626" y="542.239" width="79" height="42" name="NET burnout\nchange"/>
				<connector uid="73" angle="155.744">
					<from>Teacher_burnout</from>
					<to>Change_in_burnout</to>
				</connector>
				<connector uid="74" angle="243.096">
					<from>NET_burnout_change</from>
					<to>Change_in_burnout</to>
				</connector>
				<stacked_container uid="75" x="1421.32" y="1239.71">
					<graph width="350" height="250" comparative="true" type="time_series" show_grid="false" isee:tick_type="none" include_units_in_legend="false" plot_numbers="false" isee:label_pie_slices="false" isee:show_pie_borders="true" num_x_grid_lines="0" num_y_grid_lines="0" num_x_labels="5" num_y_labels="3" isee:fill_intensity="0.1" isee:allow_zero_axis="true" left_axis_multi_scale="false" left_axis_auto_scale="true" left_include_units="true" right_axis_multi_scale="false" right_axis_auto_scale="true" right_include_units="true">
						<plot color="blue" isee:keep_zero_visible="true" pen_width="1" index="0" show_y_axis="true">
							<entity name="Disruptive_behaviors"/>
						</plot>
					</graph>
				</stacked_container>
				<aux x="956.221" y="840.778" width="90" height="42" name="NET change in\neffectiveness"/>
				<connector uid="76" angle="194.616">
					<from>NET_change_in_effectiveness</from>
					<to>Change_in_effectiveness</to>
				</connector>
				<aux x="1095.05" y="810.305" width="104" height="42" name="Effect of supports\non effectiveness"/>
				<connector uid="77" angle="208.103">
					<from>Effect_of_supports_on_effectiveness</from>
					<to>NET_change_in_effectiveness</to>
				</connector>
				<aux x="1007.05" y="292.311" width="88" height="42" name="Admin support\neffect"/>
				<connector uid="78" angle="178.363">
					<from>Admin_support_effect</from>
					<to>NET_stress_pressure</to>
				</connector>
				<aux x="1057.33" y="518.169" width="110" height="58" name="Effect of\nemotion regulation\non burnout"/>
				<connector uid="79" angle="173.927">
					<from>Effect_of_emotion_regulation_on_burnout</from>
					<to>NET_burnout_change</to>
				</connector>
				<aux x="1189.33" y="468.239" width="81" height="74" name="Typical\nemotion\nregulation\neffectiveness"/>
				<connector uid="80" angle="199.639">
					<from>Typical_emotion_regulation_effectiveness</from>
					<to>Effect_of_emotion_regulation_on_burnout</to>
				</connector>
				<connector uid="81" angle="50.308">
					<from>Teacher_burnout</from>
					<to>Effect_of_emotion_regulation_on_burnout</to>
				</connector>
				<isee:loop_indicator font_style="italic" text="R1" orientation="clockwise" uid="82" x="788.238" y="584.311" width="30" height="30">
					<name>Workload
Pressure</name>
				</isee:loop_indicator>
				<isee:loop_indicator font_style="italic" text="R2" orientation="clockwise" uid="83" x="521.049" y="353.703" width="30" height="30">
					<name>Behavioral
challenges</name>
				</isee:loop_indicator>
				<isee:loop_indicator font_style="italic" text="R3" orientation="counter_clockwise" uid="84" x="1035.35" y="558.922" width="30" height="30">
					<name>Emotional
Exhaustion</name>
				</isee:loop_indicator>
				<aux x="1023.26" y="215.799" width="84" height="42" name="Typical admin\nsupport"/>
				<connector uid="85" angle="259.476">
					<from>Typical_admin_support</from>
					<to>Admin_support_effect</to>
				</connector>
				<aux x="1142.24" y="306.834" width="104" height="42" name="Impact of burnout\non admin support"/>
				<connector uid="86" angle="161.17">
					<from>Impact_of_burnout_on_admin_support</from>
					<to>Admin_support_effect</to>
				</connector>
				<aux x="1244.33" y="212.892" width="106" height="74" name="Threshold\nfor burnout before\nadmin increases\nsupport"/>
				<connector uid="87" angle="2.35758">
					<from>Teacher_burnout</from>
					<to>Impact_of_burnout_on_admin_support</to>
				</connector>
				<connector uid="88" angle="217.091">
					<from>Threshold_for_burnout_before_admin_increases_support</from>
					<to>Impact_of_burnout_on_admin_support</to>
				</connector>
				<isee:loop_indicator font_style="italic" text="B1" orientation="counter_clockwise" uid="89" x="1194.52" y="384.949" width="30" height="30">
					<name>Administrative
support</name>
				</isee:loop_indicator>
				<isee:loop_indicator font_style="italic" text="R4" orientation="clockwise" uid="90" x="629.049" y="477.252" width="30" height="30">
					<name>Pressure to
Improve</name>
				</isee:loop_indicator>
			</view>
		</views>
	</model>
</xmile>

