SayProApp Courses Partner Invest Corporate Charity Divisions

SayPro Email: info@saypro.online Call/WhatsApp: + 27 84 313 7407

SayPro Task 3: Develop charts, graphs, tables, and other forms of visual data.

1. Bar Charts

Purpose: To compare categorical data, such as average assessment scores across different subjects or demographic groups.

ExampleAverage Assessment Scores by Subject

SubjectAverage Score
Math75
Science85
English80

Bar Chart Visualization:

plaintextRunCopy code1Average Assessment Scores by Subject
2
3  90 |                █
4     |                █
5  80 |        █       █
6     |        █       █
7  70 |        █       █       █
8     |        █       █       █
9  60 |        █       █       █
10     |___________________________
11              Math   Science  English

2. Line Graphs

Purpose: To show trends over time, such as changes in assessment scores across quarters.

ExampleTrends in Assessment Scores Over Time

QuarterAll StudentsMale StudentsFemale StudentsIEP Students
Q170687260
Q275737865
Q380788270
Q485838775

Line Graph Visualization:

plaintextRunCopy code1Trends in Assessment Scores Over Time
2
3  90 |                                 * (All Students)
4     |                               *
5  80 |                           *       * (Female Students)
6     |                       *
7  70 |                   *               * (Male Students)
8     |               *
9  60 |           *                       * (IEP Students)
10     |       *
11  50 |________________________________________
12          Q1   Q2   Q3   Q4

3. Pie Charts

Purpose: To show the composition of a whole, such as the distribution of survey responses.

ExampleSurvey Ratings for Program Satisfaction

RatingPercentage
Excellent50%
Good30%
Fair15%
Poor5%

Pie Chart Visualization:

plaintextRunCopy code1Survey Ratings for Program Satisfaction
2
3          Excellent (50%)
4          +----------------+
5          
RunCopy code1      +----------------+
2      | Good (30%)     |
3      +----------------+
4      | Fair (15%)     |
5      +----------------+
6      | Poor (5%)      |
7      +----------------+
RunCopy code1
2### 4. Heatmaps
3
4**Purpose**: To visualize data density or intensity across two dimensions, such as performance by demographic groups.
5
6**Example**: **Student Performance Heatmap**
7
SubjectMale StudentsFemale StudentsIEP StudentsNon-IEP Students
Math70806575
Science82887585
English78837080

Heatmap Visualization:

plaintextRunCopy code1Student Performance Heatmap
2
SubjectMale StudentsFemale StudentsIEP StudentsNon-IEP Students
Math70 (Red)80 (Green)65 (Red)75 (Orange)
Science82 (Orange)88 (Dark Green)75 (Orange)85 (Dark Green)
English78 (Orange)83 (Dark Green)70 (Red)80 (Green)
RunCopy code1
2### 5. Tables
3
4**Purpose**: To present detailed data in a structured format for easy reference.
5
6**Example**: **Demographic Breakdown of Participants**
7
Demographic GroupNumber of ParticipantsPercentage of Total Participants
Male4040%
Female5050%
IEP2020%
Non-IEP

Comments

Leave a Reply

SayPro Table of Contents

Index