-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathquestionaire.tex
33 lines (31 loc) · 2 KB
/
questionaire.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
\documentclass{article}
\usepackage[T1]{fontenc}
\usepackage[linkcolor=black]{hyperref}
\begin{document}
\begin{Form}
\renewcommand*{\LayoutCheckField}[2]{#2 #1}
We want to build up 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,align=0]{Name:}\\\\
\ChoiceMenu[radio,name=year]{Year:}{1st,2nd,3rd,4th,MS}\\\\
\ChoiceMenu[radio,name=university]{University:}{DU,BUET,DMC,JU,JNU}\\\\
\TextField[name=dept.]{Department:} \ChoiceMenu[radio,name=section]{Section:}{Science,Arts,Commerce}\\\\
\ChoiceMenu[radio,name=hsscsection]{HSC Section:}{Science,Arts,Commerce}\\\\
\TextField[name=hsscCollege]{HSC College:}\\\\
\TextField[name=hall]{Hall:}\ChoiceMenu[radio,name=hall]{}{mess,Basha}\\\\
\TextField[name=homedistict]{Home District:}\\\\
\ChoiceMenu[radio,name=foccupation]{Father's occupation:}{Farmer,Job holder,Businessman}\\\\
\ChoiceMenu[radio,name=moccupation]{Mother's occupation:}{Housewife,Job holder}\\\\
\TextField[name=familymembers]{Family members:}\\\\
\TextField[name=earningmembers]{No. of earning members:}\\\\
\TextField[name=birthposition]{Birth Position:}\\\\
\ChoiceMenu[radio,name=texperi]{Experienc as tutor:}{no,1y,2y,3y,4y,4up}\\\\
\ChoiceMenu[radio,name=scholarship]{Getting scholarship per month:}{0.00,1-2,2.1-3.0,3.1-4.0,4.1-5.0,5up}\\\\
\ChoiceMenu[radio,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[radio,name=meal]{From where taking meal:}{Hall dyning/mess, Hall canteen, hotel,Basha}\\\\
\ChoiceMenu[radio,name=GF]{Having GF?}{yes,no}\\\\
\ChoiceMenu[radio,name=smoker]{Smoker?}{yes,no}\\\\
\ChoiceMenu[radio,name=readd]{Having readdmission?}{yes,no}\\\\
\ChoiceMenu[radio,name=result]{Result:}{<2.5,<3.00,<3.5,<4.00}\\\\
\end{Form}
\end{document}