Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
chamilo-lms/assets/vue/constants/entity/session.js

13 lines
443 B

// Session visibility
export const SESSION_VISIBILITY_VISIBLE = 1
export const SESSION_VISIBILITY_READ_ONLY = 2
export const SESSION_VISIBILITY_INVISIBLE = 3
export const SESSION_VISIBILITY_AVAILABLE = 4
export const SESSION_VISIBILITY_LIST_ONLY = 5
// Session user roles
export const SESSION_STUDENT = 0
export const SESSION_DRH = 1
export const SESSION_COURSE_COACH = 2
export const SESSION_GENERAL_COACH = 3
export const SESSION_ADMIN = 4