OpenMOOC / moocng

MOOC Engine
Apache License 2.0
88 stars 43 forks source link

No scoring units #33

Closed johnfelipe closed 11 years ago

johnfelipe commented 11 years ago

Hi, please tell me how scoring units for continue in demo enviroment localhost:8000

Tnks

pitbulk commented 11 years ago

Read documentation.

https://github.com/OpenMOOC/moocng/blob/master/docs/source/teacher_manual.rst

johnfelipe commented 11 years ago

How activate old scoring method?

Tnks

pitbulk commented 11 years ago

Set a list with the slugs of the courses that you want to configure with the "old style mark calculation" in the settings.py to the COURSES_USING_OLD_TRANSCRIPT var.

Ex.

COURSES_USING_OLD_TRANSCRIPT = ['slug_course1', 'slug_course2']

johnfelipe commented 11 years ago

UNED deploy:

plataformamooc-0045

Myself deploy:

plataformamooc-0044

johnfelipe commented 11 years ago

sorry, but how scoring this units, my modules is:

plataformamooc-0046

and nuggets example is:

plataformamooc-0047

both weight are fine?

pitbulk commented 11 years ago

I already said to you.

In normal mark calculation transcript the normal units does not count to mark calculation. You may enable the "old style mark calculation" in the settings.py

Set COURSES_USING_OLD_TRANSCRIPT var with a list of the slug courses that you want to enable.

johnfelipe commented 11 years ago

It works, tnks