******************************************************** .Inputs ********************************************************~ | Break Duration= 0 ~ Day [0,14,1] ~ Duration of reduction in work | Break Magnitude= 0 ~ Dmnl [0,1,0.1] ~ Magnitude (fraction) of reduction in work, between zero and one | Break Time= 24 ~ Day [10,60,1] ~ Time of reduction in Work Arrival Rate | Work Input= 1+STEP(Step Height,Step Time)+ (Pulse Quantity/TIME STEP)*PULSE(Pulse Time,TIME STEP)+ RAMP(Ramp Slope,Ramp Start Time,Ramp End Time) - Break Magnitude*PULSE(Break Time,Break Duration) ~ Dmnl ~ Function to modify Work Arrival Rate: a step, pulse, or linear ramp. \ Default is 1, goes to a multiple of Normal rate as specified | Step Time= 10 ~ Day ~ The time at which the step increase in the input occurs. | Pulse Quantity= 0 ~ Dmnl*Day [0,5,0.1] ~ The quantity added to the input at the pulse time. | Pulse Time= 10 ~ Day [10,40,1] ~ The time at which the pulse increase in the input occurs. | Ramp Start Time= 10 ~ Day ~ The time at which the ramp in the input begins. | Ramp End Time= 1e+009 ~ Day ~ The end time for the ramp input. | Step Height= 0 ~ Dmnl [0,0.2,0.01] ~ The height of the step increase in the input. | Ramp Slope= 0 ~ 1/Day ~ The slope of the linear ramp in the input. | ******************************************************** .Behavior ********************************************************~ | Normal Backlog= Desired Completion Time*Normal Completion Rate ~ Task ~ Normal level of WIP | Availability Limits= WITH LOOKUP ( Work in Progress/Normal Backlog, ([(0,0)-(1,1)],(0,0),(0.05,0.5),(0.1,0.8),(0.15,0.95),(0.2,1),(1,1) )) ~ Dmnl ~ Limit on Work Completion; cannot do more work than is available | Backlog Limits= WITH LOOKUP ( Work in Progress/Normal Backlog, ([(0,0)-(10,2)],(0,1),(7,1),(8,0.95),(9,0.8),(10,0) )) ~ Dmnl ~ Function for increasing or slowing Work Arrival Rate at extreme levels of \ Work in Progress | Desired Completion Time= 1 ~ Day ~ Goal for time to clear backlog | Percieved Completion Rate= SMOOTH(Work Completion Rate, Monitoring Period) ~ Task/Day ~ Perception of recent performance | Normal Completion Rate= Normal Accuracy*Normal Effort ~ Task/Day ~ Completion Rate at unaffected Effort and Accuracy | Monitoring Period= 7 ~ Day ~ Time over which performance compared to goal | Work Rate Goal= 45 ~ Task/Day ~ Goal for Completion Rate, affects Mood | Accuracy= MIN( Maximum Accuracy, Normal Accuracy * Effect of Stress on Accuracy ) ~ Dmnl ~ Accuracy due to attention payed to tasks, a function of Stress, limited to \ a theoretical maximum | Work Arrival Rate= Normal Work Rate* Work Input * Backlog Limits ~ Task/Day ~ Actual rate of work becoming avaiable to accomplish | Normal Accuracy= 0.9 ~ Dmnl ~ Value for Accuracy if unaffected by Stress, Motivation, Mood | Effort= Effect of Motivation on Effort*Normal Effort ~ Task/Day ~ Pace and duration of work, a function of motivation | Normal Effort= 50 ~ Task/Day ~ Effort if unaffected by Motivation | Work Completion Rate= Availability Limits* Accuracy*Effort ~ Task/Day ~ Actual rate of work being completed correctly, Accuracy times Effort \ limited by the work available | Normal Work Rate= 45 ~ Task/Day ~ Base line work rate | Work in Progress= INTEG ( Work Arrival Rate-Work Completion Rate, Normal Backlog) ~ Task ~ Stock of work that can be done and is to be done | Maximum Accuracy= 1 ~ Dmnl [0,1,0.05] ~ Maximum attainable Accuracy, must be 1 or less | ******************************************************** .Cognition ********************************************************~ | Motivation Decay= Motivation Limit * MAX( 0, (Motivation-Total Effect on Motivation) / Motivation Adj Time ) ~ Dmnl/Day ~ Decay of Motivation towards its permanent level | Effect of Motivation on Arousal= WITH LOOKUP ( Motivation, ([(0,0)-(2,2)],(0,0.7),(1,1),(2,1.3) )) ~ Dmnl ~ Attention payed to backlog due to Motivation | Stress Buildup= MAX( 0, (Effect of Arousal on Stress-Stress)/Stress Resp Time ) ~ Dmnl/Day ~ Buildup of stress from Arousal | Arousal Fades= MAX( 0, (Arousal-Effect of Backlog on Arousal)/Ar Adj Time ) ~ Dmnl/Day ~ Decrease in Arousal toward zero if no stimulus | Rising Arousal= MAX( 0, (Effect of Backlog on Arousal-Arousal)/Ar Resp Time ) ~ Dmnl/Day ~ Change in Arousal due to stimuli | Effect of Backlog on Arousal= WITH LOOKUP ( Effect of Motivation on Arousal*Work in Progress/Normal Backlog, ([(0,0)-(10,10)],(0,0),(1,1),(2,2),(4,3.2),(6,4),(8,4.75),(10,5) )) ~ Dmnl ~ Contribution to Arousal from missmatch between desired and normal work rate | Stress Relief= MAX( 0, (Stress-Effect of Arousal on Stress)/Stress Adj Time ) ~ Dmnl/Day ~ Decrease in Stress towards zero | Total Effect on Motivation= Permanent Motivation+Effect of Mood on Motivation ~ Dmnl ~ | Rising Motivation= MAX(0, (Total Effect on Motivation-Motivation)/Motivation Resp Time ) ~ Dmnl/Day ~ Increase in Motivation due to good Mood or recovery toward permanent level | Motivation Limit= WITH LOOKUP ( Motivation, ([(0,0)-(5,1)],(0,0),(0.2,0.6),(0.3,0.8),(0.5,0.9),(0.7,0.95),(1,1),(5,1) )) ~ Dmnl ~ Soft MIN limit on Motivation Decay: Motivation remains non-negative | Motivation= INTEG ( +Rising Motivation-Motivation Decay, Permanent Motivation) ~ Dmnl ~ Level of Motivation, zero or positive | Effect of Arousal on Stress= WITH LOOKUP ( Arousal, ([(0,0)-(5,5)],(0,0),(5,5) )) ~ Dmnl ~ Function of increasing Stress with Arousal | Arousal= INTEG ( +Rising Arousal-Arousal Fades, 1) ~ Dmnl ~ Level of Arousal, zero to 5, 1 corresponds to equilibrium | Ar Adj Time= 1 ~ Day ~ Time over which Arousal fades | Ar Resp Time= 1 ~ Day ~ Time over which Arousal responds to stimuli | Effect of Stress on Accuracy= WITH LOOKUP ( Arousal*Stress, ([(0,0)-(25,1)],(0,1),(1,1),(5,0.98),(10,0.9),(15,0.75),(20,0.5),(25,0.25) )) ~ Dmnl ~ Function of falling Accuracy at high levels of Arousal*Stress | Effect of Motivation on Effort= WITH LOOKUP ( Arousal*Motivation, ([(0,0)-(25,2)],(0,0.8),(1,1),(2,1.1),(5,1.3),(10,1.5),(15,1.6),(25,1.7) )) ~ Dmnl ~ Function for rising effort with Arousal*Motivation | Motivation Resp Time= 7 ~ Day ~ Time over which motivation responds to factors | Stress Adj Time= 7 ~ Day [1,20,1] ~ Adjustment time for Stress relief | Stress Resp Time= 3 ~ Day ~ Time over which Stress responds to Arousal | Effect of Mood on Motivation= WITH LOOKUP ( Mood, ([(-5,-5)-(5,5)],(-5,-2),(-1,0),(1,0),(5,2) )) ~ Dmnl ~ Function for improved Motivation with positive Mood, falling with negative \ Mood | Permanent Motivation= 1 ~ Dmnl ~ Dispositional level of Motivation, must be greater than zero | Motivation Adj Time= 15 ~ Day [1,20,1] ~ Time over which Motivation decays to permanent level | Stress= INTEG ( Stress Buildup-Stress Relief, 1) ~ Dmnl ~ Level of Stress, zero to 5 | ******************************************************** .Emotion ********************************************************~ | Effect of Stress on Mood= WITH LOOKUP ( Stress, ([(0,-5)-(5,1)],(0,0),(1,0),(2,0),(3,-0.5),(4,-2),(5,-4) )) ~ Dmnl ~ Function for worsening Mood with high Stress | Effect of Performance on Mood= WITH LOOKUP ( (Percieved Completion Rate-Work Rate Goal)/Work Rate Goal, ([(-1,-2)-(1,2)],(-1,-2),(0,0),(1,2) )) ~ Dmnl ~ Function for better or worse mood as exceed or miss goals | Total Effect on Mood= Disposition+Effect of Performance on Mood+Effect of Stress on Mood ~ Dmnl ~ Total of Stress, Disposition, and Performance effects | Improving Mood= MAX( 0, (Total Effect on Mood-Mood)/Mood Resp Time ) ~ Dmnl/Day ~ Improving mood due to good performance or to return to baseline | Worsening Mood= MAX( 0, (Mood-Total Effect on Mood)/Mood Resp Time ) ~ Dmnl/Day ~ Worsening mood, due to stress, performance shortfall, or returning to \ baseline | Mood Resp Time= 7 ~ days ~ Time over which Mood responds to effects | Mood= INTEG ( +Improving Mood-Worsening Mood, Disposition) ~ Dmnl ~ Immediate affective state, positive neutral or negative. Subject to \ various changes, adjusts over time to Disposition | Disposition= 0 ~ Dmnl ~ Unidimensional measure of long term affective disposition | ******************************************************** .Control ********************************************************~ Simulation Control Parameters | FINAL TIME = 120 ~ Day ~ The final time for the simulation. | INITIAL TIME = 0 ~ Day ~ The initial time for the simulation. | SAVEPER = 0.5 ~ Day [0,?] ~ The frequency with which output is stored. | TIME STEP = 0.125 ~ Day [0,?] ~ Time period simulation is recalculated | \\\---/// Sketch information - do not modify anything except names V300 Do not put anything below this section - it will be ignored *Overview $192-192-192,0,Times New Roman|12||0-0-0|0-0-0|0-0-255|-1--1--1|-1--1--1|96,96 12,1,0,484,203,70,51,3,71,0,8,-1,0,2,0,0-0-0,0-0-0,|16||0-0-0 Behavior 12,2,0,339,402,70,51,3,71,0,8,-1,0,5,0,0-0-0,0-0-0,|16||0-0-0 Emotion 12,3,0,660,408,70,51,3,71,0,8,-1,0,3,0,0-0-0,0-0-0,|16||0-0-0 Cognition 1,4,2,1,1,0,0,12,1,0,0,128-128-128,|12||0-0-0,1|(432,296)| 1,5,1,3,1,0,0,12,1,0,0,128-128-128,|12||0-0-0,1|(551,314)| 1,6,3,2,1,0,0,12,1,0,0,128-128-128,|12||0-0-0,1|(494,377)| 1,7,1,2,1,0,0,12,1,0,0,128-128-128,|12||0-0-0,1|(380,281)| 1,8,2,3,1,0,0,12,1,0,0,128-128-128,|12||0-0-0,1|(511,431)| 1,9,3,1,1,0,0,12,1,0,0,128-128-128,|12||0-0-0,1|(596,279)| \\\---/// Sketch information - do not modify anything except names V300 Do not put anything below this section - it will be ignored *behavior $192-192-192,0,Times New Roman|12||0-0-0|0-128-0|-1--1--1|-1--1--1|-1--1--1|96,96 12,1,0,161,34,40,13,8,4,0,24,-1,0,1,0,0-0-0,0-0-0,|16|U|0-0-0 Behavior 10,2,Work in Progress,471,228,40,20,3,3,0,1,0,0,0,0,0-0-0,0-0-0,|12||0-0-0 12,3,48,228,224,10,8,0,3,0,0,-1,0,0,0 1,4,5,3,100,0,0,22,1,0,0,0-128-0,|12||0-0-0,1|(265,224)| 11,5,48,301,224,8,8,37,3,0,0,1,0,0,0 10,6,Work Arrival Rate,301,243,59,11,40,3,0,0,-1,0,0,0 12,7,48,758,224,10,8,0,3,0,0,-1,0,0,0 1,8,10,7,4,0,0,22,1,0,0,0-128-0,|12||0-0-0,1|(680,223)| 1,9,10,2,100,0,0,22,1,0,0,0-128-0,|12||0-0-0,1|(554,223)| 11,10,48,605,223,8,8,37,3,0,0,1,0,0,0 10,11,Work Completion Rate,605,250,54,19,40,3,0,0,-1,0,0,0 1,12,5,2,4,0,0,22,1,0,0,0-128-0,|12||0-0-0,1|(370,224)| 10,13,Availability Limits,609,141,55,11,8,3,0,0,0,0,0,0 10,14,Normal Work Rate,206,164,46,19,8,3,0,0,0,0,0,0 10,15,Work Input,299,115,47,11,8,2,0,2,-1,0,0,0,0-128-0,0-0-0,|12||128-128-128 1,16,14,5,1,0,43,0,3,0,0,0-0-255,|12||0-0-0,1|(274,191)| 1,17,2,13,1,0,45,0,3,0,0,0-0-255,|12||0-0-0,1|(499,150)| 1,18,13,10,1,0,43,0,1,0,0,0-0-255,|12||0-0-0,1|(619,201)| 10,19,Effect of Motivation on Effort,446,349,64,19,8,3,0,0,0,0,0,0 1,20,19,24,1,0,43,0,3,0,0,160-160-160,|12||0-0-0,1|(559,334)| 1,21,22,11,1,0,43,0,1,0,0,0-0-255,|12||0-0-0,1|(691,307)| 10,22,Accuracy,706,371,31,11,8,3,0,0,-1,0,0,0 10,23,Maximum Accuracy,538,491,73,15,8,3,0,0,-1,0,0,0 10,24,Effort,637,342,19,11,8,3,0,0,0,0,0,0 10,25,Effect of Stress on Accuracy,762,507,59,19,8,3,0,0,-1,0,0,0 1,26,25,22,1,0,43,0,1,0,0,160-160-160,|12||128-128-128,1|(735,415)| 1,27,24,11,1,0,43,0,1,0,0,0-0-255,|12||0-0-0,1|(643,312)| 10,28,Normal Accuracy,521,455,56,11,8,3,0,0,0,0,0,0 10,29,Normal Effort,516,413,44,11,8,3,0,0,0,0,0,0 1,30,28,22,1,0,0,0,3,0,0,0-0-255,|12||0-0-0,1|(643,413)| 1,31,29,24,1,0,43,0,1,0,0,0-0-255,|12||0-0-0,1|(598,381)| 10,32,Pulse Quantity,246,72,55,11,8,2,0,2,-1,0,0,0,0-128-0,0-0-0,|12||128-128-128 10,33,Step Height,362,72,47,11,8,2,0,2,-1,0,0,0,0-128-0,0-0-0,|12||128-128-128 10,34,Backlog Limits,414,153,47,11,8,3,0,0,0,0,0,0 1,35,2,34,1,0,45,0,1,0,0,0-0-255,|12||0-0-0,1|(455,182)| 1,36,34,5,1,0,43,0,3,0,0,0-0-255,|12||0-0-0,1|(334,175)| 1,37,15,5,0,0,0,0,1,64,0,160-160-160,|12||0-0-0,1|(299,164)| 1,38,23,22,1,0,43,0,3,0,0,0-0-255,|12||0-0-0,1|(668,422)| 10,39,Arousal,491,490,35,11,8,2,1,3,-1,0,0,0,128-128-128,0-0-0,|12||128-128-128 1,40,39,25,0,1,0,0,0,0,0,-1--1--1,,1|(607,497)| 10,41,Stress,472,509,30,11,8,2,1,3,-1,0,0,0,128-128-128,0-0-0,|12||128-128-128 1,42,41,25,0,1,0,0,0,0,0,-1--1--1,,1|(595,508)| 10,43,Arousal,633,567,35,11,8,2,1,3,-1,0,0,0,128-128-128,0-0-0,|12||128-128-128 1,44,43,19,0,1,0,0,0,0,0,-1--1--1,,1|(547,467)| 10,45,Motivation,614,586,44,11,8,2,1,3,-1,0,0,0,128-128-128,0-0-0,|12||128-128-128 1,46,45,19,0,1,0,0,0,0,0,-1--1--1,,1|(537,477)| 10,47,Normal Completion Rate,344,437,54,19,8,3,0,0,0,0,0,0 10,48,Effect of Backlog on Arousal,155,375,56,19,8,3,0,0,0,0,0,0 10,49,Desired Completion Time,347,489,55,19,8,3,0,0,0,0,0,0 1,50,28,47,0,0,0,0,1,64,0,160-160-160,|12||0-0-0,1|(438,446)| 1,51,29,47,0,0,0,0,1,64,0,160-160-160,|12||0-0-0,1|(441,423)| 1,52,47,53,1,0,43,0,1,0,0,0-0-255,|12||0-0-0,1|(269,447)| 10,53,Normal Backlog,189,435,52,10,8,3,0,0,0,0,0,0 1,54,49,53,1,0,43,0,1,0,0,0-0-255,|12||0-0-0,1|(254,476)| 1,55,53,34,0,1,0,2,1,64,0,160-160-160,|12||0-0-0,1|(296,299)| 1,56,53,13,0,1,0,2,1,64,0,160-160-160,|12||0-0-0,1|(392,292)| 1,57,53,48,0,0,45,0,1,0,0,0-0-255,|12||0-0-0,1|(178,415)| 1,58,2,48,1,0,43,0,1,0,0,0-0-255,|12||0-0-0,1|(211,334)| 10,59,Effect of Motivation on Arousal,155,407,68,19,8,2,1,3,-1,0,0,0,128-128-128,0-0-0,|12||128-128-128 1,60,59,48,0,1,0,0,0,0,0,-1--1--1,,1|(155,398)| 10,61,Percieved Completion Rate,848,260,54,19,8,3,0,0,0,0,0,0 10,62,Monitoring Period,845,325,57,11,8,3,0,0,0,0,0,0 10,63,Work Rate Goal,845,103,53,11,8,3,0,0,0,0,0,0 1,64,11,61,1,0,43,0,1,0,0,0-0-255,|12||0-0-0,1|(752,249)| 1,65,62,61,0,0,0,0,1,64,0,160-160-160,|12||0-0-0,1|(845,303)| 10,66,Effect of Performance on Mood,849,170,70,19,8,3,0,0,-1,0,0,0 1,67,63,66,0,0,45,0,1,0,0,0-0-255,|12||0-0-0,1|(845,125)| 1,68,61,66,0,0,43,0,1,0,0,0-0-255,|12||0-0-0,1|(848,222)| 1,70,53,2,0,0,0,0,0,0,1,-1--1--1,,1|(316,340)| \\\---/// Sketch information - do not modify anything except names V300 Do not put anything below this section - it will be ignored *cognition: a & s $192-192-192,0,Times New Roman|12||0-0-0|0-0-0|-1--1--1|-1--1--1|-1--1--1|96,96 12,1,0,148,125,132,22,8,4,0,24,-1,0,1,0,0-0-0,0-0-0,|16|U|0-0-0 Cognition : Arousal & Stress 10,2,Stress,285,508,40,20,3,3,0,1,0,0,0,0,0-0-0,0-0-0,|12||0-0-0 10,3,Effect of Motivation on Effort,417,326,64,19,8,3,0,0,-1,0,0,0 10,4,Effect of Stress on Accuracy,275,325,59,19,8,3,0,0,0,0,0,0 1,5,2,4,1,0,45,0,1,0,0,0-0-255,|12||0-0-0,1|(241,383)| 10,6,Effect of Arousal on Stress,570,570,54,19,8,3,0,0,0,0,0,0 12,7,48,463,510,10,8,0,3,0,0,-1,0,0,0 1,8,10,2,4,0,0,22,1,0,0,0-128-0,|12||0-0-0,1|(353,510)| 1,9,10,7,100,0,0,22,1,0,0,0-128-0,|12||0-0-0,1|(425,510)| 11,10,48,389,510,8,8,37,3,0,1,1,0,0,0,0-128-0,0-0-0,|12||0-0-0 10,11,Stress Buildup,389,529,46,11,40,3,0,0,-1,0,0,0 12,12,48,94,507,10,8,0,3,0,0,-1,0,0,0 1,13,15,12,4,0,0,22,1,0,0,0-128-0,|12||0-0-0,1|(135,507)| 1,14,15,2,100,0,0,22,1,0,0,0-128-0,|12||0-0-0,1|(213,507)| 11,15,48,174,507,8,8,37,3,0,1,1,0,0,0,0-128-0,0-0-0,|12||0-0-0 10,16,Stress Relief,174,526,40,11,40,3,0,0,-1,0,0,0 1,17,6,11,1,0,43,0,1,0,0,0-0-255,|12||0-0-0,1|(459,571)| 10,18,Stress Resp Time,355,612,55,11,8,3,0,0,0,0,0,0 1,19,18,11,1,0,45,0,3,0,0,0-0-255,|12||0-0-0,1|(381,575)| 10,20,Effect of Stress on Mood,119,329,59,19,8,3,0,0,-1,0,0,0 1,21,2,20,1,0,45,0,1,0,0,0-0-255,|12||0-0-0,1|(150,410)| 10,22,Stress Adj Time,294,578,51,11,8,3,0,0,-1,0,0,0 1,23,22,16,1,0,45,0,3,0,0,0-0-255,|12||0-0-0,1|(210,575)| 1,24,2,16,1,0,43,0,1,0,0,0-0-255,|12||0-0-0,1|(228,546)| 10,25,Arousal,719,373,40,20,3,3,0,1,0,0,0,0,0-0-0,0-0-0,|12||0-0-0 12,26,48,936,377,10,8,0,3,0,0,-1,0,0,0 1,27,29,25,4,0,0,22,3,0,0,0-128-0,|12||0-0-0,1|(797,379)| 1,28,29,26,100,0,0,22,3,0,0,0-128-0,|12||0-0-0,1|(888,379)| 11,29,48,843,379,8,8,37,3,0,1,1,0,0,0,0-128-0,0-0-0,|12||0-0-0 10,30,Rising Arousal,843,398,46,11,40,3,0,0,-1,0,0,0 12,31,48,526,375,10,8,0,3,0,0,-1,0,0,0 1,32,34,31,4,0,0,22,1,0,0,0-128-0,|12||0-0-0,1|(563,376)| 1,33,34,25,100,0,0,22,1,0,0,0-128-0,|12||0-0-0,1|(643,376)| 11,34,48,599,376,8,8,37,3,0,1,1,0,0,0,0-128-0,0-0-0,|12||0-0-0 10,35,Arousal Fades,599,403,48,19,40,3,0,0,-1,0,0,0 1,36,25,34,1,0,43,0,1,0,0,0-0-255,|12||0-0-0,1|(651,338)| 10,37,Ar Adj Time,738,291,41,11,8,3,0,0,0,0,0,0 1,38,37,34,1,0,45,0,1,0,0,0-0-255,|12||0-0-0,1|(658,308)| 1,39,25,6,1,0,43,0,1,0,0,0-0-255,|12||0-0-0,1|(673,500)| 1,40,25,4,1,0,45,0,1,0,0,0-0-255,|12||0-0-0,1|(377,431)| 1,41,25,3,1,0,43,0,1,0,0,0-0-255,|12||0-0-0,1|(469,399)| 10,42,Ar Resp Time,972,313,45,11,8,3,0,0,0,0,0,0 1,43,42,29,1,0,45,0,1,0,0,0-0-255,|12||0-0-0,1|(882,340)| 10,44,Motivation,507,248,44,11,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|12||128-128-128 1,45,44,3,0,0,0,0,3,0,0,160-160-160,|12||128-128-128,1|(471,278)| 10,46,Work in Progress,1029,416,33,19,8,2,1,3,-1,0,0,0,128-128-128,0-0-0,|12||128-128-128 10,47,Effect of Motivation on Arousal,626,167,64,19,8,3,0,0,-1,0,0,0 1,48,44,47,0,0,0,0,1,0,0,160-160-160,|12||0-0-0,1|(554,215)| 1,49,25,29,1,0,45,0,1,0,0,0-0-255,|12||0-0-0,1|(791,341)| 10,50,Effect of Backlog on Arousal,792,216,56,19,8,3,0,0,-1,0,0,0 10,51,Normal Backlog,927,116,69,15,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|12||128-128-128 1,52,51,50,0,0,0,0,1,0,0,160-160-160,|12||0-0-0,1|(867,159)| 10,53,Work in Progress,771,119,72,10,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|12||128-128-128 1,54,53,50,0,0,0,0,1,0,0,160-160-160,|12||0-0-0,1|(778,156)| 1,55,47,50,0,0,43,0,1,0,0,160-160-160,|12||0-0-0,1|(706,189)| 1,56,50,34,1,0,45,0,1,0,0,0-0-255,|12||0-0-0,1|(622,285)| 1,57,50,29,1,0,43,0,1,0,0,0-0-255,|12||0-0-0,1|(855,291)| 1,58,2,11,1,0,45,0,1,0,0,0-0-255,|12||0-0-0,1|(328,545)| 1,59,6,16,1,0,45,0,1,0,0,0-0-255,|12||0-0-0,1|(206,607)| \\\---/// Sketch information - do not modify anything except names V300 Do not put anything below this section - it will be ignored *cognition: m $192-192-192,0,Times New Roman|12||0-0-0|0-0-0|-1--1--1|-1--1--1|-1--1--1|96,96 12,1,0,356,100,98,25,8,4,0,24,-1,0,1,0,0-0-0,0-0-0,|16|U|0-0-0 Cognition : Motivation 10,2,Motivation,564,342,40,20,3,3,0,1,0,0,0,0,0-0-0,0-0-0,|12||0-0-0 10,3,Effect of Mood on Motivation,266,450,59,19,8,3,0,0,0,0,0,0 12,4,48,764,346,10,8,0,3,0,0,-1,0,0,0 12,5,48,355,341,10,8,0,3,0,0,-1,0,0,0 1,6,8,5,4,0,0,22,1,0,0,0-128-0,|12||0-0-0,1|(400,341)| 1,7,8,2,100,0,0,22,1,0,0,0-128-0,|12||0-0-0,1|(488,341)| 11,8,48,444,341,8,8,37,3,0,1,1,0,0,0,0-128-0,0-0-0,|12||0-0-0 10,9,Motivation Decay,444,360,56,11,40,3,0,0,-1,0,0,0 1,10,2,8,1,0,43,0,1,0,0,0-0-255,|12||0-0-0,1|(494,304)| 10,11,Permanent Motivation,273,524,35,19,8,3,0,0,0,0,0,0 10,12,Motivation Resp Time,578,450,53,19,8,3,0,0,0,0,0,0 10,13,Motivation Adj Time,562,404,49,19,8,3,0,0,0,0,0,0 1,14,13,9,1,0,45,0,1,0,0,0-0-255,|12||0-0-0,1|(482,388)| 10,15,Mood,152,368,30,11,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|12||128-128-128 1,16,15,3,1,0,43,0,3,0,0,160-160-160,|12||0-0-0,1|(197,402)| 1,17,19,2,4,0,0,22,1,0,0,0-128-0,|12||0-0-0,1|(637,344)| 1,18,19,4,100,0,0,22,1,0,0,0-128-0,|12||0-0-0,1|(720,344)| 11,19,1244,679,344,8,8,37,3,0,1,1,0,0,0,0-128-0,0-0-0,|12||0-0-0 10,20,Rising Motivation,679,363,55,11,40,3,0,0,-1,0,0,0 1,21,2,19,1,0,45,0,1,0,0,0-0-255,|12||0-0-0,1|(657,315)| 1,22,11,35,1,0,43,0,1,0,0,0-0-255,|12||0-0-0,1|(429,551)| 1,23,35,20,1,0,43,0,1,0,0,0-0-255,|12||0-0-0,1|(659,490)| 1,24,35,9,1,0,45,0,1,0,0,0-0-255,|12||0-0-0,1|(433,407)| 10,25,Effect of Motivation on Effort,597,132,64,19,8,3,0,0,-1,0,0,0 10,26,Arousal,749,122,35,11,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|12||128-128-128 1,27,26,25,1,0,0,0,3,0,0,160-160-160,|12||128-128-128,1|(690,140)| 1,28,2,25,1,0,43,0,1,0,0,0-0-255,|12||0-0-0,1|(559,193)| 10,29,Motivation Limit,431,264,52,11,8,3,0,0,0,0,0,0 1,30,2,29,1,0,45,0,1,0,0,0-0-255,|12||0-0-0,1|(516,277)| 1,31,29,8,1,0,43,0,1,0,0,0-0-255,|12||0-0-0,1|(414,308)| 1,32,12,20,1,0,45,0,1,0,0,0-0-255,|12||0-0-0,1|(647,405)| 10,33,Effect of Motivation on Arousal,785,180,72,24,8,3,0,0,0,0,0,0 1,34,2,33,1,0,43,0,1,0,0,0-0-255,|12||0-0-0,1|(675,206)| 10,35,Total Effect on Motivation,523,519,47,19,8,3,0,0,0,0,0,0 1,36,3,35,1,0,43,0,1,0,0,0-0-255,|12||0-0-0,1|(408,515)| 1,37,11,2,0,0,0,0,0,0,1,-1--1--1,,1|(411,437)| \\\---/// Sketch information - do not modify anything except names V300 Do not put anything below this section - it will be ignored *emotion $192-192-192,0,Times New Roman|12||0-0-0|0-0-0|0-0-255|-1--1--1|-1--1--1|96,96 12,1,0,221,114,39,13,8,4,0,24,-1,0,1,0,0-0-0,0-0-0,|16|U|0-0-0 Emotion 10,2,Disposition,684,168,36,11,8,3,0,0,0,0,0,0 10,3,Mood,441,376,40,20,3,3,0,1,0,0,0,0,0-0-0,0-0-0,|12||0-0-0 12,4,48,225,371,10,8,0,3,0,0,-1,0,0,0 1,5,7,4,4,0,0,22,1,0,0,0-128-0,|12||0-0-0,1|(268,371)| 1,6,7,3,100,0,0,22,1,0,0,0-128-0,|12||0-0-0,1|(359,371)| 11,7,48,310,371,8,8,37,3,0,1,1,0,0,0,0-128-0,0-0-0,|12||0-0-0 10,8,Worsening Mood,310,390,56,11,40,3,0,0,-1,0,0,0 1,9,3,8,1,0,43,0,1,0,0,0-0-255,|12||0-0-0,1|(363,418)| 10,10,Effect of Stress on Mood,672,113,59,19,8,3,0,0,0,0,0,0 10,11,Effect of Mood on Motivation,684,492,59,19,8,3,0,0,-1,0,0,0 1,12,3,11,1,0,43,0,1,0,0,0-0-255,|12||0-0-0,1|(565,490)| 10,13,Stress,827,108,30,11,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|12||128-128-128 1,14,13,10,1,0,45,0,3,0,0,160-160-160,|12||0-0-0,1|(763,103)| 12,15,48,668,375,10,8,0,3,0,0,-1,0,0,0 1,16,18,3,4,0,0,22,1,0,0,0-128-0,|12||0-0-0,1|(523,374)| 1,17,18,15,100,0,0,22,1,0,0,0-128-0,|12||0-0-0,1|(619,374)| 11,18,48,573,374,8,8,37,3,0,1,1,0,0,0,0-128-0,0-0-0,|12||0-0-0 10,19,Improving Mood,573,393,54,11,40,3,0,0,-1,0,0,0 1,20,2,28,1,0,43,0,1,0,0,0-0-255,|12||0-0-0,1|(574,183)| 1,21,3,19,1,0,45,0,1,0,0,0-0-255,|12||0-0-0,1|(514,419)| 10,22,Mood Resp Time,442,301,56,11,8,3,0,0,0,0,0,0 1,23,22,7,1,0,45,0,1,0,0,0-0-255,|12||0-0-0,1|(361,302)| 1,24,22,18,1,0,45,0,1,0,0,0-0-255,|12||0-0-0,1|(523,303)| 10,25,Effect of Performance on Mood,456,120,70,19,8,3,0,0,-1,0,0,0 1,26,25,28,1,0,43,0,1,0,0,0-0-255,|12||0-0-0,1|(471,172)| 1,27,10,28,1,0,43,0,3,0,0,0-0-255,|12||0-0-0,1|(535,152)| 10,28,Total Effect on Mood,504,219,47,19,8,3,0,0,0,0,0,0 1,29,28,7,1,0,45,0,1,0,0,0-0-255,|12||0-0-0,1|(357,244)| 1,30,28,18,1,0,43,0,1,0,0,0-0-255,|12||0-0-0,1|(583,293)| 10,31,Percieved Completion Rate,602,42,71,22,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|12||128-128-128 1,32,31,25,1,0,43,0,1,0,0,160-160-160,|12||0-0-0,1|(520,75)| 10,33,Work Rate Goal,461,38,61,15,8,2,0,3,-1,0,0,0,128-128-128,0-0-0,|12||128-128-128 1,34,33,25,1,0,45,0,1,0,0,160-160-160,|12||0-0-0,1|(449,65)| 1,35,2,3,0,0,0,0,0,0,1,-1--1--1,,1|(573,262)| \\\---/// Sketch information - do not modify anything except names V300 Do not put anything below this section - it will be ignored *Inputs $192-192-192,0,Times New Roman|12||0-0-0|0-0-0|0-0-255|-1--1--1|-1--1--1|96,96 10,1,Work Input,251,221,38,11,0,3,0,0,-1,0,0,0 10,2,Step Time,309,115,33,11,0,3,0,0,-1,0,0,0 10,3,Step Height,256,60,38,11,0,3,0,0,-1,0,0,0 10,4,Pulse Time,115,110,35,11,0,3,0,0,-1,0,0,0 10,5,Pulse Quantity,125,68,46,11,0,3,0,0,-1,0,0,0 10,6,TIME STEP,118,161,50,11,0,2,0,3,-1,0,0,0,128-128-128,0-0-0,|16||128-128-128 10,7,Ramp Slope,314,391,40,11,0,3,0,0,-1,0,0,0 10,8,Ramp Start Time,157,387,54,11,0,3,0,0,-1,0,0,0 10,9,Ramp End Time,232,433,51,11,0,3,0,0,-1,0,0,0 1,10,6,1,0,0,0,0,0,0,0,-1--1--1,,1|(177,188)| 1,11,2,1,0,0,0,0,0,0,0,-1--1--1,,1|(283,161)| 1,12,3,1,0,0,0,0,0,0,0,-1--1--1,,1|(253,133)| 1,13,4,1,0,0,0,0,0,0,0,-1--1--1,,1|(177,161)| 1,14,5,1,0,0,0,0,0,0,0,-1--1--1,,1|(183,139)| 1,15,7,1,0,0,0,0,0,0,0,-1--1--1,,1|(284,312)| 1,16,8,1,0,0,0,0,0,0,0,-1--1--1,,1|(200,310)| 1,17,9,1,0,0,0,0,0,0,0,-1--1--1,,1|(240,333)| 10,18,Break Time,67,221,38,11,8,3,0,0,0,0,0,0 10,19,Break Duration,70,255,49,11,8,3,0,0,0,0,0,0 10,20,Break Magnitude,75,292,55,11,8,3,0,0,0,0,0,0 1,21,18,1,0,0,0,0,1,0,0,0-0-255,|12||0-0-0,1|(152,221)| 1,22,19,1,0,0,0,0,1,0,0,0-0-255,|12||0-0-0,1|(158,238)| 1,23,20,1,0,0,0,0,1,0,0,0-0-255,|12||0-0-0,1|(156,259)| 12,24,0,506,152,150,150,3,44,0,0,1,0,0,0 BACKLOG 12,25,0,822,327,150,150,3,44,0,0,1,0,0,0 COGNITIVE_AND_EMOTION 12,26,0,504,459,150,150,3,44,0,0,1,0,0,0 PERFORMANCE ///---\\\ :L<%^E!@ 1:pulses.vdf 1:SDS_pulse.vdf 1:SDS_step.vdf 1:play.vdf 8:C:\Documents and Settings\skuk\My Documents\micro org\MicroOrg.vgd 9:pulses 22:$,Dollar,Dollars,$s 22:Day,Days 22:Hour,Hours 22:Month,Months 22:Person,People,Persons 22:Unit,Units 22:Week,Weeks 22:Year,Years 18:SDS_pulse.vsc 20:C:\Documents and Settings\skuk\My Documents\SDSsen.lst 15:0,0,0,0,0,0 19:5,0 27:2, 4:Time 5:Effect of Motivation on Effort 24:0 25:120 26:120