|Survey of Student's Perception on Online Learning in Kolej Seri Sarawak | -------------------------------------------------------------------------- Dear Respondents,
You are invited to answer this survey.
Please respond to the following questions that corresponds to your response. The survey is divided into 2 sections:
Section A- Demographics
Section B- Student's Perception on Online Learning
Thank you for your time and cooperation.
-
Accept number of respondents took part in this survey for data analysis (to determine loop)
-
Enter respondent’s ID (Student ID) in array ID[ ] and respondent’s test mark in array marks [ ].
-
Accept respondent’s gender and using function countGender() which receives gender and return number of gender, Female or Male.
-
Accept current student’s semester and using function countSemester() which receives semester and return number of student’s for each semester whether the students is in Semester 1, Semester 2 or Semester 3.
-
Accept and count number of students with computer facilities (Smartphone / Computer / Laptop). (Yes or No).
-
Accept and count number of students with Internet Access. (Yes or No).
-
Accept and count number of types of Internet Data Speed (GPRS, EDGE, 3G, 4G or 5G).
-
Accept Student’s Perception on Online Learning and determine the level of perception based on average value of three questions. Then use function determinePerceptionLevel(), which receives average value on student’s perceptions and return whether the perception is L- LOW, M-MODERATE or H-HIGH Recommend the action plans based on the level value. Count the number of perceptions level low, moderate and high.
Average Value
Level
1.00 – 2.33
Low (L)
2.34 - 3.67
Moderate (M)
3.68 – 5.00
High (M)
- Display data analysis of the survey (Figure 2).
- Display respondent’s ID and student’s mark from each array.