Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

I am looking for some framework to build interactive web workflows. My problem:

ID: 661108 • Letter: I

Question

I am looking for some framework to build interactive web workflows.
My problem:

I have a lot of .doc files with orientation for users, some docs has 200 pages and the users should read it to help them act in some scenario. Most of users don't read it because it is too long and/or because it is hard to see the whole thing and go straight for what they want.
My proposal:

Create a web workflow. With boxes, connectors, action boxes, so the user could navigate more easily, and highlight the path the user choose. The web workflow should allow an admin to create it inline and allow users to navigate.
Objective:

The users will get the information easier using the workflow rather than using the .doc.

I am using Bootstrap as a framework and would be cool if workflow could use it in some way.

Explanation / Answer

If you are looking for a programmable solution I recommend taking a look at the Django web framework and one of workflow automation libraries.

You are probably flow bound to single user, in this case django-flows will suit you well.