Méthode | Description | |
---|---|---|
AnswerMultipleChoiceQuestion ( int selectedAnswer, int sessionid, int userid, int currentquestionid ) : void | ||
AnswerRankingQuestion ( String selectedAnswer, int sessionid, int userid, int currentquestionid ) : void | ||
AnswerShortAnswerQuestion ( String answer, int sessionid, int userid, int currentquestionid ) : void | ||
ConfirmationPage ( int sessionid, int pollid ) : System.Web.Mvc.ActionResult | ||
Create ( int pollID, String pollName ) : System.Web.Mvc.ActionResult | ||
Delete ( int sessionid ) : System.Web.Mvc.ActionResult | ||
Details ( int id ) : System.Web.Mvc.ActionResult | ||
Edit ( String sessionname, int sessionid, int pollid, decimal longitude, decimal latitude, System.DateTime time ) : System.Web.Mvc.ActionResult | ||
Index ( ) : System.Web.Mvc.ActionResult | ||
StartAsyncSession ( int sessionid, int pollid ) : System.Web.Mvc.ActionResult | ||
StartSyncSession ( int sessionid, int pollid ) : System.Web.Mvc.ActionResult | ||
TwoDimensionalChart ( String chartParameter ) : System.Web.Mvc.ActionResult | ||
ViewAvailableSession ( int userid ) : System.Web.Mvc.ActionResult | ||
caniseethegraph ( ) : System.Boolean | ||
isEmpty ( String answer ) : System.Boolean | ||
isRedundant ( String answer ) : System.Boolean | ||
setNextAnswer ( int currentQuestionId, int nextQuestionId, int sessionid, int userid ) : void |
Méthode | Description | |
---|---|---|
Create ( int pollID, String pollName, String name, decimal latitude, decimal longitude, String time, String longitudeBox, String latitudeBox ) : System.Web.Mvc.ActionResult | ||
Edit ( String sessionname, int sessionid, int pollid, decimal latitude, decimal longitude, String time, String longitudeBox, String latitudeBox ) : System.Web.Mvc.ActionResult | ||
StartAsyncSession ( String button ) : System.Web.Mvc.ActionResult | ||
StartSyncSession ( String load ) : System.Web.Mvc.ActionResult | ||
buildPlainSelectList ( List |
||
buildSelectList ( List |
public AnswerMultipleChoiceQuestion ( int selectedAnswer, int sessionid, int userid, int currentquestionid ) : void | ||
selectedAnswer | int | |
sessionid | int | |
userid | int | |
currentquestionid | int | |
Résultat | void |
public AnswerRankingQuestion ( String selectedAnswer, int sessionid, int userid, int currentquestionid ) : void | ||
selectedAnswer | String | |
sessionid | int | |
userid | int | |
currentquestionid | int | |
Résultat | void |
public AnswerShortAnswerQuestion ( String answer, int sessionid, int userid, int currentquestionid ) : void | ||
answer | String | |
sessionid | int | |
userid | int | |
currentquestionid | int | |
Résultat | void |
public ConfirmationPage ( int sessionid, int pollid ) : System.Web.Mvc.ActionResult | ||
sessionid | int | |
pollid | int | |
Résultat | System.Web.Mvc.ActionResult |
public Create ( int pollID, String pollName ) : System.Web.Mvc.ActionResult | ||
pollID | int | |
pollName | String | |
Résultat | System.Web.Mvc.ActionResult |
public Delete ( int sessionid ) : System.Web.Mvc.ActionResult | ||
sessionid | int | |
Résultat | System.Web.Mvc.ActionResult |
public Details ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
Résultat | System.Web.Mvc.ActionResult |
public Edit ( String sessionname, int sessionid, int pollid, decimal longitude, decimal latitude, System.DateTime time ) : System.Web.Mvc.ActionResult | ||
sessionname | String | |
sessionid | int | |
pollid | int | |
longitude | decimal | |
latitude | decimal | |
time | System.DateTime | |
Résultat | System.Web.Mvc.ActionResult |
public Index ( ) : System.Web.Mvc.ActionResult | ||
Résultat | System.Web.Mvc.ActionResult |
public StartAsyncSession ( int sessionid, int pollid ) : System.Web.Mvc.ActionResult | ||
sessionid | int | |
pollid | int | |
Résultat | System.Web.Mvc.ActionResult |
public StartSyncSession ( int sessionid, int pollid ) : System.Web.Mvc.ActionResult | ||
sessionid | int | |
pollid | int | |
Résultat | System.Web.Mvc.ActionResult |
public TwoDimensionalChart ( String chartParameter ) : System.Web.Mvc.ActionResult | ||
chartParameter | String | |
Résultat | System.Web.Mvc.ActionResult |
public ViewAvailableSession ( int userid ) : System.Web.Mvc.ActionResult | ||
userid | int | |
Résultat | System.Web.Mvc.ActionResult |
public caniseethegraph ( ) : System.Boolean | ||
Résultat | System.Boolean |
public isEmpty ( String answer ) : System.Boolean | ||
answer | String | |
Résultat | System.Boolean |
public isRedundant ( String answer ) : System.Boolean | ||
answer | String | |
Résultat | System.Boolean |
public setNextAnswer ( int currentQuestionId, int nextQuestionId, int sessionid, int userid ) : void | ||
currentQuestionId | int | |
nextQuestionId | int | |
sessionid | int | |
userid | int | |
Résultat | void |