Method | Description | |
---|---|---|
GetAnswersForQuestion ( string id ) : Task |
||
GetFirstQuestion ( string pathwayId ) : Task |
||
GetJustToBeSafeQuestionsFirst ( string pathwayId ) : Task |
||
GetJustToBeSafeQuestionsNext ( string pathwayId, IEnumerable |
||
GetNextQuestion ( string id, string answer ) : Task |
||
GetQuestion ( string id ) : Task |
||
QuestionService ( IConfiguration configuration, IRestfulHelper restfulHelper ) : System.Collections.Generic |
public GetAnswersForQuestion ( string id ) : Task |
||
id | string | |
return | Task |
public GetFirstQuestion ( string pathwayId ) : Task |
||
pathwayId | string | |
return | Task |
public GetJustToBeSafeQuestionsFirst ( string pathwayId ) : Task |
||
pathwayId | string | |
return | Task |
public GetJustToBeSafeQuestionsNext ( string pathwayId, IEnumerable |
||
pathwayId | string | |
answeredQuestionIds | IEnumerable |
|
multipleChoice | bool | |
selectedQuestionId | string | |
return | Task |
public GetNextQuestion ( string id, string answer ) : Task |
||
id | string | |
answer | string | |
return | Task |
public QuestionService ( IConfiguration configuration, IRestfulHelper restfulHelper ) : System.Collections.Generic | ||
configuration | IConfiguration | |
restfulHelper | IRestfulHelper | |
return | System.Collections.Generic |