diff --git a/webpack/components/response_sets/ResponseSetShow.js b/webpack/components/response_sets/ResponseSetShow.js index d9cb0eb2..3a0c4b4a 100644 --- a/webpack/components/response_sets/ResponseSetShow.js +++ b/webpack/components/response_sets/ResponseSetShow.js @@ -283,22 +283,6 @@ export default class ResponseSetShow extends Component { }} /> } - {responseSet.questions && responseSet.questions.length > 0 && -
-
-

Questions

-
-
- - {responseSet.questions.length > 10 && - - } -
-
- } - {responseSet.status === 'published' && - - }

Responses

@@ -325,6 +309,23 @@ export default class ResponseSetShow extends Component { }
+ {responseSet.status === 'published' && + + } + {responseSet.questions && responseSet.questions.length > 0 && +
+
+ The parent items window shows how content is being reused across the service. It helps to answer “where is this response set being used?”. The view shows the Questions that the response set is being used on.

} hideInfo={()=>this.setState({showInfoParentItems: false})} /> +

Parent Items

+
+
+ + {responseSet.questions.length > 10 && + + } +
+
+ }