--%>

Grade someone activities

How can one grade someone activities without the results affecting students course total?

E

Expert

Verified

1. Create two Grade categories, one for activities still being graded, and one for released activities.

2. Make sure that "Aggregate involving subcategories" (an advanced option) is unchecked for your top level course grade category.

3. Edit "unreleased" category's "course total" item.

4. Set "grade type" to "none".

5. Tick "Hidden" checkbox.

6. Save all changes.

7. Move all of activities being graded in the "unreleased" category.

8. Move all of activities already graded in the "released" category.

   Related Questions in Programming Languages

  • Q : Cmp and diff commands Explain the

    Explain the difference between” cmp” and “diff” commands?

  • Q : Introduction to Programming for

    The purpose of this assignment is to get you started with C++ programming. You'll develop simple programs (with input and output) to solve simple mathematical and engineering problems. 1. Write a program to compute the area A of an

  • Q : How much does Symbian Signed

    How much does Symbian Signed certification and testing cost? Answer: Test houses contain their own prices for Symbian Signed testing. So you can check that prices through searching over the internet.

  • Q : Define Protocol Protocol : It is a set

    Protocol: It is a set of rules for interaction between two processes. The protocol is generally specified in a Uniform Resource Locator (abbreviated as URL) to point out how a specific resource must be transferred from a Web server to the requesting c

  • Q : Ffunction of DynamicPopulateExtender

    What is the function of DynamicPopulateExtender control?

  • Q : Difference between collection and arrays

    Write the difference between collection and arrays?

  • Q : Describe Multiple-boot options

    Multiple-boot options: The hardware configurations of several computers are capable to run various operating system and window manager combinations. A few systems permit a user to select which combination they wish to utilize during a specific session

  • Q : Explain the term hard real-time Explain

    Explain the term hard real-time.

  • Q : Define Well-known port Well-known port

    Well-known port: It is a port number at which a server provides a familiar service. For example, 80 is well-known port number for the servers employing the HyperText Transfer Protocol (abbreviated as HTTP).

  • Q : Define Class scope Class scope :

    Class scope: Private variables stated outside the methods in a class contain class scope. They are available from all methods within a class, in spite of the order in which they are stated. The private methods too contain class scope. Variables and me