online training application

44 views
Skip to first unread message

Mike Dewhirst

unread,
Sep 28, 2017, 1:32:58 AM9/28/17
to Django users
I need to write an online training application - except I don't know a
lot about online training.

Do you know more than me? Have you written something you might share?

It sort of feels a bit like Mezzanine.

The training material exists and the students are somewhat used to
powerpoint or video instruction followed by an associated questionnaire
per piece of instruction. The organisation needs to know how successful
each student is after absorbing the training.

I can see a question model with an image and a couple of text fields to
contain the training information which needs to be absorbed by the
student plus the question(s) which the student must answer.

Then I can see an answer model with fk to question. Maybe it needs to be
a generic/abstract answer model because some answers will be multiple
choice, some will be numeric and who knows what other data will be involved.

Obviously there will need to be a correct_answer model which the student
never sees.

Hope there is someone who has done it already.

Thanks for any ideas

Mike

Joshua Hepburn

unread,
Sep 28, 2017, 9:32:48 AM9/28/17
to Django users

Hi Mike,

The immediate thought that comes to mind is moodle.org. I know it's not django or python - it's php.

I only suggest it as I have worked for a number of years in IT for primary/secondary education institutions and I'm currently back at university, and in all these situations it was heavily used.

It can be as simple or as complex as desired, but I can see merit in creating something from scratch to prevent having to learn something new and exactly to the organisations requirements.

So with that in mind, maybe having a look around the moodle site and documentation might give some ideas into how to create your models.

Josh

Mike Dewhirst

unread,
Sep 28, 2017, 5:55:31 PM9/28/17
to django...@googlegroups.com
On 28/09/2017 10:38 PM, Joshua Hepburn wrote:
>
> Hi Mike,
>
> The immediate thought that comes to mind is moodle.org. I know it's
> not django or python - it's php.
>
> I only suggest it as I have worked for a number of years in IT for
> primary/secondary education institutions and I'm currently back at
> university, and in all these situations it was heavily used.
>
> It can be as simple or as complex as desired, but I can see merit in
> creating something from scratch to prevent having to learn something
> new and exactly to the organisations requirements.
>
> So with that in mind, maybe having a look around the moodle site and
> documentation might give some ideas into how to create your models.
>
> Josh
>

Thanks Josh - just had a dabble and there is a lot there. Heaps of food
for thought.

Cheers

Mike
> --
> You received this message because you are subscribed to the Google
> Groups "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to django-users...@googlegroups.com
> <mailto:django-users...@googlegroups.com>.
> To post to this group, send email to django...@googlegroups.com
> <mailto:django...@googlegroups.com>.
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/166de831-0e60-4029-a763-9a643c452f63%40googlegroups.com
> <https://groups.google.com/d/msgid/django-users/166de831-0e60-4029-a763-9a643c452f63%40googlegroups.com?utm_medium=email&utm_source=footer>.
> For more options, visit https://groups.google.com/d/optout.

Gourav Chawla

unread,
Sep 30, 2017, 12:30:35 PM9/30/17
to Django users

On Thursday, September 28, 2017 at 11:02:58 AM UTC+5:30, Mike Dewhirst wrote:
I need to write an online training application - except I don't know a
lot about online training.

Please, have a look at OpenEdx[1]. It is also a LMS like Moodle written using Django. 


Reply all
Reply to author
Forward
0 new messages