SmarterApp Logo
How to Update the Item Content File Path Casing
2025-04-11 18:43:28 -0400 |

Updating Item Content File Path Case

By default, the itembank.loader_main() stored procedure inserts items into the itembank.tblitem table with a lower-case ā€œiā€ file path directory. If there a mismatch in the item content path casing, the item file path can be updated for items by running the following sql statement:

UPDATE itembank.tblitem
SET filepath = CONCAT("I", SUBSTRING(filepath, 2));

Executing the above statement will update all loaded items to use a capital ā€œIā€ for the item content directory path.

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.