Click or drag to resize

SurveyReportControllerGetSurveyStatsForAdmins Method

Get a list with keynumbers for a specific survey. Total questions Completed questions Completed Percentage Missing questions Number of assignees

Namespace:  Omada.OE.Solution.OIM.AppLogic.SurveyFeature
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public Dictionary<string, Object> GetSurveyStatsForAdmins(
	int surveyId
)

Parameters

surveyId
Type: SystemInt32

Return Value

Type: DictionaryString, Object
See Also