Skip to content

Instantly share code, notes, and snippets.

@johncip
Created March 3, 2016 01:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johncip/f260070a31651b42e8c5 to your computer and use it in GitHub Desktop.
Save johncip/f260070a31651b42e8c5 to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<opml version="2.0">
<head>
<ownerEmail>johnmikecip@gmail.com</ownerEmail>
</head>
<body>
<outline text="div#assignment-submission-app" >
<outline text="(modals)" />
<outline text="&lt;b&gt;AssignmentSubmissionViewer&lt;/b&gt;" _note="&lt;b&gt;div#assignment-submission-show&lt;/b&gt;" >
<outline text="PageViewerContainer" _note="div#assignment-submission-viewer&#10;(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)&#10;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 &amp;gt; a" />
<outline text="QuestionScore" _note="div.question_and_rubric &amp;gt; span.right" />
<outline text="RubricItem" _note="div.rubric-item" >
<outline text="RubricItemWeight" _note="div.rubric-item &amp;gt; span" />
<outline text="RubricItemDescription" _note="div.rubric-item &amp;gt; span" /></outline>
</outline>
</outline>
<outline text="&lt;i&gt;{QuestionGroup}&lt;/i&gt;" >
<outline text="&lt;i&gt;{QuestionGroupHeader}&lt;/i&gt;" />
<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 &amp;gt; a" />
<outline text="QuestionScore" _note="div.question_and_rubric &amp;gt; span.right" />
<outline text="&lt;i&gt;{RubricItem}&lt;/i&gt;" /></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