
| Key: |
MDL-9801
|
| Type: |
Bug
|
| Status: |
Resolved
|
| Resolution: |
Duplicate
|
| Priority: |
Minor
|
| Assignee: |
Tim Hunt
|
| Reporter: |
Jesús Rincón
|
| Votes: |
0
|
| Watchers: |
1
|
|
|
|
Issue Links:
|
Duplicate
|
|
This issue duplicates:
|
|
MDL-11211
Deletion of a course with published questions destroys quizzes in other courses that have used those questions.
|
|
|
|
|
|
|
|
| Participants: |
Jesús Rincón and Tim Hunt
|
| Security Level: |
None
|
| Resolved date: |
27/Sep/07
|
| Affected Branches: |
MOODLE_16_STABLE
|
We have found a problem with some tests. The random questions which are stored on the table mdl_question are disappearing, as well as the answers of the students who had responded, which are stored in mdl_question_states, and the grades of the tests (mdl_quiz_attempts).
This is affecting to a lot of tests.
We are using a version 1.6.4 with PostgreSQL.
Luckily, we have backups of the database, but we would like to find out why this is happening. We have thought that it could be the VACUUM ANALIZE done by PostgreSQL.
Cheers
|
|
Description
|
We have found a problem with some tests. The random questions which are stored on the table mdl_question are disappearing, as well as the answers of the students who had responded, which are stored in mdl_question_states, and the grades of the tests (mdl_quiz_attempts).
This is affecting to a lot of tests.
We are using a version 1.6.4 with PostgreSQL.
Luckily, we have backups of the database, but we would like to find out why this is happening. We have thought that it could be the VACUUM ANALIZE done by PostgreSQL.
Cheers |
Show » |
|
If anyone can find a way to reproduce this, please reopen.