SmarterApp Logo
How to Change Student Login Screen Fields
2024-03-26 14:03:06 -0400 |

Configuring Login Screen Input Fields

By default, the student application requires students to enter their (External) SSID and first name. The login screen is rendered based on the configuration settings defined in the configs.client_testeeattribute table. The login screen can be configured to require more (or less) student identifiers including:

An example of how to require a student to enter/validate his or her’s last name:

  1. Update the atlogin column in configs.client_testeeattribute to REQUIRE

UPDATE configs.client_testeeattribute
SET atlogin = 'REQUIRE'
WHERE clientname = '[SBAC for production assessments, SBAC_PT for practice assessments]'
AND label = 'Last Name';

  1. Flush the redis cache

back to TDS Configuration Tasks

As of Fall 2018 the Smarter Balanced Test Delivery System (TDS) is no longer supported.

The code base and documentation for the TDS is available within the Smarter Balanced GitHub repository.

Creative Commons License Unless stated otherwise, all content on SmarterApp.org is licensed under a Creative Commons Attribution 4.0 International License.