Interface IAttemptAnalysisQuestion
- Namespace
- InSite.Application.Attempts.Read
- Assembly
- Shift.Sdk.dll
public interface IAttemptAnalysisQuestion
- Extension Methods
-
Properties
AttemptCount
int AttemptCount { get; }
Property Value
- int
NoAnswerAverageAttemptScorePercent
int NoAnswerAverageAttemptScorePercent { get; }
Property Value
- int
NoAnswerCount
int NoAnswerCount { get; }
Property Value
- int
NoAnswerItemRestCoefficient
double NoAnswerItemRestCoefficient { get; }
Property Value
- double
NoAnswerItemTotalCorrelation
double NoAnswerItemTotalCorrelation { get; }
Property Value
- double
NoAnswerRate
decimal NoAnswerRate { get; }
Property Value
- decimal
Question
Question Question { get; }
Property Value
- Question
SuccessCount
int SuccessCount { get; }
Property Value
- int
SuccessRate
double SuccessRate { get; }
Property Value
- double
Methods
GetOptions()
IEnumerable<IAttemptAnalysisOption> GetOptions()
Returns
- IEnumerable<IAttemptAnalysisOption>