Ejemplo n.º 1
0
        public XmlElement AddRevisionTopic(XmlDocument xml)
        {
            var revisionTopicNode = ChapterNodeGenerator.Generate(xml, new ChapterNodeGeneratorSettings
            {
                DisplayName = "Review",
                UrlName     = "jqb8xtxn9ub55a7pnlys9e1zmyl5xf7u",
                CfaType     = "revision",
                Locked      = "no"
            });

            return(revisionTopicNode);
        }
Ejemplo n.º 2
0
        public XmlElement AddFinalExamTopic(XmlDocument xml)
        {
            var finalExamTopicNode = ChapterNodeGenerator.Generate(xml, new ChapterNodeGeneratorSettings
            {
                DisplayName = "Final Exam",
                UrlName     = "lysuv2kibu68r387yhboz5mfh5sxg3ve",
                CfaType     = "final_exam",
                Locked      = "no"
            });

            return(finalExamTopicNode);
        }
Ejemplo n.º 3
0
        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);
        }