コード例 #1
0
 public MarkCourseSelfCompletedModel ViewChoice(ChoiceOptionsInputModel choiceOptionsInputModel)
 {
     return(Post <MarkCourseSelfCompletedModel, ChoiceOptionsInputModel>("mod_choice_view_choice", choiceOptionsInputModel));
 }
コード例 #2
0
 public ChoiceResultsModel GetChoiceResults(ChoiceOptionsInputModel choiceOptionsInputModel)
 {
     return(Post <ChoiceResultsModel, ChoiceOptionsInputModel>("mod_choice_get_choice_results", choiceOptionsInputModel));
 }