Skip to content
Snippets Groups Projects
Commit d6aa9b24 authored by Anna Baack's avatar Anna Baack
Browse files

Update file Feedback.tsx

parent 232106d4
No related branches found
No related tags found
No related merge requests found
Pipeline #455420 failed
import * as Graph from '../../components/Graph';
import { H4 } from '../../components/Headings';
import { CollapsibleInfoBox } from "../../components/Collapsible";
import { Collapsible } from "../../components/Collapsible";
export function HPFeedback(){
......@@ -31,7 +31,7 @@ export function HPFeedback(){
<p>Additionally, there’s a clear demand for more information, especially via platforms like TV, social media, and the internet. Targeted educational campaigns through these channels will be crucial to increase awareness and understanding, helping to build on the existing optimism and foster greater acceptance of gene therapy, like we do in our various public outreach efforts for science communication.</p>
</div>
<div>
<CollapsibleInfoBox id="collapsible1" open={false} title="See the full results of our surveys">
<Collapsible id="collapsible1" open={false} title="See the full results of our surveys">
<div className="row align-items-center">
<div className="col">
<Graph.WhoAffectedatients/>
......@@ -115,11 +115,11 @@ export function HPFeedback(){
</div>
<div className="col">
<Graph.WhatFormMoreInfoPublic/>
<p>test</p>
<p>When asked how they would prefer to receive more information, 22.62% of respondents selected TV documentaries and programs as their preferred medium, while 16.63% expressed interest in websites and online resources (see diagram 11). This preference for visual and online formats aligns with the public’s general reliance on media for learning about CF and other medical topics. Social media and online communities (15.96%) also ranked highly, indicating that digital platforms are an effective way to reach a broad audience. These findings can guide future efforts to create engaging and informative content about CF and gene therapy.</p>
</div>
</div>
</CollapsibleInfoBox>
</Collapsible>
</div>
</div>
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment