Add one more Block in left or right section?

Add one more Block in left or right section?

by Ashok Naidu -
Number of replies: 1

Hello all,
i want to increase one more block in the left section. This would be a Say a link "my qtn. and answer " if student click on that link it should open a form where student can submit there question  and also when teacher give answer he should be able to view his answer also based on courses and assignment.
I am also searching for the existing moodle system whater this is possible or not. If any one knows how to do it in the existing system then pls let me know.
Or if i have to do it some other way or if i have to make some coding then pls give me the steps how to do this .This is very Urgent.
Waiting for reply,
Thanks

Average of ratings: -
In reply to Ashok Naidu

Re: Add one more Block in left or right section?

by Jan Dierckx -

Sorry, I don't understand your ... when teacher give answer he should be able to view his answer also based on courses and assignment.

This is what you can do using standard Moodle stuff:

  • Add a random glossary entry block and select your FAQ glossary

  • You can have it show a new FAQ item every day or every week or you can make it show only the last added item

  • In the footer a link is displayed Add your own entry!. You can change the text to something more specific. Clicking on the link will take students directly to a form to add a new glossary entry.

If you are willing to install code from contrib:

Jon made a questions module which looks perfectly fit for the task.