C++ program

Display instruction for the respondents to answer the survey using function displayInstruction().

|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.

  1. Accept number of respondents took part in this survey for data analysis (to determine loop)

  2. Enter respondents ID (Student ID) in array ID[ ] and respondents test mark in array marks [ ].

  3. Accept respondents gender and using function countGender() which receives gender and return number of gender, Female or Male.

  4. Accept current students semester and using function countSemester() which receives semester and return number of students for each semester whether the students is in Semester 1, Semester 2 or Semester 3.

  5. Accept and count number of students with computer facilities (Smartphone / Computer / Laptop). (Yes or No).

  6. Accept and count number of students with Internet Access. (Yes or No).

  7. Accept and count number of types of Internet Data Speed (GPRS, EDGE, 3G, 4G or 5G).

  8. Accept Students 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 students 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)

  1. Display data analysis of the survey (Figure 2).
  2. Display respondents ID and students mark from each array.