When I say No, it was not attached, the next screen correctly says I should file a motion to dismiss.
When I say yes it was attached and no it's not a "covered unit," the next screen should have said I should file a motion to dismiss for other reasons, but it gave me the warning that I shouldn't do an Answer!
I need to fix this before moving on to answering the CARES follow-up questions and logic code.
#motion_to_dismiss_attachment.enabled = cares_act_attached_to_complaint and cares_act_rental_unit and not cares_act_got_30_days
#motion_to_dismiss_attachment.enabled = cares_act_attached_to_complaint and cares_act_rental_unit and (not cares_act_documentation_got_30_days or not cares_act_documentation_got_30_days)
id: rent pleadings requirement logic
or (cares_act_rental_unit and not cares_act_got_30_days) or (cares_act_rental_unit and not cares_act_documentation_got_30_days)
When I say No, it was not attached, the next screen correctly says I should file a motion to dismiss.
When I say yes it was attached and no it's not a "covered unit," the next screen should have said I should file a motion to dismiss for other reasons, but it gave me the warning that I shouldn't do an Answer!
I need to fix this before moving on to answering the CARES follow-up questions and logic code.
#motion_to_dismiss_attachment.enabled = cares_act_attached_to_complaint and cares_act_rental_unit and not cares_act_got_30_days
#motion_to_dismiss_attachment.enabled = cares_act_attached_to_complaint and cares_act_rental_unit and (not cares_act_documentation_got_30_days or not cares_act_documentation_got_30_days)
id: rent pleadings requirement logic
or (cares_act_rental_unit and not cares_act_got_30_days) or (cares_act_rental_unit and not cares_act_documentation_got_30_days)