|
@@ -400,6 +400,7 @@ namespace Hotline.Application.Exam.Service.Practices
|
|
|
var practiceQuestionOptionTable = _practiceQuestionOptionsRepository.Queryable();
|
|
|
|
|
|
var queryResult = practiceQuestionTable.InnerJoin(practiceQuestionOptionTable, (p, o) => p.QuestionId == o.QuestionId && p.Id == o.PracticeQuestionId)
|
|
|
+ .OrderBy((p,o)=>o.Label)
|
|
|
.Select((p, o) => new PracticeQuestionOptionsDto
|
|
|
{
|
|
|
Content = o.Content,
|