Skip to content

Commit

Permalink
final version
Browse files Browse the repository at this point in the history
  • Loading branch information
kheath17 committed Sep 24, 2018
1 parent 9d361d2 commit b35fff6
Show file tree
Hide file tree
Showing 45 changed files with 586 additions and 428 deletions.
1 change: 0 additions & 1 deletion en-us/Learning_and_training_specialization.ditamap
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<created date="2017-04-20"/>
</critdates>
</topicmeta>
<topicref href="Learning_and_training_specialization/topics/lc_l-and-t_intro.dita"></topicref>
<mapref href="Learning_and_training_specialization/maps/m_overview.ditamap"/>
<mapref href="Learning_and_training_specialization/maps/m_topic_types.ditamap"/>
<mapref href="Learning_and_training_specialization/maps/m_learningContent.ditamap"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
</lcMatchingPair>
<lcMatchingPair>
<lcItem>&lt;lcObjectives></lcItem>
<lcMatchingItem>One or more items you will complete upon finishing the content</lcMatchingItem>
<lcMatchingItem>A preliminary list of one or more purposes for the
content</lcMatchingItem>
</lcMatchingPair>
<lcMatchingPair>
<lcItem>&lt;lcChallenge></lcItem>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE learningAssessment PUBLIC "-//OASIS//DTD DITA Learning Assessment//EN" "learningAssessment.dtd">
<learningAssessment id="lca_assessment_elements">
<title>LearningAssessment Elements</title>
<title>LearningAssessment elements</title>
<learningAssessmentbody>
<lcInteraction>
<lcSequencing id="assessment_element_order">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE learningAssessment PUBLIC "-//OASIS//DTD DITA Learning Assessment//EN" "learningAssessment.dtd">
<learningAssessment id="lca_best_practices">
<title>Assessment Best Practices</title>
<title>Assessment best practices</title>
<learningAssessmentbody>
<lcInteraction>
<lcTrueFalse id="all-above">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,22 @@
<lcQuestion>Which element is the best fit for a question with a multiple-choice answer selection and only one correct answer? (pick one)</lcQuestion>
<lcAnswerOptionGroup>
<lcAnswerOption>
<lcAnswerContent>&lt;lcMultipleSelect></lcAnswerContent>
<lcAnswerContent>&lt;lcSingleChoice2></lcAnswerContent>
</lcAnswerOption>
<lcAnswerOption>
<lcAnswerContent>&lt;lcSingleSelect></lcAnswerContent>
<lcFeedback>It is better to use the single select question from the learningDomain2</lcFeedback>
<lcAnswerContent>&lt;lcMatching2></lcAnswerContent>
</lcAnswerOption>
<lcAnswerOption>
<lcAnswerContent>&lt;lcSingleSelect2></lcAnswerContent>
<lcCorrectResponse/>
</lcAnswerOption>
<lcAnswerOption>
<lcAnswerContent>&lt;lcMultipleSelect2></lcAnswerContent>
<lcFeedback>You may be able to use this interaction type and only mark one answer as correct, but it would make more sense to use &lt;lcSingleSelect2></lcFeedback>
</lcAnswerOption>
<lcAnswerOption>
<lcAnswerContent>&lt;lcMultipleChoice2></lcAnswerContent>
<lcFeedback>This is not the correct name of an interaction element.</lcFeedback>
</lcAnswerOption>
</lcAnswerOptionGroup>
</lcSingleSelect>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<learningAssessmentbody>
<lcInteraction>
<lcTrueFalse id="all-above">
<lcQuestion>It is preferable to use elements from learningDomain2 as opposed to the
first learningDomain.</lcQuestion>
<lcQuestion>It is better to use elements from learningDomain2 as opposed to the
initial learningDomain.</lcQuestion>
<lcAnswerOptionGroup>
<lcAnswerOption>
<lcAnswerContent>True</lcAnswerContent>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
<learningAssessmentbody>
<lcInteraction>
<lcTrueFalse id="t-f_l-map-elements">
<lcQuestion>It is possible to place a &lt;topicref> element within a &lt;learningGroup>
element.</lcQuestion>
<lcQuestion>You can use the &lt;topicref> element to reference other DITA topics from a &lt;learningGroup> element.</lcQuestion>
<lcAnswerOptionGroup>
<lcAnswerOption>
<lcAnswerContent>True</lcAnswerContent>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@
<lcQuestion>Select the correct way to write a reference to a learning plan within a learning object in a learning object map. (pick one)</lcQuestion>
<lcAnswerOptionGroup>
<lcAnswerOption>
<lcAnswerContent>&lt;learningObjectRef href=”#.dita”/></lcAnswerContent>
<lcAnswerContent>&lt;learningObjectRef href=”file.dita”/></lcAnswerContent>
</lcAnswerOption>
<lcAnswerOption>
<lcAnswerContent>&lt;learningGroupRef href=”#.dita”/></lcAnswerContent>
<lcAnswerContent>&lt;learningGroupRef href=”file.dita”/></lcAnswerContent>
</lcAnswerOption>
<lcAnswerOption>
<lcAnswerContent>&lt;learningPlanRef href=”#.dita”/></lcAnswerContent>
<lcAnswerContent>&lt;learningPlanRef href=”file.dita”/></lcAnswerContent>
<lcCorrectResponse/>
</lcAnswerOption>
<lcAnswerOption>
<lcAnswerContent>&lt;learningRef href=”#.dita”/></lcAnswerContent>
<lcAnswerContent>&lt;learningRef href=”file.dita”/></lcAnswerContent>
</lcAnswerOption>
</lcAnswerOptionGroup>
</lcSingleSelect>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<learningAssessmentbody>
<lcInteraction>
<lcTrueFalse id="t-f_object-naming">
<lcQuestion>Which element allows you to name a learning object?</lcQuestion>
<lcQuestion>Which element allows you to name a learning object? (pick one)</lcQuestion>
<lcAnswerOptionGroup>
<lcAnswerOption>
<lcAnswerContent>&lt;title/></lcAnswerContent>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- This file is part of the DITA Training project hosted on
github.com. See the accompanying LICENSE file for
applicable licenses.-->
<learningAssessment id="lca_content" xml:lang="en-US">
<learningAssessment id="lca_assessment" xml:lang="en-US">
<title>learningAssessment</title>
<shortdesc/>
<prolog>
Expand All @@ -15,20 +15,20 @@
</prolog>
<learningAssessmentbody>
<lcInteraction id="lcInteraction_pnx_5lq_4cb">
<lcTrueFalse2>
<lcQuestion2>You use the &lt;learningAssessment> topic type for quizzes, assignments, and
other exercises (true/false).</lcQuestion2>
<lcAnswerOptionGroup2 id="lcAnswerOptionGroup2_cdq_wlq_4cb">
<lcAnswerOption2>
<lcAnswerContent2>True</lcAnswerContent2>
<lcCorrectResponse2/>
</lcAnswerOption2>
<lcAnswerOption2>
<lcAnswerContent2>False</lcAnswerContent2>
<lcFeedback2>The &lt;learningAssessment> topic type can be used for any type of question posed to the student, including quizzes and assignments.</lcFeedback2>
</lcAnswerOption2>
</lcAnswerOptionGroup2>
</lcTrueFalse2>
<lcTrueFalse id="t-f-interaction">
<lcQuestion>You use the &lt;learningAssessment> topic type for quizzes, assignments, and
other exercises (true/false).</lcQuestion>
<lcAnswerOptionGroup id="lcAnswerOptionGroup2_cdq_wlq_4cb">
<lcAnswerOption>
<lcAnswerContent>True</lcAnswerContent>
<lcCorrectResponse/>
</lcAnswerOption>
<lcAnswerOption>
<lcAnswerContent>False</lcAnswerContent>
<lcFeedback>The &lt;learningAssessment> topic type can be used for any type of question posed to the student, including quizzes and assignments.</lcFeedback>
</lcAnswerOption>
</lcAnswerOptionGroup>
</lcTrueFalse>
</lcInteraction>
</learningAssessmentbody>
</learningAssessment>
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@
</prolog>
<learningAssessmentbody>
<lcInteraction>
<lcTrueFalse2>
<lcQuestion2>You must create a &lt;learningPlan> in order to use the L&amp;T specialization. (true/false).</lcQuestion2>
<lcAnswerOptionGroup2 id="optiongroup_lplan">
<lcAnswerOption2>
<lcAnswerContent2>True</lcAnswerContent2>
<lcFeedback2>The &lt;learningPlan> topic type is optional.</lcFeedback2>
</lcAnswerOption2>
<lcAnswerOption2>
<lcAnswerContent2>False</lcAnswerContent2>
<lcCorrectResponse2/>
</lcAnswerOption2>
</lcAnswerOptionGroup2>
</lcTrueFalse2>
<lcTrueFalse id="t-f_l-plan">
<lcQuestion>You must create a &lt;learningPlan> in order to use the L&amp;T specialization. (true/false).</lcQuestion>
<lcAnswerOptionGroup id="optiongroup_lplan">
<lcAnswerOption>
<lcAnswerContent>True</lcAnswerContent>
<lcFeedback>The &lt;learningPlan> topic type is optional.</lcFeedback>
</lcAnswerOption>
<lcAnswerOption>
<lcAnswerContent>False</lcAnswerContent>
<lcCorrectResponse/>
</lcAnswerOption>
</lcAnswerOptionGroup>
</lcTrueFalse>
</lcInteraction>
</learningAssessmentbody>
</learningAssessment>
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,16 @@
<title>Learning Content</title>
<topicref href="../topics/lc_learningContent_intro.dita">
<topicmeta lockmeta="yes">
<data name="lesson_id" value="11277"/>
<data name="lesson_id" value="12501"/>
</topicmeta>
<topicref href="../topics/lc_learningContent_topic_type.dita"/>
<topicref href="../topics/lc_learningContent_elements.dita"/>
<topicref href="../topics/lc_learningContent_embedded_topics.dita"/>

<topicref href="../../shared/topics/lcc_assessment.dita" copy-to="lcc_learning_domain.dita"
locktitle="yes">
<topicmeta>
<navtitle>Assessment for Elements for learning content</navtitle>
<navtitle>Assessment for &lt;learningContent></navtitle>
</topicmeta>
<topicref href="../assessments/learning_content/lca_lcontent.dita"/>
<topicref href="../assessments/learning_content/lca_contentbody2.dita"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>Elements for questions and responses</title>
<topicref href="../topics/lc_learning-domain_intro.dita">
<topicmeta lockmeta="yes">
<data name="lesson_id" value="11277"/>
<data name="lesson_id" value="12502"/>
</topicmeta>
<topicref href="../topics/lc_assessment_and_interactions.dita"/>
<topicref href="../topics/lc_interaction_types.dita"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<title>Learning objects and learning groups</title>
<topicref href="../topics/lc_objects_and_groups_intro.dita">
<topicmeta lockmeta="yes">
<data name="lesson_id" value="11277"/>
<data name="lesson_id" value="12503"/>
</topicmeta>
<topicref href="../topics/lc_working_with_learning_objects.dita"/>
<topicref href="../topics/lc_learning_object_elements.dita"/>
<topicref href="../topics/lc_learning_object_elements.dita"/>
<topicref href="../topics/lc_working_with_learning_groups.dita"/>
<topicref href="../topics/lc_learning_maps.dita"/>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>Overview</title>
<topicref href="../topics/lc_learning_overview.dita">
<topicmeta lockmeta="yes">
<data name="lesson_id" value="11277"/>
<data name="lesson_id" value="12499"/>
</topicmeta>
<topicref href="../../shared/topics/lc_general_housekeeping.dita"/>
<topicref href="../topics/lc_topics__maps__and_domains.dita"/>
Expand All @@ -15,7 +15,7 @@
<topicref href="../../shared/topics/lcc_assessment.dita" copy-to="lcc_learning_overview.dita"
locktitle="yes">
<topicmeta>
<navtitle>Assessment for Learning and Training Overview</navtitle>
<navtitle>Assessment for Learning and Training overview</navtitle>
</topicmeta>
<topicref href="../assessments/learning_overview/lca_specialization.dita"/>
<topicref href="../assessments/learning_overview/lca_lms.dita"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@
<title>The Learning and Training topic types</title>
<topicref href="../topics/lc_types_intro.dita">
<topicmeta lockmeta="yes">
<data name="lesson_id" value="11277"/>
<data name="lesson_id" value="12500"/>
</topicmeta>
<topicref href="../topics/lc_learningPlan_details.dita"/>
<topicref href="../topics/lc_learningOverview_details.dita"/>
<topicref href="../topics/lc_learningContent_details.dita"/>
<topicref href="../topics/lc_learningSummary_details.dita"/>
<topicref href="../topics/lc_learningAssessment_details.dita"/>

<topicref href="../../shared/topics/lcc_assessment.dita" copy-to="lcc_topic_types.dita"
locktitle="yes">
<topicmeta>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@
<lcInteraction>
</lcInteraction>
</learningAssessmentbody>
</learningAssessment>
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<learningGroupMap>
<title>Feeding Ducks</title>
<learningGroup>
<learningPlanRef href="lp_feedingducks.dita"/>
<learningOverviewRef href="lo_feedingducks.dita"/>
<learningPlanRef href="../lp_feedingducks.dita"/>
<learningOverviewRef href="../lo_feedingducks.dita"/>

<learningGroup>
<topicmeta>
Expand All @@ -15,19 +15,19 @@
<topicmeta>
<navtitle>Topic 1</navtitle>
</topicmeta>
<learningPlanRef href="lp_l1_t1_feed_quality.dita"/>
<learningOverviewRef href="lo_l1_t1_feed_quality.dita"/>
<learningContentRef href="lc_l1_t1_where_to_buy.dita"/>
<learningContentRef href="lc_l1_t1_storage.dita"/>
<learningContentRef href="lc_l1_t1_spoiling.dita"/>
<learningContentRef href="lc_l1_t1_ingredient_quality.dita"/>
<learningSummaryRef href="ls_l1_t1_summary.dita"/>
<learningPostAssessmentRef href="lg_l1_t1_quiz.dita" type="learningGroup"/>
<learningPlanRef href="../lp_l1_t1_feed_quality.dita"/>
<learningOverviewRef href="../lo_l1_t1_feed_quality.dita"/>
<learningContentRef href="../lc_l1_t1_where_to_buy.dita"/>
<learningContentRef href="../lc_l1_t1_storage.dita"/>
<learningContentRef href="../lc_l1_t1_spoiling.dita"/>
<learningContentRef href="../lc_l1_t1_ingredient_quality.dita"/>
<learningSummaryRef href="../ls_l1_t1_summary.dita"/>
<learningPostAssessmentRef href="../lg_l1_t1_quiz.dita" type="learningGroup"/>
</learningObject>

</learningGroup>
</learningGroup>
</learningGroupMap>




Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE learningOverview PUBLIC "-//OASIS//DTD DITA Learning Overview//EN" "learningOverview.dtd">
<learningOverview id="lo_feedingducks">
<title>Course Overview for Feeding Ducks</title>
<shortdesc></shortdesc>
<learningOverviewbody>
<lcAudience id="lcAudience_rth_l4r_rcb">This course is intended for current or future owners of small- to medium-sized flocks of domestic ducks. </lcAudience>
<lcDuration id="lcDuration_ohs_l4r_rcb">
<lcTime value="3 weeks"/>
</lcDuration>
<lcObjectives id="lcObjectives_j3w_l4r_rcb">
<lcObjectivesStem>At the end of this course, students will be able to:</lcObjectivesStem>
<lcObjectivesGroup id="lcObjectivesGroup_cdr_2pr_rcb">
<lcObjective>List the most important aspects of feed quality</lcObjective>
<lcObjective>Describe the common forms of feed and their pros and cons.</lcObjective>
<lcObjective>List the physical requirements of feeders and waterers </lcObjective>
<lcObjective>Summarize macro and micro nutritional needs of ducks.</lcObjective>
<lcObjective>List the four most common diseases in ducks and how they can be controled by feeding.</lcObjective>
<lcObjective>Identify the most common predators for ducks and how to limit predation</lcObjective>
</lcObjectivesGroup>
</lcObjectives>
</learningOverviewbody>
</learningOverview>
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE learningPlan PUBLIC "-//OASIS//DTD DITA Learning Plan//EN" "learningPlan.dtd">
<learningPlan id="lp_feedingducks">
<title>Plan for Feeding Ducks</title>
<shortdesc></shortdesc>
<learningPlanbody>
<lcProject id="lcProject_dq2_c4r_rcb">
<lcClient id="lcClient_itm_4bs_rcb"/>
<lcPlanTitle id="lcPlanTitle_rty_4bs_rcb">
<p>Feeding Ducks</p>
</lcPlanTitle>
<lcCIN id="lcCIN_gml_qbs_rcb"/>
<lcDelivDate id="lcDelivDate_z3q_qbs_rcb"/>
<lcPlanSubject id="lcPlanSubject_lss_qbs_rcb">
<title>Course subject</title>
<p>How to feed a small- to medium -sized flock of domestic ducks.</p>
</lcPlanSubject>
<lcPlanDescrip id="lcPlanDescrip_dnw_3bs_rcb">
<title>Course Description</title>
<p>This course is intended for owners of small- to medium-sized flocks of domestic ducks. Topics covered include:</p>
<ul>
<li>Feed Quality<ul id="ul_i2d_lds_rcb">
<li>Source</li>
<li>Protection</li>
<li>Contamination and spoilage</li>
</ul></li>
<li>Feed Form</li>
<li>Feeders and waterers</li>
<li>Nutritional requirements</li>
<li>Controlling disease</li>
<li>Avoiding predation</li>
</ul>
</lcPlanDescrip>
</lcProject>
<lcNeedsAnalysis id="lcNeedsAnalysis_wf4_c4r_rcb">
<title>Needs analysis</title>
</lcNeedsAnalysis>
<lcGapAnalysis id="lcGapAnalysis_dk5_c4r_rcb"/>
<lcIntervention id="lcIntervention_xv2_d4r_rcb"/>
<lcTechnical id="lcTechnical_ump_d4r_rcb"/>
</learningPlanbody>
</learningPlan>
Loading

0 comments on commit b35fff6

Please sign in to comment.