Try setting your select question to not require a response, then give the select question this custom JavaScript verification:
if (!$('#c4dDays').val().trim() && !$('#c4dWeeks').val().trim() && !SSI_GetValue('c4dSelect')) {
strErrorMessage = 'Error message here.';
}