Table of Contents

Interface IQuizAttemptStore

Namespace
InSite.Application.QuizAttempts.Read
Assembly
Shift.Sdk.dll
public interface IQuizAttemptStore
Extension Methods

Methods

Delete(Guid)

bool Delete(Guid attemptId)

Parameters

attemptId Guid

Returns

bool

DeleteByQuizId(Guid)

bool DeleteByQuizId(Guid quizId)

Parameters

quizId Guid

Returns

bool

Insert(TQuizAttempt)

void Insert(TQuizAttempt attempt)

Parameters

attempt TQuizAttempt

Update(TQuizAttempt)

void Update(TQuizAttempt attempt)

Parameters

attempt TQuizAttempt