I use this makro to define a question:
\def\bigfreequestion#1\par{#1\par\nobreak
\begingroup\nobreak
\advance\leftskip by 1pc
\hrule width 0pt height 1.7\baselineskip\hrulefill
\hrule width 0pt height 1.7\baselineskip\hrulefill
\hrule width 0pt height 1.7\baselineskip\hrulefill
\hrule width 0pt height 1.7\baselineskip\hrulefill
\hrule width 0pt height 1.7\baselineskip\hrulefill
\par
\medskip
\endgroup
}
Then I use it like this:
\section{Remarks}
\bigfreequestion What did you like the most? \par \bigskip
\bigfreequestion What didn't you like? \par \bigskip
\bigfreequestion Please share your suggestions how to improve the prototype: \par \bigskip
\bigfreequestion Please share any other remarks: \par
But the problem is, the first question is indented correctly:

Any hints how to correct that?