Created
March 3, 2016 01:53
-
-
Save johncip/f260070a31651b42e8c5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<opml version="2.0"> | |
<head> | |
<ownerEmail>[email protected]</ownerEmail> | |
</head> | |
<body> | |
<outline text="div#assignment-submission-app" > | |
<outline text="(modals)" /> | |
<outline text="<b>AssignmentSubmissionViewer</b>" _note="<b>div#assignment-submission-show</b>" > | |
<outline text="PageViewerContainer" _note="div#assignment-submission-viewer (merge with child if possible)" > | |
<outline text="PageViewer" _note="div#page-viewer" > | |
<outline text="PageSwitcher" _note="div#page-switcher" /> | |
<outline text="PageViewport" _note="div#ol-viewport" /></outline> | |
</outline> | |
<outline text="AssignmentSubmissionSummary" _note="(or just something other than sidebar, which is overloaded) div#assignment-submission-sidebar" > | |
<outline text="SummaryHeader" _note="(new container)" > | |
<outline text="AssignmentTitle" _note="h1#assignment-title" /> | |
<outline text="GradedStatus" _note="div#grade-status" /> | |
<outline text="TotalPoints" _note="div.total-points" /></outline> | |
<outline text="QuestionGroupList" _note="div#assignment-submission-question-list" > | |
<outline text="QuestionGroup" _note="div.question-group" > | |
<outline text="QuestionGroupHeader" _note="h2.title" /> | |
<outline text="TopLevelQuestion" _note="h3.top_question" > | |
<outline text="QuestionTitle" _note="div.question_and_rubric &gt; a" /> | |
<outline text="QuestionScore" _note="div.question_and_rubric &gt; span.right" /> | |
<outline text="RubricItem" _note="div.rubric-item" > | |
<outline text="RubricItemWeight" _note="div.rubric-item &gt; span" /> | |
<outline text="RubricItemDescription" _note="div.rubric-item &gt; span" /></outline> | |
</outline> | |
</outline> | |
<outline text="<i>{QuestionGroup}</i>" > | |
<outline text="<i>{QuestionGroupHeader}</i>" /> | |
<outline text="ChildQuestionWithIndex" _note="div.sub_block" > | |
<outline text="ChildQuestionIndex" _note="span.sub_label" /> | |
<outline text="ChildQuestion" _note="h4.sub_question" > | |
<outline text="QuestionTitle" _note="div.question_and_rubric &gt; a" /> | |
<outline text="QuestionScore" _note="div.question_and_rubric &gt; span.right" /> | |
<outline text="<i>{RubricItem}</i>" /></outline> | |
</outline> | |
</outline> | |
</outline> | |
</outline> | |
</outline> | |
</outline> | |
</body> | |
</opml> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment