@shard_2Feature: LMS.Conditional Module As a student, I want to view a Conditional component in the LMSScenario:A Conditional hides content when conditions aren't satisfiedGiven that a course has a Conditional conditioned on problem attempted=TrueAnd that the conditioned problem has not been attemptedWhen I view the conditionalThen the conditional contents are hiddenScenario:A Conditional shows content when conditions are satisfiedGiven that a course has a Conditional conditioned on problem attempted=TrueAnd that the conditioned problem has been attemptedWhen I view the conditionalThen the conditional contents are visibleScenario:A Conditional containing a Poll is updated when the poll is answeredGiven that a course has a Conditional conditioned on poll poll_answer=yesWhen I view the conditionalThen the conditional contents are hiddenWhen I answer the conditioned poll "yes"Then the conditional contents are visible