Hello everyone.
After reading the topic Plugin or option to download the reviewer answer/form, I felt encouraged to try developing a plugin that would allow the extraction of review responses. Recently, at the institution where I work, there was a nationwide monograph competition. However, we faced this same issue. To evaluate and determine a winner, it was necessary to export the scores, but the existing OMP plugins currently do not offer this functionality.
My question is the following: To provide a safer experience when extracting review responses, I created a Boolean field to select the type of response to be extracted. The user would have the option to choose either textual responses or numerical responses. Since the extraction plugin is categorized as a ‘reports’ type and we don’t have plugins that offer configuration options for ‘reports’ types, would it be bad practice to use the GenericPlugin
class and categorize the plugin as a ReportPlugin
?