OpenTree-Education / rhizone-lms

A learning management system focused on self-reflection.
https://rhi.zone
BSD 3-Clause Clear License
14 stars 7 forks source link

Update reflections feature to use new table names #523

Closed seidior closed 1 year ago

seidior commented 1 year ago

Describe the Feature / Enhancement

As of #504, we renamed the tables used by the reflections feature to better differentiate non-curriculum-related questions and responses (such as is used in the reflections feature) and curriculum-related questions and responses (such as is used in the graded assessments feature).

However, this has (foreseeably) broken the functionality of the reflections feature, since the table names referenced in the code were not updated. We now must update the table names in the code so this feature works as intended again.

Additional Details and Resources

Specifically, we renamed the following tables in #504:

### Correct Project Selected - [X] This issue is linked to the appropriate project ### Labels - [X] This issue has appropriate labels.
Old Table Name New Table Name
questionnaires surveys
prompts survey_questions
options survey_answers