Skip to content

Commit

Permalink
Adding comments
Browse files Browse the repository at this point in the history
added comments for replacement of questionnaire content
  • Loading branch information
carolinentran committed Jan 16, 2024
1 parent 3faabcc commit aa0cd5f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Behavior/Schedule/BehaviorScheduler.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ extension BehaviorScheduler {
// For the normal app usage, we schedule the task for every day at 8:00 AM
dateComponents = DateComponents(hour: 8, minute: 0)
}


// Replaced the localized titles/descriptions for prev questionnaire to the new questionnaire.
// Scheduling is kept the same for now.
// Path for JSON of modified questionnaire is now inputted.
return Task(
title: String(localized: "EMOTION_QUESTIONNAIRE_TITLE"),
description: String(localized: "EMOTION_QUESTIONNAIRE_DESCRIPTION"),
Expand Down

0 comments on commit aa0cd5f

Please sign in to comment.