So let's say I have the following question:
*question: Which of these times of day work best for you to participate in this study? **Do not select a time that has already happened**
10 am ET
12 pm ET
2 pm ET
4 pm ET
6 pm ET
None of these times work
*type: checkbox
*save: time_preference
*throwaway
Is it possible to do something like
>> currentTime = calendar::time
if currentTime < "10 am":
>> options = ["10 am", "12 pm", "2 pm", "4 pm", "6 pm"]
to only show times later than current?