Waiting time question

Hi guys

I need to create these two questions :

1-How long did you wait to receive the service? In hours and minutes
I need the respondent to enter the number of hours and minutes

2-The period of the training course (start date & end date).

I need the respondent to enter the start date and end date.

could you please help me on this matter

Thank you

Welcome to the community, @baleegh! You could use two integer question types for Q1 and two date question types for Q2 to capture this information. You should be able to learn more about the question types from our support article List of Question Types.

Thank you @Kal_Lam
I mean, can I do it in one question and not in two questions?

@baleegh, you should be able to do it but you will need to use the regex code in order to capture it in your required format by following this support article Restricting Text Responses With Regular Expressions. You should be able to learn more about regex from our previous discussion that has happened here.