- model docs

- Fix docker reliability

- Unanswered questions for unanswered statistics q?

- Narrow form rendering

- Max extra credit policy

- Page URL endpoints (see page-url-endpoints branch)

- Don't allow access to for-credit flow if current rules don't allow it.

- Distinguish max_sessions between for- and not-for-credit?

- 'Save and next' for grading

- Fixed grading panel?

- Separate bulk feedback from key feedback

- Note about alternate left/right submission on page sandbox

- MOSS submission

- Kill sticky flow versioning
  (No need to end non-ending session in this case, either)

- Don't store current flow session in cookie, ever.

- Change "end session" link for sessions that don't actually end.

- [JINJA]/[/JINJA] in yaml files

- Redo permissions system

Ideas
=====

- Auto-expire

- Session reset UI

- Allow just viewing flow without any possibility for submission

- Make admin site multi-course capable
  https://docs.djangoproject.com/en/dev/ref/contrib/admin/#django.contrib.admin.ModelAdmin.has_add_permission
  https://docs.djangoproject.com/en/dev/ref/contrib/admin/#django.contrib.admin.ModelAdmin.get_queryset

- Manual grade entry/override

- Flow results analytics
  --> time taken per question

- record end flow with a null page visit

- web hooks for auto-fetch and auto-preview

- Flow group ordering, max page count, question/page tags

- Custom matcher classes

- Name X out of Y question
- Multi text question
- Multi MC question
- Rank/order question
- TextQuestions with answers yielding different grades

Rejected ideas
==============

- Minimum visit times
- Live chat via candy?
- configuration store
- Email me my code
- time limits, extra time?
- Restrict analytics to students
  (bad idea: should at least include unenrolled to allow quick in-class work)
- comment box http://jsfiddle.net/9Le8X/2/
- Student tags, adapt homepage
- question bank
  -> localize an elaborate question and all its 'stuff' (JS, media)
  -> use a media search path
