- Issue created by @catch
- Assigned to claudiu.cristea
- 🇵🇱Poland Graber
I think I'd skip displaying answers completely, except in a few places but those having their own, more general access checks:
- Course lesson answer form (already implemented)
- Teacher (manual) evaluation of activities (to be implemented)
- Course results display (just a couple of parameters there - score, label) (to be implemented)
Outside of the scope above I don't see any operations on answers that'd need access checks.
- 🇬🇧United Kingdom catch
The 0.2 branch (or at least our sites that are based on it) also allow students to review the answers they've submitted - e.g. journal activities but also others. This is partly because it's not possible to see submitted answers when browsing to already submitted activities within a course.
- 🇵🇱Poland Graber
True. In both branches we have the revisit mode that serves that purpose including correcting existing answers and I think we don't need anything else really.. but always open to suggestions.