~replaceafill/schooltool/schooltool.virginia_done_links

« back to all changes in this revision

Viewing changes to src/schooltool/virginia/browser/stests/section_summary_report.txt

  • Committer: Douglas Cerna
  • Date: 2012-09-25 18:08:24 UTC
  • Revision ID: douglascerna@yahoo.com-20120925180824-icpo4ysr6ix20d3q
Fixed Section Summary report for students with no evaluations

Show diffs side-by-side

added added

removed removed

Lines of Context:
729
729
     'rects': [{'fill': u'#f68e4d',
730
730
                'title': u'Uninformed: 0.0%',
731
731
                'width': u'0',
732
 
                'x': u'0'},
 
732
                'x': u'100'},
733
733
               {'fill': u'#f9b289',
734
734
                'title': u'Beginning: 0.0%',
735
735
                'width': u'0',
736
 
                'x': u'0'},
 
736
                'x': u'100'},
737
737
               {'fill': u'#fcd6c5',
738
738
                'title': u'Practicing: 0.0%',
739
739
                'width': u'0',
740
 
                'x': u'0'},
 
740
                'x': u'100'},
741
741
               {'fill': u'#6b3a89',
742
742
                'title': u'Expert: 0.0%',
743
743
                'width': u'0',
744
 
                'x': u'0'},
 
744
                'x': u'100'},
745
745
               {'fill': u'#d1c4da',
746
746
                'title': u'Competent: 0.0%',
747
747
                'width': u'0',
748
 
                'x': u'0'}]}
 
748
                'x': u'100'}]}
749
749
    {'id': u'skills-data-karla',
750
750
     'rects': [{'fill': u'#f68e4d',
751
751
                'title': u'Uninformed: 0.0%',
752
752
                'width': u'0',
753
 
                'x': u'0'},
 
753
                'x': u'100'},
754
754
               {'fill': u'#f9b289',
755
755
                'title': u'Beginning: 0.0%',
756
756
                'width': u'0',
757
 
                'x': u'0'},
 
757
                'x': u'100'},
758
758
               {'fill': u'#fcd6c5',
759
759
                'title': u'Practicing: 0.0%',
760
760
                'width': u'0',
761
 
                'x': u'0'},
 
761
                'x': u'100'},
762
762
               {'fill': u'#6b3a89',
763
763
                'title': u'Expert: 0.0%',
764
764
                'width': u'0',
765
 
                'x': u'0'},
 
765
                'x': u'100'},
766
766
               {'fill': u'#d1c4da',
767
767
                'title': u'Competent: 0.0%',
768
768
                'width': u'0',
769
 
                'x': u'0'}]}
 
769
                'x': u'100'}]}
 
770
 
 
771
Print the axis of Karla's chart:
 
772
 
 
773
    >>> sel = '#skills-data-karla svg g.axis'
 
774
    >>> for axis in another_teacher.query_all.css(sel):
 
775
    ...     print axis
 
776
    <g class="x-axis axis" transform="translate(0, 11.75)">
 
777
      <g style="opacity: 1; " transform="translate(100,0)">
 
778
        <line class="tick" x2="0" y2="-2">
 
779
        </line>
 
780
        <text dy="0em" text-anchor="middle" x="0" y="-4">
 
781
          0
 
782
        </text>
 
783
      </g>
 
784
      <g style="opacity: 1; " transform="translate(100,0)">
 
785
        <line class="tick" x2="0" y2="-2">
 
786
        </line>
 
787
        <text dy="0em" text-anchor="middle" x="0" y="-4">
 
788
          0
 
789
        </text>
 
790
      </g>
 
791
      <g style="opacity: 1; " transform="translate(120,0)">
 
792
        <line class="tick" x2="0" y2="-2">
 
793
        </line>
 
794
        <text dy="0em" text-anchor="middle" x="0" y="-4">
 
795
          20
 
796
        </text>
 
797
      </g>
 
798
      <g style="opacity: 1; " transform="translate(80,0)">
 
799
        <line class="tick" x2="0" y2="-2">
 
800
        </line>
 
801
        <text dy="0em" text-anchor="middle" x="0" y="-4">
 
802
          20
 
803
        </text>
 
804
      </g>
 
805
      <g style="opacity: 1; " transform="translate(140,0)">
 
806
        <line class="tick" x2="0" y2="-2">
 
807
        </line>
 
808
        <text dy="0em" text-anchor="middle" x="0" y="-4">
 
809
          40
 
810
        </text>
 
811
      </g>
 
812
      <g style="opacity: 1; " transform="translate(60,0)">
 
813
        <line class="tick" x2="0" y2="-2">
 
814
        </line>
 
815
        <text dy="0em" text-anchor="middle" x="0" y="-4">
 
816
          40
 
817
        </text>
 
818
      </g>
 
819
      <g style="opacity: 1; " transform="translate(160,0)">
 
820
        <line class="tick" x2="0" y2="-2">
 
821
        </line>
 
822
        <text dy="0em" text-anchor="middle" x="0" y="-4">
 
823
          60
 
824
        </text>
 
825
      </g>
 
826
      <g style="opacity: 1; " transform="translate(39.99999999999999,0)">
 
827
        <line class="tick" x2="0" y2="-2">
 
828
        </line>
 
829
        <text dy="0em" text-anchor="middle" x="0" y="-4">
 
830
          60
 
831
        </text>
 
832
      </g>
 
833
      <g style="opacity: 1; " transform="translate(180,0)">
 
834
        <line class="tick" x2="0" y2="-2">
 
835
        </line>
 
836
        <text dy="0em" text-anchor="middle" x="0" y="-4">
 
837
          80
 
838
        </text>
 
839
      </g>
 
840
      <g style="opacity: 1; " transform="translate(19.999999999999996,0)">
 
841
        <line class="tick" x2="0" y2="-2">
 
842
        </line>
 
843
        <text dy="0em" text-anchor="middle" x="0" y="-4">
 
844
          80
 
845
        </text>
 
846
      </g>
 
847
      <g style="opacity: 1; " transform="translate(200,0)">
 
848
        <line class="tick" x2="0" y2="-2">
 
849
        </line>
 
850
        <text dy="0em" text-anchor="middle" x="0" y="-4">
 
851
          100
 
852
        </text>
 
853
      </g>
 
854
      <g style="opacity: 1; " transform="translate(0,0)">
 
855
        <line class="tick" x2="0" y2="-2">
 
856
        </line>
 
857
        <text dy="0em" text-anchor="middle" x="0" y="-4">
 
858
          100
 
859
        </text>
 
860
      </g>
 
861
      <path class="domain" d="M0,-2V0H200V-2">
 
862
      </path>
 
863
    </g>
 
864
    <g class="y-axis axis">
 
865
      <line x1="100" x2="100" y1="0" y2="12">
 
866
      </line>
 
867
    </g>