简体   繁体   English

有没有办法在网站上制作文字,这样 iPad 就无法翻译了?

[英]Is there a way to make text on website so that an iPad cannot translate it?

I'm fairly sure the answer is a simple "No," but might as well ask.我相当确定答案是简单的“否”,但不妨问一下。 I work in education.我从事教育工作。 My coworkers are foreign language teachers who use Canvas LMS.我的同事是使用 Canvas LMS 的外语老师。 All students have one-to-one iPads.所有学生都有一对一的 iPad。 Students know they can highlight a word and click "Translate" to translate the word, and they use this to cheat very regularly.学生们知道他们可以突出显示一个词并单击“翻译”来翻译该词,他们经常使用它来作弊。 The best solution at the moment is to create questions as images of text, so students can't highlight words, but this is tedious and obviously the text doesn't wrap properly on different screens when the text is an image, so most teachers gave up this practice.目前最好的解决方案是将问题创建为文本图像,这样学生就无法突出显示单词,但这很乏味,而且当文本是图像时,文本显然不能在不同的屏幕上正确换行,所以大多数老师给了起来这个做法。 Some use monitoring software to try to catch students cheating.有些人使用监控软件来试图抓住学生作弊行为。 Some use paper exams.有些人使用纸质考试。 There are obvious solutions here.这里有明显的解决方案。 I'm looking for a solution that allows students to use their iPads without the teacher needing to worry about translation.我正在寻找一种解决方案,让学生可以使用他们的 iPad,而无需老师担心翻译问题。 Completely disabling or removing the built-in Translate app is not a good solution, because the students may need the app for other classes or for personal reasons.完全禁用或删除内置的翻译应用程序并不是一个好的解决方案,因为学生可能需要该应用程序来参加其他课程或出于个人原因。

I've followed the advice on this post: How to disable Google translate from HTML in Chrome .我遵循了这篇文章的建议: How to disable Google translate from HTML in Chrome Marvelous stuff.奇妙的东西。 Adding class="notranslate" or the combination of lang="en" class="notranslate" translate="no" to various tags works great for disabling translation in Chrome on Windows devices.添加class="notranslate"lang="en" class="notranslate" translate="no"的组合非常适合在 Windows 设备上禁用 Chrome 中的翻译。 However, it does not work on the iPad, the built-in Translate app doesn't seem to care about the HTML attributes.但是,它不适用于 iPad,内置的翻译应用程序似乎并不关心 HTML 属性。 Are there any other HTML tips and tricks that I can try to prevent the iPad from translating specific text, or is this a lost cause?是否有任何其他 HTML 提示和技巧可以尝试阻止 iPad 翻译特定文本,或者这是一个失败的原因?

Assuming you have access to the custom theme editor, you should be able to make things unclickable.假设您可以访问自定义主题编辑器,您应该能够使内容不可点击。 Pointer-events:none could work, but you would need to add a class for each item you didn't want to be translated. Pointer-events:none可以工作,但您需要为每个不想翻译的项目添加一个 class。 It could also affect the accessibility of your course.它还可能影响您的课程的可访问性。

On a side note, I'm the lead for Canvas's custom curriculum, and I've seen some great examples that our Spanish team have done.顺便说一句,我是 Canvas 定制课程的负责人,我看到了我们的西班牙团队所做的一些很好的例子。 I've learned that such modifications to the tech only slow students down if they feel the pressure to cheat.我了解到,如果学生感到有作弊的压力,那么对技术的这种修改只会减慢学生的速度。 You may consider modifying the curriculum such that it won't matter if they use translation.您可以考虑修改课程,这样即使他们使用翻译也无所谓。 I'd be happy to discuss specific alternatives from that perspective.我很乐意从这个角度讨论具体的备选方案。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 翻译网站的简单方法 - Easy way to translate a website 有没有办法根据 slider 的 position 使标记/图标/文本出现在网站上? - Is there a way to make markers/icons/text appear in the website depending on the position of a slider? 您如何做到这一点,以便有人无需输入文本框即可在您的网站上“输入”? - How do you make it so someone can 'type' on your website without input text box? Django中有没有一种方法可以使单击带有初始文本的表单时该文本消失? - Is there a way in Django to make it so that when a form with initial text is clicked the text disappears? iPad 2和iPad 3网站测试 - iPad 2 and iPad 3 website testing 有没有办法在我正在开发的网站中检测 iPadOS/iPad 设备? - Is there a way to detect iPadOS/iPad device in a website that I am developing? 试图让我的文本 colors 永远交替闪烁,但不使用无限循环,有没有更好的方法? - Trying to make it so that my text colors will alternate blinking forever but for not working with infinite loop, is there a better way? 无法使网站上的文本响应 - Unable to make the text responsive on website 我无法成功使输入文本仅接受来自特定网站的链接 - I cannot succes to make my input text accept only links from a specific website 有没有办法制作打孔的文字? - Is there a way to make a perfored text?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM