CETN01 - How to Use Cloud Classroom

文章目录

  • I. Introduction to Cloud Classroom
  • II. How to Use Cloud Classroom
    • 1. Publish Resources
    • 2. Conduct Activities
    • 3. Class Teaching Reports
    • 4. View Experience Values
    • 5. Performance in Cloud Classroom

I. Introduction to Cloud Classroom

  • “Cloud Classroom” is a free interactive teaching app integrated with artificial intelligence. It operates in the mobile internet environment, facilitating real-time interaction, resource distribution, and assignment management between teachers and students. The comprehensive system of motivation and evaluation inspires students’ interest in self-directed learning on mobile devices. The complete record of learning behaviors enables ongoing assessment of students’ learning processes. Additionally, it provides teachers with high-quality big data for educational research and incorporates personalized intelligent assistance and tutoring functions based on artificial intelligence technology.
    ​​在这里插入图片描述

  • To utilize the Cloud Classroom, you need to register an account and subsequently log into the system. Once logged in, you have the freedom to make full use of the Cloud Classroom features.

  • I have registered an account for the Cloud Classroom, and now I am logging into the system.在这里插入图片描述

  • After logging in, the interface appears as follows:
    在这里插入图片描述

II. How to Use Cloud Classroom

  • Our college mandates the use of Cloud Classroom to enhance teaching activities and strengthen teaching management. This platform provides a great environment for both teachers and students. As a teacher, I can upload teaching resources in various formats such as PDF, Word documents, images, audio, video, and even URLs (hyperlinks to teaching materials). Students who join my cloud class can utilize these resources to enhance their learning experience and earn experience values by engaging in class activities. These experience values will be considered when calculating their final grades. I am determined to leverage this app to enhance my teaching practices going forward.

  • I have created multiple cloud classes.
    在这里插入图片描述

1. Publish Resources

  • Now, let me guide you through the process of publishing resources in one of my classes, 2022 Software Class 1.

  • Click on the first class in the top row - 2022 Software Class 1, and enter the class. Although I have uploaded some resources to this class, I have not published them yet, so you cannot see them in your cloud class app. Now I have to publish them.
    在这里插入图片描述

  • To publish the unreleased resources, click the “Batch Operation” button to publish all the selected resources in one go.在这里插入图片描述

  • Select the three resources from Week 1&2, and the corresponding checkboxes will be checked.
    在这里插入图片描述

  • Click the “Publish” hyperlink, and a message box will appear asking if you are sure about publishing the selected three resources at once.
    在这里插入图片描述

  • Click the “OK” button in the messagebox, then you can publish the selected three resources.
    在这里插入图片描述

  • You can use Cloud Classroom on a PC or a smartphone. To use it more conveniently on a smartphone, download and install the app.
    在这里插入图片描述

  • Open the app on your smartphone, enter 2022 Software Class 1, and click the “Resource” button at the bottom. You will see the resource list of week1&2 in this class.
    在这里插入图片描述

  • Choose the first resource in the list and click on it to view the selected resource.
    在这里插入图片描述

2. Conduct Activities

  • Teachers can use the app to add an activity.
    在这里插入图片描述
  • Click the middle button “Add Activity” and choose the type of activity. For example, choose the second one in the bottom row - Brainstorm.
    在这里插入图片描述
  • Set the title, group, purpose, memo, experience value and topic.
    在这里插入图片描述
  • Click the “Create” button at the upper right corner. Then you can start the activity.
    在这里插入图片描述
  • Click the “Start” button to start the activity.
    在这里插入图片描述
  • Currently, the activity is in progress.
    在这里插入图片描述
  • After the activity, use the app to assess and view study reports of each student.
    在这里插入图片描述

3. Class Teaching Reports

  • Generate Class Teaching Reports and view them immediately.
    在这里插入图片描述
    在这里插入图片描述

4. View Experience Values

  • Check the experience values of each student by clicking the “Member” button at the bottom of the app.
    在这里插入图片描述
  • Sort the results by experience value or student number. Click on a student’s record to view details.
    在这里插入图片描述

5. Performance in Cloud Classroom

  • Understand your own performance in Cloud Classroom, including experience value, charm value, MosoBean, and regard.
    在这里插入图片描述
  • For example, click the “Charm Value” button to learn about the details of your charm value.
    在这里插入图片描述
  • This concludes the overview of using Cloud Classroom for teaching and managing resources.

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.rhkb.cn/news/210434.html

如若内容造成侵权/违法违规/事实不符,请联系长河编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

LeNet对MNIST 数据集中的图像进行分类--keras实现

我们将训练一个卷积神经网络来对 MNIST 数据库中的图像进行分类,可以与前面所提到的CNN实现对比CNN对 MNIST 数据库中的图像进行分类-CSDN博客 加载 MNIST 数据库 MNIST 是机器学习领域最著名的数据集之一。 它有 70,000 张手写数字图像 - 下载非常简单 - 图像尺…

QT 中 QDateTime::currentDateTime() 输出格式备查

基础 QDateTime::currentDateTime() //当前的日期和时间。 QDateTime::toString() //以特定的格式输出时间,格式 yyyy: 年份(4位数) MM: 月份(两位数,07表示七月) dd: 日期(两位数&#xff0c…

【unity3D】unity中如何查找和获取游戏物体

💗 未来的游戏开发程序媛,现在的努力学习菜鸡 💦本专栏是我关于游戏开发的学习笔记 🈶本篇是unity中游戏物体的查找与获取 这里写自定义目录标题 获取当前物体的基本属性查找其它物体- 通过名称查找其它物体- 通过标签查找- 通过类…

计算机网络入侵检测技术研究

摘 要 随着网络技术的发展,全球信息化的步伐越来越快,网络信息系统己成为一个单位、一个部门、一个行业,甚至成为一个关乎国家国计民生的基础设施,团此,网络安全就成为国防安全的重要组成部分,入侵检测技术…

C++系统思维导图

自己在复盘C的时候做了 一些笔记,用思维导图形式记录下来的一些概念,多线程的内容较少,主要是派生和继承,以及虚函数和多态内容多一些,其他也有一些零碎的小知识点,和大家分享一下。有任何问题请留言。原图…

生鲜蔬果展示预约小程序作用是什么

线下生鲜蔬果店非常多,对商家来说主要以同城生意为主,而在互联网电商的发展下,更多的商家会选择搭建私域商城进行多渠道的销售卖货和拓展,当然除了直接卖货外,还有产品纯展示或预约订购等需求。 但无论哪种模式&#…

ubuntu离线安装包下载和安装

一、确认本机ubuntu的发行版本 方法1: rootac810:/home/ac810/alex# lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 20.04.6 LTS Release: 20.04 Codename: focal 方法2: rootac810:/home/ac810/alex# cat /…

uniapp小程序分包页面引入wxcomponents(vue.config.js、copy-webpack-plugin)

实例:小程序添加一个源生小程序插件,按照uniapp官方的说明,要放在wxcomponents。后来发现小程序超2m上传不了。 正常的编译情况 会被编译到主包下 思路:把wxcomponents给编译到分包sub_package下 用uniapp的vue.config.js自定义…

电脑如何录音?适合初学者的详细教程

“电脑怎么录音呀?参加了一个学校举办的短视频大赛,视频拍摄都很顺利,音乐却出了问题,朋友说可以用电脑录制一段音乐应付一下,可是我不会操作,有哪位大佬教教我!” 声音是一种强大的媒介&#…

智能电表需要安装电池吗?

智能电表是一种新型的电力测量设备,它使用先进的技术和功能来监控、记录和报告能源消耗情况。对于智能电表是否需要安装电池这个问题,答案是有可能需要,但并不是所有智能电表都需要安装电池。 首先,我们需要了解智能电表是如何工作…

从0开始使用Maven

文章目录 一.Maven的介绍即相关概念1.为什么使用Maven/Maven的作用2.Maven的坐标 二.Maven的安装三.IDEA编译器配置Maven环境1.在IDEA的单个工程中配置Maven环境2.方式2:配置Maven全局参数 四.IDEA编译器创建Maven项目五.IDEA中的Maven项目结构六.IDEA编译器导入Mav…

C语言能判断一个变量是int还是float吗?

C语言能判断一个变量是int还是float吗? 在开始前我有一些资料,是我根据自己从业十年经验,熬夜搞了几个通宵,精心整理了一份「C语言从专业入门到高级教程工具包」,点个关注,全部无偿共享给大家!&…

数据库表的管理

表的基本概念 表是包含数据库中所有数据的数据库对象。数据在表中的组织方式与在电子表格中相似,都是 按行和列的格式组织的。每行代表一条唯一的记录,每列代表记录中的一个字段。例如,在包含公 司员工信息的表中,每行代表一名员工…

探索什么样的导线,适合做433的天线

​​​​​​一、理论基础 (3 封私信 / 18 条消息) 为什么天线的材质会影响接收电磁波的效果? - 知乎 (zhihu.com) 电感基础3——RLC电路,帮助你轻松理解“阻抗”的概念 - 知乎 (zhihu.com) 一文读懂介电性能---介电常数 - 知乎 (zhihu.com) 433MHz 至…

SpringBoot 注入RedisTemplat 启动报错

需求 因为需要限制部门内多个人员同一时间操作同一批客户的需求,考虑下决定用Redis滑动窗口实现自过期以及并发校验。 问题 新建了个Redis工具类封装RedisTemplat 操作,到启动时却发现无法正常启动,报错注入错误。 The injection point has…

利用 EC2 和 S3 免费搭建私人网盘

网盘是一种在线存储服务,提供文件存储,访问,备份,贡献等功能,是我们日常中不可或缺的一种服务。 💻创建实例 控制台搜索EC2 点击启动EC2 选择AMI 选择可免费试用的 g代表采用了Graviton2芯片。 配置存储 配…

【带头学C++】----- 九、类和对象 ---- 9.5 初始化列表

目录 9.5 初始化列表 9.5.1 对象成员 代码: 9.5.2 初始化列表 9.5 初始化列表 9.5.1 对象成员 在类中定义的数据成员一般都是基本的数据类型。但是类中的成员也可以是对象,叫做对象成员。 先调用对象成员的构造函数,再调用本身的构造函数…

NIO--07--Java lO模型详解

提示:文章写完后,目录可以自动生成,如何生成可参考右边的帮助文档 文章目录 何为 IO?先从计算机结构的角度来解读一下I/o.再从应用程序的角度来解读一下I/O 阻塞/非阻塞/同步/异步IO阻塞IO非阻塞IO异步IO举例 Java中3种常见的IO模型BIO (Blo…

C++日常遇到的一些坑的总结

一、const 相关 C中const的不同位置的用法 const 修饰符用法总结 二、函数形参没有变量名 三、指针偏移问题 笔记&#xff1a; 包含来自C标准库的头文件&#xff0c;用#inlcude<xxx>&#xff0c;包含不来自C标准库的头文件&#xff0c;用#include"xxx"最…

Python setup.py 编写

from setuptools import setup, find_packages import atexit import shutilname "sdk"def rm_temp():"""删除打包过程中产生的中间文件:return:"""shutil.rmtree(build)shutil.rmtree({}.egg-info.format(name))# 注册 rm_temp atex…