SmarterApp Logo
How to Enable/Disable Guest Mode
2024-03-26 14:03:06 -0400 |

Disabling Guest Mode/Practice Test

By default, guest login is enabled for the SBAC_PT client, and disabled for the SBAC client. This configuration flag can be updated in the configs.client_systemflags table. For example, the following steps can be taken to enable guest login for the SBAC client:

  1. Update the ison column to 1 for the “AnonymousTestee” auditobject:

UPDATE configs.client_systemflags
SET ison = 1
WHERE auditobject = 'AnonymousTestee'
AND clientname = '[SBAC for production assessments, SBAC_PT for practice assessments]';

  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.