Posts: 1
Threads: 1
Joined: Jun 2023
Reputation:
0
Hello! I'm interested in modifying or editing the difficulty levels. Instead of the default difficulty levels 1 to 15, I would like to change them to V, A, AB, B, BC, D, DE, E, and K. Is it possible to make this adjustment? Thank you kindly, and best regards.
Posts: 13,286
Threads: 301
Joined: Apr 2012
Reputation:
234
That field is implemented as an integer in the database, and there are many assumptions throughout all of the code that it is an integer. It would not be trivial to allow it to be used for text values as well. I might suggest you use a different field like Source Type if you have that requirement, as could add a 1-15 and all of the letter combinations you listed if you use that field instead.
Mike