How to use DeepSeek to generate interactive classroom games and create English word cards with one click.
Two days ago, DeepSeek upgraded its V3 model, bringing the version number to DeepSeek-V3-0324. The latest model evaluation results show that the new V3 model has stronger programming and technical capabilities, and the quality of the generated front-end code is...
Early the day before yesterday, DeepSeek V3 models underwent an upgrade, with the version number now being DeepSeek-V3-0324.
up to dateThe evaluation results of the model show that the new version V3 model has stronger programming and technical capabilities, and the quality of the front-end code generation is close to the industry benchmark.Claude Level 3.7.
Many friends are wondering, nowAIIt's so powerful, why can't I find a suitable use case for it?
No problem, I'll share it with everyone once I find it~
I recently saw something really interesting.AIusage,Using DeepSeek to assist learning:
This little game, similar to a match-3 puzzle, involves tapping the screen to match and eliminate words with their corresponding Chinese meanings. This process helps with memorization.Getting instant feedback greatly enhances the fun of learning!
Such small games can be generated with a single line of DeepSeek, and can also be used in many other ways.
Next, let's try out the practical applications of DeepSeek in learning scenarios. Mastering these techniques will boost your learning efficiency a hundredfold!
01
A small test
Make a game and play it yourself.
For example, we might want to create flashcards to help us memorize vocabulary. In this case, we need to find a programmable...Large ModelThe most suitable one is the newly updated DeepSeek-V3-0324.
For the access platform, I chose Wenxiaobai. Its RAG cross-validation and DeepSeek work together very well, and the response speed is very fast.
First, we'll create a flashcard program where the words to be memorized are uploaded as images, and then input...Prompt words:
- Identify the words in the image, provide the definition and example sentences for each word, and then generate an interactive word Flash Card page to aid in word memorization.
- 1. The interface should be aesthetically pleasing and intuitive, with word cards that can be flipped in 3D, and a button below the card that randomly selects the next card.
- 2. Each time you click the "Random Next" button, the front of the card will be displayed directly.
- 3. The swap buttons should be functional, logically laid out, and free from overlap.
- 4. All words must be included and generated in one go; no words can be omitted.
DeepSeek V3's answers lack reasoning; after submitting a request, asking a novice is almost pointless.1-second responseThen the library started working and generated a set of code in less than a minute. I have to say it's incredibly efficient!
At the end of the answer, I included an explanation of the function and usage of this code.
Following its instructions, we created a new text document. We clicked the copy button in the upper right corner of the code box, pasted the entire code into the text document, and saved it, changing the file name extension from ".txt" to ".html".
Double-clicking the file will open the program in your browser.
This interface allows for direct interaction, aiding in vocabulary memorization.
I have to say, the DeepSeek-V3-0324 that Xiaobai uses is incredibly smart.You can understand all my needs in an instant.The generated page looks clean and beautiful, and it's very smooth to use. It's amazing!
What surprised me even more was itsLong context memory has been extended to 128KEvery time I make a request, it refers to previous content before answering my current question.
For example, we continue to instruct it:
- Based on the above words, generate a 4-choose-1 short sentence fill-in-the-blank exercise for English words at the "You are reviewing for an exam/CET-4" level, and output it in an interactive HTML format for users to use for review and testing.
- 1. The correct answer to each question is not necessarily the word we provide; the goal is simply to reinforce vocabulary memorization.
- 2. HTML UI design should have distinct color blocks and a sense of interactive design.
- 3. Place the answers and explanations on the flip page of each question card. After completing the questions, there is a separate Check Answer button that triggers the flip page and provides me with the explanation for each question in Chinese.
- 4. The four options for each question are displayed below the question.
We opened the generated vocabulary quiz interface. After completing each question, we could immediately check the answers; the explanations were displayed below the question cards, which was very thoughtful.
Let's make it a little more difficult:
- Add a night mode toggle button to the above vocabulary learning program, and rewrite a complete HTML program to ensure all functions work properly.
We can switch page modes at any time using the button, making our eyes more comfortable while studying.
We can also letAIPlease provide feedback and suggestions regarding our learning outcomes:
- After completing a full set of questions, we receive a score and learning suggestions.
After following these steps, we've learned how to build a customized vocabulary learning program from scratch. Isn't that great?Simple?
02
Professional Search
Ask a beginner about technical skillsSimple
The above conveniences are only for adult self-study. I know many parents sometimes struggle with problems their children can't solve. Asking a novice can also help with this.Simplesolve.
For example, if we input a high school English question into it, it will not only provide the answer, but also give specific solutions.
- This course systematically explains the structure of high-scoring CET-4 (College English Test Band 4) essays and provides some common high-scoring sentence patterns and templates. Additionally, it includes a few...PopularEnglish CET-4 writing prompts, with detailed sample essay analysis.
We can open the online search function on the "Ask Xiaobai" app and select "Professional Search".
Ask a novice to directly compile content from 100+ web pages, combined with...MultimodalIt boasts high-quality knowledge base content across multiple fields, providing both quick and in-depth answers.
In the Chinese SimpleQA evaluation, the DeepSeek R1 achieved a significant lead with an F-score of 91.60%, becoming a benchmark for Chinese RAG technology.
Chinese SimpleQA Evaluation Results
03
Interactive Courses
You can also ask Xiaobai V3.
Ask Xiaobai can also help us develop some new ways to play in the classroom, such as designing a small game in class to enhance the interaction between students and knowledge.
We can enter the following in the "Ask a Beginner" section:Prompt words:
- Design a game titled "Word Challenge," centered at the top of the screen. The screen should have a clean, natural background. Divide the screen into two equal parts: the left side has a light yellow background, and the right side has a light green background. The left side displays nine words, each with its corresponding Chinese meaning, in a randomized but non-repeating order. The content on both sides should be neatly and evenly arranged. Design a "start" button at the bottom of the screen. Clicking the "start" button will begin the game. The word list is: China, teacher, student, boy, girl, women, man, long, fat.
- 1. The interface should be aesthetically pleasing and intuitive, with a reasonable layout, and should not have any overlapping or redundant elements.
- 2. Click on the word on the left, then click on the corresponding Chinese definition on the right. Once a match is found, the words will disappear.
- 3. A scoring mechanism is set up for the entire process. A point is added for a successful match between a word and its definition, and no points are awarded or deducted otherwise.
- 4. The game ends after a mismatch, and the total score is displayed.
After it outputs its content, we get the initial match-3 puzzle game. And it not only...The game interface has been optimized, and many dynamic effects have been added.This makes the whole game look simple and beautiful.
04
Xiaobai Research Report
Ask Xiaobai for in-depth research on internal testing
Recently, I discovered that Xiaobai has a Pro version of its online search function that is currently in beta testing.
existXiaobai Research ReportIn the mode,Large ModelBased on our needs, they will collect and organize a large amount of professional information and output it directly as a visual page.
Not only does it have professional output capabilities, but the layout of this visual webpage also helps you to clearly identify the key points at a glance.
After using it in several scenarios, I truly felt that AskXiaobai is the best.Large ModelAnd top-notch professional search capabilitiespowerful.
What's even more amazing is that with such top-of-the-line specifications, everyone can completely...freeUnlimited use.
If you encounter any problems while learning, try asking Xiaobai (a popular online learning platform).
Ask Xiaobai Official Website: Ask Xiaobai
This article provides examples for reference:
Word flashcards and quizzes:https://www.wenxiaobai.com/share/chat/6cdc29ff-44ef-4453-8903-a90416ba9be6
Learning Plan:https://www.wenxiaobai.com/share/chat/d4802c02-e398-4f65-ad87-cd4012f6790c
Word Challenge mini-game:https://www.wenxiaobai.com/share/chat/1fa44062-5d72-4c84-8933-b2a860c8f55e
Original link:DeepSeek-V3 update is a huge hit; I worked overnight to create three interactive mini-games.