Property | Type | Description | |
---|---|---|---|
answer | String | ||
answernum | int | ||
chartstyle | int | ||
createdat | System.DateTime | ||
modifiedat | System.DateTime | ||
numberofresponses | int | ||
participants | int? | ||
pollid | int | ||
pollname | String | ||
question | String | ||
questionid | int | ||
questiontype | int | ||
questnum | int? | ||
sessionid | int | ||
sessionname | String | ||
sessionparticipants | int | ||
shortanswertype | int | ||
totalparticipants | int |
Method | Description | |
---|---|---|
GetAnsweredMCQQuestions ( int sessionid, int userid ) : List |
||
GetAnsweredShortAnswerQuestions ( int questionid, int userid ) : List |
||
createDefaultObjects ( int pollid, int questionid ) : void | ||
createQuestion ( int questiontype, String question, int chartstyle, int questnum, int pollid ) : void | ||
deleteQuestion ( ) : void | ||
displayAllQuestions ( ) : List |
||
displayAttendance ( ) : List |
||
displayOneQuestionAnswer ( int pollID ) : List |
||
displayQuestions ( int poll ) : List |
||
displayQuestions ( int poll, System.DateTime start, System.DateTime end ) : List |
||
displayQuestionsAnswer ( ) : List |
||
displayQuestionsFromAPoll ( int poll ) : List |
||
excludeDemographicQuestions ( String demographicGroup ) : List |
||
getMaxID ( ) : int | ||
getQuestion ( int quid ) : |
||
includeDemographicQuestions ( String demographicGroup ) : List |
||
questionModel ( ) : System |
Empty Question Constructor
|
|
questionModel ( String pname, String ques, int sid, String ans, int total ) : System | ||
questionModel ( int qid ) : System | ||
questionModel ( int qid, int questiontype, String question, System.DateTime createdat, int pollid ) : System | ||
questionModel ( int qid, int questiontype, String question, String chartstyle, String questnum, System.DateTime createdat, int pollid ) : System | ||
questionModel ( int pollid, int qid, String question, int questiontype, System.DateTime createdat, int questnum ) : System | ||
questionModel ( int qid, int questiontype, String question, int chartstyle, int questnum, System.DateTime createdat, System.DateTime editedat, int pollid ) : System | ||
questionModel ( int qid, int questiontype, String question, int numberofresponses, int chartstyle, int shortanswertype, int questnum, System.DateTime createdat, System.DateTime modifiedat, int pollid ) : System | ||
questionModel ( int qid, int questiontype, int questnum, String question, int chartstyle, System.DateTime createdat, int pollid ) : System | ||
temp ( String demographicGroup ) : List |
||
updateQuestion ( int questionid, int questiontype, String question, int chartstyle, int num, int pollid ) : void |
public GetAnsweredMCQQuestions ( int sessionid, int userid ) : List |
||
sessionid | int | |
userid | int | |
return | List |
public GetAnsweredShortAnswerQuestions ( int questionid, int userid ) : List |
||
questionid | int | |
userid | int | |
return | List |
public createDefaultObjects ( int pollid, int questionid ) : void | ||
pollid | int | |
questionid | int | |
return | void |
public createQuestion ( int questiontype, String question, int chartstyle, int questnum, int pollid ) : void | ||
questiontype | int | |
question | String | |
chartstyle | int | |
questnum | int | |
pollid | int | |
return | void |
public displayOneQuestionAnswer ( int pollID ) : List |
||
pollID | int | |
return | List |
public displayQuestions ( int poll, System.DateTime start, System.DateTime end ) : List |
||
poll | int | |
start | System.DateTime | |
end | System.DateTime | |
return | List |
public displayQuestionsFromAPoll ( int poll ) : List |
||
poll | int | |
return | List |
public excludeDemographicQuestions ( String demographicGroup ) : List |
||
demographicGroup | String | |
return | List |
public getQuestion ( int quid ) : |
||
quid | int | |
return |
public includeDemographicQuestions ( String demographicGroup ) : List |
||
demographicGroup | String | |
return | List |
public questionModel ( String pname, String ques, int sid, String ans, int total ) : System | ||
pname | String | |
ques | String | |
sid | int | |
ans | String | |
total | int | |
return | System |
public questionModel ( int qid, int questiontype, String question, System.DateTime createdat, int pollid ) : System | ||
qid | int | |
questiontype | int | |
question | String | |
createdat | System.DateTime | |
pollid | int | |
return | System |
public questionModel ( int qid, int questiontype, String question, String chartstyle, String questnum, System.DateTime createdat, int pollid ) : System | ||
qid | int | |
questiontype | int | |
question | String | |
chartstyle | String | |
questnum | String | |
createdat | System.DateTime | |
pollid | int | |
return | System |
public questionModel ( int pollid, int qid, String question, int questiontype, System.DateTime createdat, int questnum ) : System | ||
pollid | int | |
qid | int | |
question | String | |
questiontype | int | |
createdat | System.DateTime | |
questnum | int | |
return | System |
public questionModel ( int qid, int questiontype, String question, int chartstyle, int questnum, System.DateTime createdat, System.DateTime editedat, int pollid ) : System | ||
qid | int | |
questiontype | int | |
question | String | |
chartstyle | int | |
questnum | int | |
createdat | System.DateTime | |
editedat | System.DateTime | |
pollid | int | |
return | System |
public questionModel ( int qid, int questiontype, String question, int numberofresponses, int chartstyle, int shortanswertype, int questnum, System.DateTime createdat, System.DateTime modifiedat, int pollid ) : System | ||
qid | int | |
questiontype | int | |
question | String | |
numberofresponses | int | |
chartstyle | int | |
shortanswertype | int | |
questnum | int | |
createdat | System.DateTime | |
modifiedat | System.DateTime | |
pollid | int | |
return | System |
public questionModel ( int qid, int questiontype, int questnum, String question, int chartstyle, System.DateTime createdat, int pollid ) : System | ||
qid | int | |
questiontype | int | |
questnum | int | |
question | String | |
chartstyle | int | |
createdat | System.DateTime | |
pollid | int | |
return | System |
public temp ( String demographicGroup ) : List |
||
demographicGroup | String | |
return | List |
public updateQuestion ( int questionid, int questiontype, String question, int chartstyle, int num, int pollid ) : void | ||
questionid | int | |
questiontype | int | |
question | String | |
chartstyle | int | |
num | int | |
pollid | int | |
return | void |