Skip to content

Commit

Permalink
Merge pull request #73 from PerfectFit-project/385-dialogs-duaration
Browse files Browse the repository at this point in the history
adapted duration
  • Loading branch information
wbaccinelli authored Jul 17, 2023
2 parents d3eb9c3 + 0134ec0 commit a01df1b
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions helper/definitions.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,13 +162,17 @@ class VideoLinks(str, Enum):
the first number indicates the minimum expected completion time,
the second number indicated the maximum expected completion time """

DialogExpectedDuration = {Components.FUTURE_SELF_LONG: 27,
Components.GENERAL_ACTIVITY: (6, 10),
Components.MEDICATION_TALK: 6,
Components.PREPARATION_INTRODUCTION: 7,
Components.PROFILE_CREATION: (2, 3),
Components.TRACK_BEHAVIOR: 7,
Components.FIRST_AID_KIT: 4,
DialogExpectedDuration = {Components.FUTURE_SELF_LONG: 28,
Components.GENERAL_ACTIVITY: (14, 18),
Components.MEDICATION_TALK: 7,
Components.PREPARATION_INTRODUCTION: 8,
Components.PROFILE_CREATION: (5, 9),
Components.TRACK_BEHAVIOR: 8,
Components.FIRST_AID_KIT: 5,
Components.FUTURE_SELF_SHORT: 15,
Components.EXECUTION_INTRODUCTION: 7,
Components.GOAL_SETTING: (18, 22),
Components.WEEKLY_REFLECTION: (13, 17),
Components.RELAPSE_DIALOG: (13, 17),
Components.CLOSING_DIALOG: (9, 13)
}

0 comments on commit a01df1b

Please sign in to comment.