Malthe, your schema for Likert scale questions correctly separates the text label attached to an option from the option's numerical value. This will support questions whose response options are something like "Strongly disagree...Disagree...Uncertain...Agree...Strongly Agree" while behind the scenes, the user's numerical response (chosen from 1,2,3,4, or 5 -- or -2,-1,0,1, or 2) can then be transformed to a 0-100 scale.
It is common for multiple questions to be used in the calculation of a single Likert scale -- for instance a "Food Preference Scale" that combines the "Quality" and "Importance" questions in your scenario. But also, the questions that map into a single scale aren't necessarily contiguous items in an assessment. So in addition to needing a mechanism to define the "grouping" widget for the form layout, there needs to be a mechanism to define the "scoring" grouping that defines what happens to user responses en route to the database.
Alternatively, the package could simply stuff raw responses into the database and *not* handle derived/calculated values like the actual Likert 0-100 scale results. Biostatisticians prefer to do their own calculations off-line, but a system that wants to provide immediate, scored feedback for a questionnaire (eg these demos) will need to have tools to let assessment authors define the calculations inclucing which items they operate on.