We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 753d6bc commit 1327415Copy full SHA for 1327415
DigitalLearningSolutions.Data/DataServices/SelfAssessmentDataService/DCSAReportDataService.cs
@@ -48,7 +48,7 @@ FROM CandidateAssessmentLearningLogItems AS calli INNER JOIN
48
WHERE (NOT (lli.LearningResourceReferenceID IS NULL)) AND (calli.CandidateAssessmentID = ca.ID)) +
49
(SELECT COUNT(*) AS FilteredLearning
50
FROM FilteredLearningActivity AS fla
51
- WHERE (CandidateId = da.ID)) AS LearningCompleted,
+ WHERE (CandidateId = da.ID)) AS LearningLaunched,
52
(SELECT COUNT(*) AS LearningLaunched
53
FROM CandidateAssessmentLearningLogItems AS calli INNER JOIN
54
LearningLogItems AS lli ON calli.LearningLogItemID = lli.LearningLogItemID
0 commit comments