colMOOC Agent Player Sample Clauses

colMOOC Agent Player. The colMOOC player component is responsible for providing a chat-like environment for the learners. To construct this environment, the player takes as input an ‘activity configuration file’, which includes all the relevant activity setup information entered in the colMOOC editor. The ‘peer dialogue parser’ component (Figure 22) interferes between the domain and intervention models, and parses the conversation between peers, trying to identify single concepts or linked concepts included in the domain model and compute a probability that peers discuss a relevant to a conceptual link concept. When this probability exceeds a hardcoded in the agent threshold a trigger is sent to the “intervention model”. The intervention model is aware of the rules to intervene n the peer’s chat. Such rules may be relevant to time trackings, such as time between interventions or idle time between chat messages, relevant to chat history, or relevant to domain concepts identification and tracking. If all conditions for intervention are met, the intervention model chooses a question from the T_Qs and post it to the chat dialogue. Intervention model decides which question is the most dominant to be used by checking some criteria. Those criteria are previous negative feedback on the question, the direction of the question, and question’s complexity (more preferable questions that include more concepts).