Change dropdown options based on day of week?

Change dropdown options based on day of week?

I am making a member sign-in app with a field for class check in.  I would like to change the available fields based on the day of the week.  Has someone already solved this problem?

I have created a class schedule form with class names in rows, and decisions boxes for each day of the week.  I would like be able to list class names in a dropdown on the sign-in form where day offered = true on the class schedule form, with the column reference changing based on the present day of the week.  Is this possible? Can someone propose a solution to this, or a better method?