学习模块
2017-04-12 14:59:39 0 举报
学习模块是一个精心设计的学习工具,旨在帮助学生更好地理解和掌握各种学科知识。这个模块包含了丰富的教学资源,如视频教程、互动练习、模拟测试等,以满足不同学生的学习需求。通过使用学习模块,学生可以随时随地进行自主学习,提高学习效率和效果。同时,学习模块还具有智能推荐功能,能够根据学生的学习进度和能力,为他们提供个性化的学习建议和辅导。此外,学习模块还支持线上线下混合式学习,让学生在课堂内外都能充分利用时间,全面提升自己的学习能力。总之,学习模块是一个功能强大、操作简便、适应性强的学习工具,能够帮助学生更好地适应现代教育的需求,实现终身学习的目标。
作者其他创作
大纲/内容
1:n
1:1
IndexView
+showSubjects()
SubjectSchema
+findOne(id)+create(SubjectSchema)+remove(id)+update(SubjectSchema)
showInfoCtrol
+showSubjects()+showOneSubject()+showQuestions()+goodPerson()+showPractice()+showPersonInfo()+showSingleQuestion()+getImage()
registView
+DoRegist()
LoginView
+DoLogin()
AnswerSchema
+content:String+user:mongoose.Schema.Types.ObjectId+created:Date+likeNum
CommentSchema
+content:String+user:mongoose.Schema.Types.ObjectId+created: Date
n:1
LoginCtrol
UserSchema
+findOne(id)+create(userSchema)+remove(id)+update(userSchema)
User
+userName: String +password: String+created: Date+power:Number+portrait:String+wechat:String+qq:String+phone:String+signature:String+mySubjects[subjectSchema]+progress:Number+myQuestions[questionSchema]+myFocusQuestions[questionSchema]+myGrades[questionSchema]+myLikes:answers:[]+myAnswers:answers:[answerSchema]+myComments:subjects:[subjectSchema]
+User()
QuestionSchema
+content:String+user:mongoose.Schema.Types.ObjectId+created:Date+isFocus:String+beFocused:[]+answers:[answerSchema]
+findOne(id)+create(QuestionSchema)+remove(id)+update(QuestionSchema)
visitor
+Visitor()
registCtrol
basicCtrol
+focusSubject()+comment()+reply()+doLike()+focusQuestion()+checkLogin()+updatePersonInfo()
learnSubjectView
+showOneSubject()+comment()+askQuestion()
filterSubjectView
0 条评论
下一页