Releases: edx/outcome-surveys
Releases · edx/outcome-surveys
2.5.1
2.5.0
- Add management command to trigger segment events for learners who have achieved 30 minutes of learning
2.4.0
- Delete imported survey responses from SurveyMonkey
2.3.1
- Remove broad
except
2.3.0
- Remove null=True from char and text model fields
2.2.0
- improvements
2.1.0
- Add unique constraints on table fields
- Replace
get_or_create
with custom implementation - Gracefully exit command upon
SurveyMonkeyDailyRateLimitConsumed
exception
2.0.0
- Django management command to import data from SurveyMonkey
1.1.1
- Add
already_sent
boolean field inLearnerCourseEvent
model to store the state for sent events. - Set
already_sent
toTrue
inLearnerCourseEvent
model for each triggered event.
1.1.0
- Make follow up days configurable