TracCloudGuideListingsRegistrations

From Redrock Wiki

Revision as of 09:37, 21 December 2022 by Redrock (talk | contribs)
Registrations Listing
A Registration is the link between a Student and a Section. If a student is enrolled in a Section, they have a Registration for that Section. A list of all Registrations can be found by going to Other > Listings > Registrations.

Screenshot: The Registration Listing.

Using the Search Bar on this screen, we can easily perform quick searches to find specific Registrations. Right-clicking in the search bar (shown below) will provide a list of available Registration fields to search by, click any of these to auto-fill the search bar. For more information on the Assignment Grid specifically, click here.

5104382.png

Example Searches:

  • Find a Registration by a single value, such as Student ID. Specifying 'Students.ID=' actually isn't required for ID searches, but it works well as an example.
Students.ID=1931

  • ...or by Subject.
CHEM300

  • Search multiple fields at once, separate your searches by a space.
Students.ID=1931 Terms.TermCode=2022SU

  • When performing multiple searches where at least one field contains a space, make sure to surround the contents you're searching for with quotation marks.
Terms.TermCode="Summer 2022" Courses.SubjectCourse=CHEM300

  • Search in Custom Fields. It's recommended to use the right-click menu to select these, as it will always auto-fill the correct field name.
#sql:MidTermGrades#=B

  • Fields that expect a True or False value can be search with 1 or 0. The search below would show you all inactive registrations.
Registrations.Inactive=1


Clicking on an individual enrollment opens the Registration Entry page in the screenshot below. This allows you to review and modify registration records as needed.

4623532.png

Most fields visible here are self-explanatory, with the few that may require some additional clarification listed below.

Status

This is a separate status field that you can import from your student information system (e.g., Dropped, Withdrawn). Depending on your import configuration, this can automatically deactivate the registration record if a certain status is entered.

Override Activation Date

If you are importing individual registration dates, checking this box allows you to manually enter a date range for this registration that will not be overwritten by the import process.

Time Trac Info

This field shows you the linked student's total visits and time for this enrollment.

Assignments tab

Ties into the Grade Groups and Assignments feature, click here for more information.