diff --git a/lms/djangoapps/courseware/features/problems.feature b/lms/djangoapps/courseware/features/problems.feature index 58c0e90040..d41edcc613 100644 --- a/lms/djangoapps/courseware/features/problems.feature +++ b/lms/djangoapps/courseware/features/problems.feature @@ -115,7 +115,8 @@ Feature: LMS.Answer problems | drop down | incorrect | never | | multiple choice | incorrect | never | | checkbox | incorrect | never | - | radio | incorrect | never | + # TE-572 + #| radio | incorrect | never | #| string | incorrect | never | | numerical | incorrect | never | | formula | incorrect | never |