how can I: remove doubles on scales page?

how can I: remove doubles on scales page?

by Olaf Nöhring -
Number of replies: 0

Hi

in my Moodle installation, on the scales page (complete site) some categories/scales occur more than once. I suppose this is because I have imported foreign courses which brought along their own scale.

I want to remove the scales I do not want anymore.

As there is no "moodle-internal" way to do it, I want to edit the Moodle database directly: I want to remove the IDs of the wrong scales in the tables where these are saved. Instead of the "old" IDs i want to enter the IDs of the scales I want to use.

Example:

ID 1:  MyScale_1: F, D, C, B, A 

ID 2:  MyScale_1: F, D, C, B, A   

I want to remove all "1"  and replace them with 2

My question: What are the tables? Where are the used scales for activities etc. are saved?

Is there an error in my thoughts or will it work?

Olaf