Esempio n. 1
0
    def import_survey(self):
        ''' Import survey flat sheet: csv file.
        Create cases and assign attributes to cases.
        Identify qualitative questions and assign these data to the source table for coding and
        review '''

        ui = DialogImportSurvey(self.settings, self.ui.textEdit)
        ui.exec_()
Esempio n. 2
0
    def import_survey(self):
        """ Import survey flat sheet: csv file.
        Create cases and assign attributes to cases.
        Identify qualitative questions and assign these data to the source table for
        coding and review. Modal dialog. """

        ui = DialogImportSurvey(self.app, self.ui.textEdit)
        ui.exec_()
        self.clean_dialog_refs()