@model CPE.App.Web.Models.AdobeSessionViewModel @{ ViewBag.Title = "Session Details"; } Back to Sessions @Model.ParticipantSessionsDataResult.Count

@if(Model.MeetingSession.Recording) { Rebroadcast Details } else{ Session Details } - @Model.MeetingSession.Name


@foreach(var participantSessionData in Model.ParticipantSessionsDataResult) { }
Participant Date Start End Total Pause Actual Polls Responses % Complete Credits Mark Passed
@participantSessionData.Name @CPE.App.Web.Code.Extensions.GetLocalDateTime(participantSessionData.StartDate.Value).ToString("MM/dd/yyyy") @CPE.App.Web.Code.Extensions.GetLocalDateTime(participantSessionData.StartDate.Value).ToString("hh:mm tt") @CPE.App.Web.Code.Extensions.GetLocalDateTime(participantSessionData.EndDate.Value).ToString("hh:mm tt") @participantSessionData.TotalSessionTime.GetValueOrDefault() @participantSessionData.TotalSessionPauseTime.GetValueOrDefault() @participantSessionData.ActualSessionTime.GetValueOrDefault() @participantSessionData.SessionHeartbeatCount @participantSessionData.SessionEngagementCount @CPE.App.Web.Code.Extensions.GetPercentComplete(participantSessionData.SessionHeartbeatCount.Value, participantSessionData.SessionEngagementCount.Value) @participantSessionData.SessionCredit @if (CPE.App.Web.Code.Extensions.GetPollPercentComplete(participantSessionData.SessionHeartbeatCount.Value, participantSessionData.SessionEngagementCount.Value) < .75) { }


@if (Model.MeetingSession.Recording) {
} else {
Rebroadcast Schedule
}


Ticketed Participant Certificate Log

@foreach (var certResult in Model.WebcastPurchaseDataResult) { }
Participant Credits Certificate Overridden? Send Cert
@certResult.Name @certResult.Credits @if ((bool) certResult.EarnedCert) {Yes} @if ((bool) certResult.isForced) {***} @if ((bool) certResult.EarnedCert) { }




@foreach (var sessionReport in Model.GetSessionReportResult) { }
Participant Date Start End
@sessionReport.Name @CPE.App.Web.Code.Extensions.GetLocalDateTime(@sessionReport.StartDate.Value).ToString("MM/dd/yyyy") @CPE.App.Web.Code.Extensions.GetLocalDateTime(@sessionReport.StartDate.Value).ToString("hh:mm tt") @CPE.App.Web.Code.Extensions.GetLocalDateTime(@sessionReport.EndDate.Value).ToString("hh:mm tt")