Help with Chamilo - Setting up lessons and exams #5948
-
Hi there. I am newbie on Chamilo. I have a platform with free courses. I need help to ste up every lessons in every course (every course has 8 lessons) in a way that the student cannot move to the next lesson without having completed the one is currently doing. i.e. student studying lesson on cannot jump to lesson to if he has not completed lesson one. I also need help in setting the exams and questionaire so that the student will be automatically marked . I would really appreciate help on this matter. If there is anyone in the UK and we could even talk about it I would be very gratefuyl. I am not a young geek. I learn by being shown how things are done. Thank you. I can be contacted on marco1alessio@gmail.com. I really need a kind of help-desk type assistance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Let's see if we can be of help (Google translation) my English is limited. EXAMS, in Chamilo they are exercises. (quiz) 1.- Chamilo automatically qualifies the exam, according to the score assigned to each question on the exam. I know that from the exam configuration. The teacher must capture each question (essay, multiple choice, etc.) and assign it a score. When the student takes the test, Chamilo automatically scores it. ADDITIONAL It seems very laborious, but once you have everything built, the course can be made timeable, that is, in sessions I hope I have helped. |
Beta Was this translation helpful? Give feedback.
Let's see if we can be of help (Google translation) my English is limited.
1.- the lessons have an option called "user registration for the lesson", (see configuration.php), which does not show the lesson unless the teacher or administration indicates it, then:
a).- the student does not see lesson 2 until he has completed lesson 1
b).- the student does not see the lesson until it has been graded by the teacher (optional)
c).- WITHIN THE LESSON, you cannot continue if you have not completed the reading, the task or the evaluation, this is done in the lesson configuration
EXAMS, in Chamilo they are exercises. (quiz)
1.- Chamilo automatically qualifies the exam, according to the score assign…