Thanks Joffm.
There is definetly a way of doing this by the method you're suggesting.
It seems that info from quotas are not written in the .txt file IF they have no answers added (at least I can't find them). Like this one, 155, I can't find it / them:
But those that have added answers can be found in the .txt file. Like this 102:
A.
There is a reference to the quota at the end of the file (n set to 9). Those reference numbers 123 / 131 seem to have no direct relationship with any other detail in the .txt file.
B.
In the .txt file, quotas appear allocated to a QTAM class (all my quotas are nested quotas) at the beginning of the file.
In my case of nested quotas, it seems the system saves the two references at different locations: [example for quota 124] the code @ var1
and the code @ var2
However, I can't bridge with these 2 reference points (at B.) with the information about the quota at the end of the file (A.)
Okay! This was not conclusive, but it's a good starting point for the next time I will deal with this issue. I'm in a rush and my design is a bit messy at the moment because I'm redesigning quotas instead of doing this from scratch. Next time I will start with one quota -> download the txt -> add another quota -> download txt again -> explore variations -> implement quotas through this method.
Thanks and feel free to drop any additional inputs.