00后@两会②|无限可能的人工智能,会给教育带来哪些可能?
学习奋斗|时间:2024-03-06 22:07 来源:广西日报-广西云客户端 评论:0 点击:31
2024年全国两会期间,广西日报-广西云联合“学习强国”广西学习平台推出《00后@两会》线上互动栏目。关于两会,作为新时代新青年的“00后”们会有怎样的新视角?又会带着什么样的话题和代表委员发起互动群聊呢?
本期,我们来关注今年政府工作报告中提及的热词——AI人工智能,邀请在桂全国人大代表、崇左市高级中学副校长黄花春,与“00后”们一起,围绕AI人工智能如何助力现代教育这个话题,展开一场隔空互动。


广西云数字主播康康:大家好!我是广西云数字主播康康。在2024政府工作报告中,人工智能(AI)是提起的热词。无限可能的人工智能(AI)走进校园会带来哪些变化?我们来听听“00后”年轻群体他们是怎么看的?代表委员的声音又是怎么样的?

玉林市幼儿园的“00后”幼儿教师郭琦威:近日,教育部公布中小学人工智能教育基地名单,184所学校入选,广西有6所中小学入选。这也说明了AI教育的重要性。所以我想问,AI教育的未来发展方向是什么呢?
$(document).ready(function () {
$.getJSON("/ajax/ajax_longsun.ashx?api=sethits", { "id": "89864", "client": "uzsqpi3qxsxz3t52tov0dvah", "timespan": "638916955117303991", "signature": "b7e5ac8ced18688daf554340498670f0" }, function (jdata) {
if (jdata.status == 0) {
$(".hits").html("点击:" + jdata.hits);
}
});
$(".weixinAudio").each(function (i, item) {
if ($(item).find("audio[autoplay]").length > 0) {
$(item).weixinAudio({ "autoplay": true });
}
else {
$(item).weixinAudio();
}
});
/*
$(".mediaplayer").click(function () {
$(this).parent().css("background-image", "none");
var id = $(this).attr("id");
var file = $(this).attr("file");
var mp4file = $(this).attr("mp4file");
var image = $(this).attr("image");
var height = $(this).attr("height");
var width = $(this).parent().width();
var autostart = $(this).attr("autostart");
var loop = $(this).attr("loop");
jwplayer(id).setup({
flashplayer: "/sky/player.swf",
file: file,
image: image,
height: height,
width: width,
skin: "/sky/jwplayer/glow.zip",
stretching: "fill",
autostart: "true",
repeat: "false",
});
$("#" + id +"_wrapper").css({ "margin-left": "auto", "margin-right": "auto" });
});
*/
//$("div.mediaplayer:autostart").click();
});