RIO Challenge #4: Setup Program Pathway Data
Estimated Time Required: 10 minutes - 15 minutes
Overview
In this challenge, we will show you a unique feature in RIO Education called Program Pathway. Program Pathway is a feature we created to provide guidelines to Students to complete their Program.
Video how-to
Steps
To do this, you can follow the following steps:
- Navigate to the Program Plan record (Bachelor of Business Information System V1) we have created in the last challenge.
- Create a new Program Pathway under the Pathways tab.
Name: Full Time Number of Terms: 6 Study Mode: Full-time Term Label: Default Program Plan: Bachelor of Business Information System V1
- Inside the Program Pathway - Full Time, you can add Pathway Units in the Pathway Units tab.
Program Pathway: PP-{XXXX} Default to the Program Pathway you created. Plan Requirement (Course): RIOUNI022018 - BUS101 Term Number: 1 Repeat the same steps for BUS102, ICT112 and ICT115.
- To complete this exercise, run the following script using Appendix: Sample Data Generation:ChallengeDataLoader cdl = new ChallengeDataLoader();
cdl.cleanChallenge2to4();
cdl.genChallenge2Data();
cdl.genChallenge3Data();
cdl.genChallenge4Data();
- Once the data is generated, you can also take a look at an example of how to include a whole Group of Electives into 1 term.
- You can now proceed to RIO Challenge #5: Checkpoint.