--%>

Content of a course in Moodle

Can one look at the content of a course in Moodle without enrolling into the course?

E

Expert

Verified

Normally, no. This is possible to set up a Moodle course to let guest access, however this is rare and guests cannot participate in activities. External users to Glasgow University Moodle courses and programmes can be given a manual ID account which authenticates their user information & details appropriately.

 

   Related Questions in Programming Languages

  • Q : Command to recognize type of file

    Specify the command which is used to recognize the type of file?

  • Q : Define Container Abstractions Container

    Container Abstractions: Abstractions for containers (such as lists, stacks, sets, or queues) may represent just the state of a container—e.g., full or empty—and abstract away from the actual container content. The list operations also need

  • Q : Explain Exclusive-or operator

    Exclusive-or operator: An exclusive-or operator (^) is both a Boolean operator and the bit manipulation operator. The Boolean version provides the value true when only one of its operands is true; or else it offers the value false. Likewise, the bit m

  • Q : What are the applications of testing

    What are the applications of testing life cycle?

  • Q : How can I get an exact image in a web

    How can I get an exact image in a web page?

  • Q : Explain Infinite loop Infinite loop :

    Infinite loop: The loop whose termination test never computes to false. At times this is a deliberate act on the portion of the programmer, employing a construct like:         whi

  • Q : Define the term Swizzling Define the

    Define the term Swizzling: It is the process of recursively writing the contents of an object through object serialization.

  • Q : Monte Carol method to estimate pi An

    An interesting way to estimate pi can can done using Monte Carol method with minimal mathematics. Monte Carlo is known for its casinos. A Monte Carlo method uses change, or in our case, random numbers to simulate the real situation. The situation we simulate here is t

  • Q : Type promotion rule Q. Explain type

    Q. Explain type conversion rules for basic data types in java. Ans. Type promotion rule: Java automatically each bits or short operant to int when evaluating an expression. As usual as the automatic promotion

  • Q : Explain the important thing to HTML

    Explain the important thing to HTML document authors.