public void Load(Guid feedbackId, VisitFeedback feedback)
 {
     FeedbackId = feedbackId;
     InformationAndCommunicationBeforeVisit = new FeedbackRatingRadioViewModel(feedback.FeedbackAnswers.InformationAndCommunicationBeforeVisit, "Information and communication before the visit", "InformationAndCommunicationBeforeVisit");
     AskDeliveryPartnerWhoVisited           = new FeedbackRatingRadioViewModel(feedback.FeedbackAnswers.AskDeliveryPartnerWhoVisited, "The ASK delivery partner who visited", "AskDeliveryPartnerWhoVisited");
     ActivitiesDelivered = new FeedbackRatingRadioViewModel(feedback.FeedbackAnswers.ActivitiesDelivered, "The activities they delivered", "ActivitiesDelivered");
 }
Exemplo n.º 2
0
 public void Load(Guid feedbackId, VisitFeedback feedback)
 {
     FeedbackId = feedbackId;
     RaisingKnowledgeAndAwareness               = new FeedbackRatingRadioViewModel(feedback.FeedbackAnswers.RaisingKnowledgeAndAwareness, "Raising knowledge and awareness of apprenticeships", "RaisingKnowledgeAndAwareness");
     DemonstratingTheRangeAndOptions            = new FeedbackRatingRadioViewModel(feedback.FeedbackAnswers.DemonstratingTheRangeAndOptions, "Demonstrating the range of occupations and levels available", "DemonstratingTheRangeAndOptions");
     ExplainingApplicationAndRecruitmentProcess = new FeedbackRatingRadioViewModel(feedback.FeedbackAnswers.ExplainingApplicationAndRecruitmentProcess, "Explaining the application and recruitment process for apprenticeships", "ExplainingApplicationAndRecruitmentProcess");
 }
Exemplo n.º 3
0
 public void Load(Guid feedbackId, VisitFeedback feedback)
 {
     FeedbackId = feedbackId;
     DemonstratingDifferentTypesOfEmployers = new FeedbackRatingRadioViewModel(feedback.FeedbackAnswers.DemonstratingDifferentTypesOfEmployers, "Demonstrating the different types of employers that offer apprenticeships", "DemonstratingDifferentTypesOfEmployers");
     IncreasingAwarenessOfHigherAndDegree   = new FeedbackRatingRadioViewModel(feedback.FeedbackAnswers.IncreasingAwarenessOfHigherAndDegree, "Increasing awareness of higher and degree apprenticeships", "IncreasingAwarenessOfHigherAndDegree");
     MakingStaffMoreConfident = new FeedbackRatingRadioViewModel(feedback.FeedbackAnswers.MakingStaffMoreConfident, "Making staff more confident to discuss apprenticeships with students and parents", "MakingStaffMoreConfident");
 }
 public void Load(Guid feedbackId, VisitFeedback feedback)
 {
     FeedbackId = feedbackId;
     ApprenticeOrEmployerParticipationRating = new FeedbackRatingRadioViewModel(feedback.FeedbackAnswers.ApprenticeOrEmployerParticipationRating, "How would you rate their participation", "ApprenticeOrEmployerParticipationRating");
     ApprenticeOrEmployerParticipateInVisit  = feedback.FeedbackAnswers.ApprenticeOrEmployerParticipateInVisit;
     ApprenticeOrEmployerParticipateComments = feedback.FeedbackAnswers.ApprenticeOrEmployerParticipateComments;
 }