Hi
i want to make a Student result " class student results " but without ask student to make a quiz , i want to make it manually _can teachers put it for each course || how can i make this ?
Many Thanks
mspirit
Tue, 07/08/2014 - 22:47
No Help!
That's Seem Nobody wants to help?
James Aparicio
Wed, 07/09/2014 - 09:12
Hi mspirit,
Hi mspirit,
Currently this is not possible. We already thought of implementing this but currently there is no specific date/release that for this feature. If you want to go ahead and implement it, you should create a new quiz type (add to the lesson type field in the quiz content type), and in case the the quiz is of this type hide the "take" and "manage questions tab" and replace the results tab with an interface getting all the users in course.
Best regards
mspirit
Wed, 07/09/2014 - 11:07
another try
can we add a node with user reference and make it private to this user only ?
James Aparicio
Wed, 07/09/2014 - 11:10
Hi mspirit,
Hi mspirit,
Yes, you just have to implement the hook_node_access()
No Help!
Hi mspirit,
Hi mspirit,
Currently this is not possible. We already thought of implementing this but currently there is no specific date/release that for this feature. If you want to go ahead and implement it, you should create a new quiz type (add to the lesson type field in the quiz content type), and in case the the quiz is of this type hide the "take" and "manage questions tab" and replace the results tab with an interface getting all the users in course.
Best regards
another try
Hi mspirit,
Hi mspirit,
Yes, you just have to implement the hook_node_access()
https://api.drupal.org/api/drupal/modules!node!node.api.php/function/hook_node_access/7
Best regards