Questionnaire
Author
Antonette
Last Updated
9 years ago
License
Creative Commons CC BY 4.0
Abstract
A questionnaire example.
A questionnaire example.
\documentclass[12pt]{article}\pagestyle{myheadings}
\title{Questionnaire}
\markright{ Questionnaire}
\usepackage{amsmath,amssymb,amsthm,amsfonts,graphics}
\theoremstyle{plain}
\newtheorem{theorem}{Theorem}
\newtheorem{lemma}[theorem]{Lemma}
\newtheorem{corollary}[theorem]{Corollary}
\newtheorem{proposition}[theorem]{Proposition}
\newtheorem*{definition}{Definition}
\renewcommand{\qedsymbol}{\ensuremath{\blacksquare}}
\newcommand{\N}{\mathbb{N}}
\newcommand{\Z}{\mathbb{Z}}
\newcommand{\Q}{\mathbb{Q}}
\newcommand{\R}{\mathbb{R}}
\newcommand{\C}{\mathbb{C}}
\begin{document}
\begin{enumerate}
\item To what extent do you think that the proposed user segments can increase the clearness of the system’s scope in this project? \\
% what is the difference between clearness, accuracy, completeness - Mohammad we have to be clear what these three words imply. A person doing this survey might be confused
% use the word 'improve' instead of 'increase'
O Strongly disagree O Disagree O Neither agree nor disagree O Agree O Strongly agree
\item To what extent do you think that the proposed user segments can decrease the requirement ambiguity in this project? \\
% To what extent do you think that the proposed user segment provides unambiquous requirements in this project?
O Strongly disagree O Disagree O Neither agree nor disagree O Agree O Strongly agree
\item To what extent do you think that the proposed user segments can increase the requirement accuracy and correctness in this project? \\
%To what extent d you think that the proposed user segment improves the accuracy and correctness of of requirements in this project?
O Strongly disagree O Disagree O Neither agree nor disagree O Agree O Strongly agree
\item To what extent do you think that the proposed user segments can \textbf{increase} the shared understanding about users’ requirements between stakeholders in this project?\\
% change the word increase
O Strongly disagree O Disagree O Neither agree nor disagree O Agree O Strongly agree
\item To what extent do you think user segmentation can increase the requirement completeness in this project? \\
O Strongly disagree O Disagree O Neither agree nor disagree O Agree O Strongly agree
\item To what extent do you think user segmentation can increase the requirement consistency in this project? \\
O Strongly disagree O Disagree O Neither agree nor disagree O Agree O Strongly agree
\item To what extent do you think that the proposed user segments can help to prioritize users’ requirements in this project? \\
% good question
O Strongly disagree O Disagree O Neither agree nor disagree O Agree O Strongly agree
\item To what extent do you think that the proposed user segments can help trace the accomplishment of requirements in the final product? \\
% This is a good question.
% Although I'm not convinced the other questions are clear enough for Diana. The words 'clear'; 'consise' ; consistent, complete can be ambiguous on its own. what are we measuring here - need to be clear what we want from her or anyone.
O Strongly disagree O Disagree O Neither agree nor disagree O Agree O Strongly agree
\item If you think the proposed user segments and their prioritize don't make sense or you are not agree with its usefulness or correctness would you please explain your reasons or comments? \\
% In your opinion, in what ways do you think user segmentation would help gather requirements for a project?
% In your opinion, in what ways do you think the 'prioritization' of user segments would help gather and manage requirements in a project?
In your opinion, do the proposed user segments and their priorities make sense to you? If yes, please explain.
% If no, can you please explain why not?
...............................................................................................................\\
...............................................................................................................\\
...............................................................................................................\\
...............................................................................................................\\
...............................................................................................................\\
...............................................................................................................\\
...............................................................................................................\\
...............................................................................................................\\
...............................................................................................................\\
...............................................................................................................\\
...............................................................................................................\\
...............................................................................................................\\
...............................................................................................................\\
...............................................................................................................\\
...............................................................................................................\\
...............................................................................................................\\
\end{enumerate}
\end{document}