Get desktop application:
View/edit binary Protocol Buffers messages
string quiz = 1
string quiz_uid = 2
string user = 3
string scenario = 4
string quiz = 1
string user = 2
string scenario = 3
string id = 1
string quiz = 2
string user = 3
string scenario = 4
string title = 1
string issuer = 2
bool shuffle = 3
uint32 pool_size = 4
uint32 max_attempts = 5
uint32 success_threshold = 6
string validation_type = 7
repeated Quiz quizzes = 1
string id = 1
string title = 2
string issuer = 3
bool shuffle = 4
uint32 pool_size = 5
uint32 max_attempts = 6
uint32 success_threshold = 7
string validation_type = 8
Used in: CreateQuizQuestion
string title = 1
bool correct = 2
Used in: CreateQuizRequest
string title = 1
string description = 2
string type = 3
bool shuffle = 4
string failure_message = 5
string success_message = 6
uint32 weight = 7
Used as response type in: QuizSvc.GetQuiz
Used as field type in: ListQuizzesResponse
string id = 1
string uid = 2
string title = 3
string issuer = 4
bool shuffle = 5
uint32 pool_size = 6
uint32 max_attempts = 7
uint32 success_threshold = 8
string validation_type = 9
Used in: QuizQuestion
string id = 1
string title = 2
bool correct = 3
Used as response type in: QuizEvaluationSvc.GetQuizEvaluation, QuizEvaluationSvc.GetQuizEvaluationForUser
Used as field type in: ListQuizEvaluationsResponse
string id = 1
string uid = 2
string quiz = 3
string user = 4
string scenario = 5
Used in: CreateQuizEvaluationRequest, QuizEvaluation, UpdateQuizEvaluationRequest
string creation_timestamp = 1
string timestamp = 2
uint32 attempt = 3
uint32 score = 4
bool pass = 5
Used in: Quiz
string id = 1
string title = 2
string description = 3
string type = 4
bool shuffle = 5
string failure_message = 6
string success_message = 7
uint32 weight = 8
repeated QuizAnswer answers = 10
Used in: UpdateQuizQuestion
string title = 1
bool correct = 2
Used in: UpdateQuizRequest
string title = 1
string description = 2
string type = 3
bool shuffle = 4
string failure_message = 5
string success_message = 6
uint32 weight = 7