--%>

Hide sections of a course from students

Can one hide sections of a course from students & reveal them one at a time?

E

Expert

Verified

Yes. Beside each of the Topic Block in a Moodle course (and each particular resource or activity) you will make out an eye icon (when your editing is turned on). If you click the eye so that it is closed, this whole block will be hidden from students on a course. Clicking the eye again will open it up. This cannot be automatically done, however.

   Related Questions in Programming Languages

  • Q : Define Unions Unions: Unions in C and

    Unions: Unions in C and C++ are object overlays—aggregate quantities such as structs, except that each element of the union consists offset 0, and the total size of union is only as large as is required to hold its largest member (Kernighan and

  • Q : Define the term Instance Define the

    Define the term Instance: It is a synonym for object. The objects of a class are instantiated whenever a class constructor is invoked through the new operator.

  • Q : State the term non-XML resources State

    State the term non-XML resources?

  • Q : State the term snooping State the term

    State the term snooping?

  • Q : Define the term Constant Define the

    Define the term Constant: A variable whose value might not be changed. In Java, such are implemented by the final variables.

  • Q : Define Package Package : The named

    Package: The named grouping of classes and interfaces which gives a package namespace. Classes, interfaces and class members devoid of an explicit public, protected or private access modifier {access!modifier} encompass package visibility. The public

  • Q : Explain UpdatePanel control Briefly

    Briefly explain about the UpdatePanel control.

  • Q : Define Passing by value Passing by

    Passing by value: In this process separate memory builds for formal arguments and when any modifications done on formal variables, it will not influence the real variables. Therefore actual variables are preserved in this situation.

  • Q : Microsoft Access I have attached a

    I have attached a database and a PDF with 5 questions. I need the 5 questions answered with 5 queries in the database. Question 3 needs a crosstab query. All the questions require the proper join.

  • Q : Asynchronous and synchronous postback

    Differeniate asynchronous postback and synchronous postback?