I insert text to text box of Google form via jQuery

I insert text to text box of Google form via jQuery

Class structure below

<div class="quantumWizTextinputPaperinputInputArea"><input class="quantumWizTextinputPaperinputInput exportInput" jsname="YPqjbf" autocomplete="off" tabindex="0" aria-label="Q1" aria-describedby="i.desc.1641263984 i.err.1641263984" name="entry.1911185614" value="" dir="auto" data-initial-dir="auto" data-initial-value="" type="text"><div jsname="LwH6nd" class="quantumWizTextinputPaperinputPlaceholder exportLabel">Your answer</div></div>


$("#entry.1911185614").attr("value", "Text to insert");
   
Tried but no luck