ATutor

Learning Management Tools







Pages:1 2 3 4 5 6 7 8 9 10 11 12 13 14 15


Can we hide course content during test


  • 2007-04-06 05:16:03

    Can we hide course content during test

    Is it possible to hide course content during test because when the student takes test, he/she gets all the content available to refere right in front of him....

    do we have a solution to this?

  • 2007-04-06 12:10:44

    Re: Can we hide course content during test?

    It would not be too difficult to do if you know a little javascript and PHP, you could edit a theme to rewrite the Javascript that controls whether the content menu displays or not.

    The PHP would look for the $_SESSION['session_test'] value, and if it equals 1, then set the hide/show content menu javascript variable to always hide. Or something like that.


    But, that does not prevent a user from opening a different browser and viewing the content.