Skip to content

Commit

Permalink
fix: response time question unit
Browse files Browse the repository at this point in the history
  • Loading branch information
nsenave committed Dec 26, 2024
1 parent 2484d0a commit 2726dc8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
public class EnoAddResponseTimeSection implements ProcessingStep<EnoQuestionnaire> {

public static final String HOURS_VARIABLE_NAME = "HEURE_REMPL";
public static final String HOURS_VARIABLE_UNIT = "heures";
public static final String HOURS_VARIABLE_UNIT = "\"heures\"";
public static final String MINUTES_VARIABLE_NAME = "MIN_REMPL";
public static final String MINUTES_VARIABLE_UNIT = "minutes";
public static final String MINUTES_VARIABLE_UNIT = "\"minutes\"";
public static final String RESPONSE_TIME_SEQUENCE_ID = "TIME-SEQ";
public static final String RESPONSE_TIME_SEQUENCE_LABEL = "\"Temps de réponse\"";
public static final String HOURS_QUESTION_ID = "TIME-QUESTION-HEURE-REMPL";
Expand Down

0 comments on commit 2726dc8

Please sign in to comment.