Not sure I follow what you're trying to do. If you could give more details that would be great. But as this is a Dataform specific query, let's continue this discussion in the Dataform forum.
Itamar Tzadok
Posts made by Itamar Tzadok
The approach discussed at https://moodle.org/mod/forum/discuss.php?d=310898 may help you with that to some extent.
I don't know about the Questionnaire, but you might be able to achieve the desired effect with the Dataform module. You can add to an instance some javascript to capture a url param and set a designated field when opening the entry form. You may probably want also to hide the form field with css so that students don't change its value. Then you can use a csv view to export the collected data.
The option is not ready-made but feasible. It has been done. You're not likely to find a contributed plugin/code for that so you have to build it. Not too difficult. If you want to benefit from the richness of Moodle quizzes, the effort may well be worth it.
You should be able to do something of that sort with the Dataform module. You can find an example and preset of a basic group peer review activity at https://moodle.org/mod/forum/discuss.php?d=312329. It would work in a similar way for student peer review. You can add additional phases as desired. For your purpose you would need to add a "review of review" phase. Currently there is no auto allocation so you need to predefine the review entries, either when you set up the activity or after the submission phase closes and before the review phase opens. The setup is not trivial but should be manageable after a bit of a learning curve. hth