<div dir="ltr">hello,<div><br></div><div>I am porting language learning activities. Its almost complete. Now i have to save the progress of words which a user has learnt per lesson wise.</div><div><br></div><div>The current idea I discussed with JohnnyJ is to save the progress in a qml file inside (resource/data) of the activity. then, we need to see how to define the format.</div><div>There can be different approaches to it.</div><div><ol><li>we store only the savedProgress corresponding to its lesson, and everything else for the menuModel will be fetched from words.json through lang_api<br></li><li>we also have to think if we can make this saving generic and where do we store it (as I don't think it is great to save it in configuration file because then as we want this to be potentially usable by other activities, putting these in the config file don't look like to be a good idea).</li><li>johnny jaziex added:  I would prefer a special file for all the progresses because then, if the teacher wants to retrieve all the stats for a child, only one file with only necessary data would be better instead of all the config file.</li><li>In json, we can't translate (use qsTr()) but you can in qml, so it was more to provide the translators all the strings in the same translation file they already use.<br></li></ol><div>I would love to hear your ideas about it. Want to know what can be the best approach for it.</div></div><div><br></div><div>Siddhesh suthar</div><div><br></div></div>