Detached pages from XML courses are set to appropriate descriptor class (LMS-2094)
Add tests
This commit is contained in:
47
common/test/data/2014/about/overview.html
Normal file
47
common/test/data/2014/about/overview.html
Normal file
@@ -0,0 +1,47 @@
|
||||
<section class="about">
|
||||
<h2>About This Course</h2>
|
||||
<p>Include your long course description here. The long course description should contain 150-400 words. about page 463139</p>
|
||||
|
||||
<p>This is paragraph 2 of the long course description. Add more paragraphs as needed. Make sure to enclose them in paragraph tags.</p>
|
||||
</section>
|
||||
|
||||
<section class="prerequisites">
|
||||
<h2>Prerequisites</h2>
|
||||
<p>Add information about course prerequisites here.</p>
|
||||
</section>
|
||||
|
||||
<section class="course-staff">
|
||||
<h2>Course Staff</h2>
|
||||
<article class="teacher">
|
||||
<div class="teacher-image">
|
||||
<img src="/static/images/pl-faculty.png" align="left" style="margin:0 20 px 0" alt="Course Staff Image #1">
|
||||
</div>
|
||||
|
||||
<h3>Staff Member #1</h3>
|
||||
<p>Biography of instructor/staff member #1</p>
|
||||
</article>
|
||||
|
||||
<article class="teacher">
|
||||
<div class="teacher-image">
|
||||
<img src="/static/images/pl-faculty.png" align="left" style="margin:0 20 px 0" alt="Course Staff Image #2">
|
||||
</div>
|
||||
|
||||
<h3>Staff Member #2</h3>
|
||||
<p>Biography of instructor/staff member #2</p>
|
||||
</article>
|
||||
</section>
|
||||
|
||||
<section class="faq">
|
||||
<section class="responses">
|
||||
<h2>Frequently Asked Questions</h2>
|
||||
<article class="response">
|
||||
<h3>Do I need to buy a textbook?</h3>
|
||||
<p>No, a free online version of Chemistry: Principles, Patterns, and Applications, First Edition by Bruce Averill and Patricia Eldredge will be available, though you can purchase a printed version (published by FlatWorld Knowledge) if you’d like.</p>
|
||||
</article>
|
||||
|
||||
<article class="response">
|
||||
<h3>Question #2</h3>
|
||||
<p>Your answer would be displayed here.</p>
|
||||
</article>
|
||||
</section>
|
||||
</section>
|
||||
1
common/test/data/2014/course.xml
Normal file
1
common/test/data/2014/course.xml
Normal file
@@ -0,0 +1 @@
|
||||
<course url_name="2014" org="edX" course="detached_pages"/>
|
||||
1
common/test/data/2014/course/2014.xml
Normal file
1
common/test/data/2014/course/2014.xml
Normal file
@@ -0,0 +1 @@
|
||||
<course display_name="detached_pages" end="2014-01-22T05:00:00Z" start="2013-01-01T00:00:00Z"/>
|
||||
1
common/test/data/2014/info/handouts.html
Normal file
1
common/test/data/2014/info/handouts.html
Normal file
@@ -0,0 +1 @@
|
||||
<ol></ol>
|
||||
1
common/test/data/2014/info/updates.html
Normal file
1
common/test/data/2014/info/updates.html
Normal file
@@ -0,0 +1 @@
|
||||
<ol><li><h2>January 29, 2014</h2>course info 463139</li></ol>
|
||||
1
common/test/data/2014/policies/2014/grading_policy.json
Normal file
1
common/test/data/2014/policies/2014/grading_policy.json
Normal file
@@ -0,0 +1 @@
|
||||
{"GRADER": [{"short_label": "HW", "min_count": 12, "type": "Homework", "drop_count": 2, "weight": 0.15}, {"min_count": 12, "type": "Lab", "drop_count": 2, "weight": 0.15}, {"short_label": "Midterm", "min_count": 1, "type": "Midterm Exam", "drop_count": 0, "weight": 0.3}, {"short_label": "Final", "min_count": 1, "type": "Final Exam", "drop_count": 0, "weight": 0.4}], "GRADE_CUTOFFS": {"Pass": 0.5}}
|
||||
39
common/test/data/2014/policies/2014/policy.json
Normal file
39
common/test/data/2014/policies/2014/policy.json
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"course/2014": {
|
||||
"discussion_topics": {
|
||||
"General": {
|
||||
"id": "i4x-edX-detached_pages-course-2014"
|
||||
}
|
||||
},
|
||||
"display_name": "detached_pages",
|
||||
"end": "2014-01-22T05:00:00Z",
|
||||
"start": "2013-01-01T00:00:00Z",
|
||||
"tabs": [
|
||||
{
|
||||
"name": "Courseware",
|
||||
"type": "courseware"
|
||||
},
|
||||
{
|
||||
"name": "Course Info",
|
||||
"type": "course_info"
|
||||
},
|
||||
{
|
||||
"name": "Discussion",
|
||||
"type": "discussion"
|
||||
},
|
||||
{
|
||||
"name": "Wiki",
|
||||
"type": "wiki"
|
||||
},
|
||||
{
|
||||
"name": "Progress",
|
||||
"type": "progress"
|
||||
},
|
||||
{
|
||||
"name": "Empty",
|
||||
"type": "static_tab",
|
||||
"url_slug": "8e4cce2b4aaf4ba28b1220804619e41f"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
1
common/test/data/2014/policies/assets.json
Normal file
1
common/test/data/2014/policies/assets.json
Normal file
@@ -0,0 +1 @@
|
||||
{}
|
||||
@@ -0,0 +1 @@
|
||||
<p>static 463139</p>
|
||||
Reference in New Issue
Block a user