我的问卷调查.tex如下 -
\documentclass{article}
\usepackage{hyperref}
\begin{document}
\begin{Form}
We want to buildup a statistical model to predict tution fees of students. We will use these information to build up the model. Your privacy must be ensured. Please help us for developing the model by giving your inFormation mentioning below-\\\\
\TextField[name=name]{Name:}\\\\
\ChoiceMenu[radio,name=year]{Year:}{1st,2nd,3rd,4th,MS}\\\\
\ChoiceMenu[radio,name=university]{University:}{BUET,DMC,DU,JNU,JU}\\\\
\TextField[name=dept.]{Department:} \ChoiceMenu[radio,name=section]{Section:}{Science,Arts,Comerce}\\\\
\ChoiceMenu[radio,name=hsscsection]{HSSC Section:}{Science,Arts,Comerce}\\\\
\TextField[name=hsscCollege]{HSSC College:}\\\\
\TextField[name=hall]{Hall:}\ChoiceMenu[name=hall]{}{mess,Basha}\\\\
\TextField[name=homedistict]{Home Distict:}\\\\
\ChoiceMenu[name=foccupation]{Father's occupation:}\\\\
\ChoiceMenu[name=moccupation]{Mother's occupation:}\\\\
\TextField[name=familymembers]{Family members:}\\\\
\TextField[name=earningmembers]{No of earning members:}\\\\
\TextField[name=birthposition]{Birth Position:}\\\\
\ChoiceMenu[name=texperi]{no,1y,2y,3y,4y,4up}\\\\
\ChoiceMenu[name=scholarship]{Getting scholarship per month:}{0.00,1-2,2.1-3.0,3.1-4.0,4.1-5.0,5up}\\\\
\ChoiceMenu[name=takingmoneyhome]{Getting money per month from home:}{0.00,1-2,2.1-3.0,3.1-4.0,4.1-5.0,5up}\\\\
\TextField[name=tourcount]{Number of tour per year:}\\\\
\ChoiceMenu[name=meal]{From where taking meal:}{Hall dyning/mess, Hall canteen, hotel,Basha}\\\\
\ChoiceMenu[name=GF]{Having GF?}{yes,no}\\\\
\ChoiceMenu[name=smoker]{Smoker?}{yes,no}\\\\
\ChoiceMenu[name=readd]{Having readdmission?}{yes,no}\\\\
\ChoiceMenu[name=result]{Result:}{<2.5,<3.00,<3.5,<4.00}\\\\
\end{Form}
\end{document}
此代码的输出如下所示。
choicemenuYear
的选项显示在一行中(我喜欢),但有些(scholarship, taking meal etc.
)显示在垂直线上(我不喜欢)。并且单行选项不可勾选,而且它们的符号很奇怪。
我该如何解决这个问题?
如果复选按钮出现在选项之前,那么答案是最受欢迎的(可选要求)。即Year: [button1]1st year [button2]2nd year
而不是1st year[button1] 2nd year[option2]