SmarterApp Logo
How to Change Assessment Labels
2024-03-26 14:03:06 -0400 |

Changing Assessment Labels in TDS

Assessment labels are defined in the configs.client_testproperties table. The following steps can be taken to update the label for a particular assessment id:

  1. Update the label column in the config.client_testproperties

UPDATE configs.client_testproperties
SET label = '[desired assessment label]'
WHERE testid = '[assessment id]';

  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.