Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Allows colleges to ask different Supplemental Questions in the Noncredit Application than are asked in the Standard Application.

Requirements

  • A CAP user needs the ability to upload Supplemental Questions specifically for a Standard based application that is separate from Noncredit application Supplemental Questions.

Import Functionality for Supplemental Questions

  1. The upload process for Standard and Noncredit supplemental questions should be managed via separate file uploads.

  2. Colleges will need to maintain separate files for editing/uploading files for Supplemental Questions:

    • A user should have the ability to upload a xml file for the Standard application AND

    • A user should have the ability to upload a xml file for the Noncredit application.

  3. A user should have the ability to specify the application type in the XML format.

  4. When an application type is not specified in the XML, it should default to Standard.

Export Supplemental Questions

  1. When a user exports a Supplemental Question(s), the application type of Standard and Noncredit should be exported/included in the xml.

  2. If an application type of Standard and Noncredit is not specified in the XML, it should default to Standard.

Editing an Existing Supplemental Question Via UI

  1. A user should not be allowed to edit the application type of Standard or Noncredit via the UI.

  2. The only way to edit the application type of Standard and Noncredit is via a XML upload.

Summary Table View For Supplemental Questions

  1. The Summary Table View should now support a Page ID row for both the Standard and Noncredit application type.

  2. Only 1 Page ID for Standard can be active at a time.

  3. Only 1 page ID or Noncredit an be active at a time.

  4. Add a new column for Application Type of Standard or Noncredit between Status and Effective date. Column should be read only.

  5. The only application types that can appear in that field should be Standard and Noncredit.

  6. The driver of the application type of Standard or Noncredit being populated in the summary table will be from the XML import.

Validations

  • Ensure proper error handling is in place.

  • If a user tries to set up Noncredit Supplemental Questions for an International Application, the system should reject. Noncredit Supplemental Questions can only be applied to the Apply Application, not International. The following error messages should be in place:\

    • For the use case of the Standard/Noncredit ApplicationType attribute was in an IA upload, the following error validation should display:

      'ApplicationType' is not allowed for International applications.

    • For the use case of the ApplicationType attribute, but a user put a nonvalid value in it, the following error validation should display:

      'ApplicationType' must be either 'Standard' or 'Noncredit' if provided

  • No labels