Uploaded image for project: 'Moodle'
  1. Moodle
  2. MDL-8602

5 mysterious surveys created

XMLWordPrintable

    • MOODLE_16_STABLE, MOODLE_17_STABLE, MOODLE_18_STABLE, MOODLE_19_STABLE
    • MOODLE_16_STABLE, MOODLE_17_STABLE, MOODLE_18_STABLE, MOODLE_19_STABLE

      When you look at the Admin=>Modules (Activities in 1.7 and on) you see that the count of Surveys is 5 when no surveys have been created anywhere on the site. This is the case with a completely new site. Checking the database shows that they have a course id of 0. I guess that these may be created for a reason, but in that case they should not form part of the count.

      SQL dump as follows....

      mysql> select * from mdl_survey\G

                                                          • 1. row ***************************
                                                            id: 1
                                                            course: 0
                                                            template: 0
                                                            days: 0
                                                            timecreated: 985017600
                                                            timemodified: 985017600
                                                            name: collesaname
                                                            intro: collesaintro
                                                            questions: 25,26,27,28,29,30,43,44
                                                          • 2. row ***************************
                                                            id: 2
                                                            course: 0
                                                            template: 0
                                                            days: 0
                                                            timecreated: 985017600
                                                            timemodified: 985017600
                                                            name: collespname
                                                            intro: collespintro
                                                            questions: 31,32,33,34,35,36,43,44
                                                          • 3. row ***************************
                                                            id: 3
                                                            course: 0
                                                            template: 0
                                                            days: 0
                                                            timecreated: 985017600
                                                            timemodified: 985017600
                                                            name: collesapname
                                                            intro: collesapintro
                                                            questions: 37,38,39,40,41,42,43,44
                                                          • 4. row ***************************
                                                            id: 4
                                                            course: 0
                                                            template: 0
                                                            days: 0
                                                            timecreated: 985017600
                                                            timemodified: 985017600
                                                            name: attlsname
                                                            intro: attlsintro
                                                            questions: 65,67,68
                                                          • 5. row ***************************
                                                            id: 5
                                                            course: 0
                                                            template: 0
                                                            days: 0
                                                            timecreated: 985017600
                                                            timemodified: 985017600
                                                            name: ciqname
                                                            intro: ciqintro
                                                            questions: 69,70,71,72,73
                                                            5 rows in set (0.00 sec)

            howardsmiller Howard Miller
            howardsmiller Howard Miller
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:

                Error rendering 'clockify-timesheets-time-tracking-reports:timer-sidebar'. Please contact your Jira administrators.