public XmlElement AddRevisionTopic(XmlDocument xml) { var revisionTopicNode = ChapterNodeGenerator.Generate(xml, new ChapterNodeGeneratorSettings { DisplayName = "Review", UrlName = "jqb8xtxn9ub55a7pnlys9e1zmyl5xf7u", CfaType = "revision", Locked = "no" }); return(revisionTopicNode); }
public XmlElement AddFinalExamTopic(XmlDocument xml) { var finalExamTopicNode = ChapterNodeGenerator.Generate(xml, new ChapterNodeGeneratorSettings { DisplayName = "Final Exam", UrlName = "lysuv2kibu68r387yhboz5mfh5sxg3ve", CfaType = "final_exam", Locked = "no" }); return(finalExamTopicNode); }
public XmlElement AddIntroductionTopic(XmlDocument xml) { var introTopicNode = ChapterNodeGenerator.Generate(xml, new ChapterNodeGeneratorSettings { DisplayName = "Introduction", UrlName = "mrnwbbsgvab1y5faqfq7vv28e29yhsfk", CfaType = "intro", Description = "This is the introduction video.", Locked = "no" }); return(introTopicNode); }