Make your own word boxes

Word Box

A vocabulary builder, to help learn a new language.
The app will maintain a list of words known to the user and, when a new piece of text is pasted in, the app will highlight known words in green and new words in red. You can save these texts (currently in local storage).

There is also a tab where you can look through the known words and click them to see a translation. And finally: there is a test page where the computer will generate random sentences from the words it knows and ask you for the translation.

Please note: while there is no wish to recreate Monty’s Hungarian phrase book, I don’t speak Czech that well. I have been as accurate as I can. The grammar may come up wrong, especially as we aim for harder sentences.

Made by

geckos-team-09, on Chingu’s voyage 9

Team members: TomMac and Samir70

Technology

HTML, CSS, React (via Create React App), React Bootstrap and JavaScript

(eventually) we will need some way to save data someplace other than local storage.There is no database or backend, though we plan to look at this in the future.

Deploying your own Word Box

This version is currently hosted on github, via gh-pages.
If you want to deploy one of your own, you can:

  • fork this repo
  • open a command line and change to a directory with the repo name
  • clone your fork of the repo
  • type this on the command line to install all the dependencies:

npm install

(In case you don’t know: you have to have installed node for that to work)

  • then, to use the App from your local copy:

npm start

Make changes, push them to your repo and keep in touch. We would especially like help getting a backend to this project, so that the user can save new words. Or even switch languages.

Adding words to vocab.js

The wordList object has several properties.

foreignLang

This allows the app to use the name of the language in the placeholder for the answer sentence. And in the modals which provide the translations in the known words tab when a word is clicked.

defArticle

This itself has the properties of male, female, neuter. If one or more of these is undefined, the modal will display — for it. It also has the property of wordType, which returns ‘definite article’.

nouns

Make a noun object for the word ‘beer’:

var beer = new Noun(‘beer’);

beer.foreign = ‘pivo’;

beer.gender = ‘neuter’;

Provide the english when first creating your noun. It is then accessed with

beer.english //returns the string ‘beer’

The word then also gets the property:

beer.wordType // returns ‘noun’

Gender needs to be: ‘male’, ‘female’ or ‘neuter’.

Though Czech, and other languages, use noun cases (such as nominative and accusative) this has not been implemented yet.

verbs

These have the wordType ‘verb’.

Currently: only the present tense is defined in vocab. Example definition:

var toBe = new Verb(‘to be’);

toBe.infinitive = ‘byt’;

toBe.present = [‘am’, ‘are’, ‘is’, ‘are’, ‘are’, ‘are’];

toBe.presentForeign = [‘jsem’, ‘jsi’, ‘je’, ‘jsme’, ‘jste’, ‘jsou’];

The getter toBe.present also returns an array. Adjectives do not behave this way.

adjectives

The setter for the translation of an adjective requires an array, of up to 3 elements. If the array is smaller, then the later genders will be undefined and appear as — in the modal. The setter creates an object with properties: male, female and neuter. Example:

var blue = new Adjective(‘blue’);

blue.foreign = [‘modry’, ‘modra’, ‘modre’];

And the data is retrieved via:

blue.english //returns ‘blue’

blue.foreign.neuter // returns ‘modre’

Using Word-Box

Starting on the ‘New Text’ tab, you can paste some text and click save. If you don’t give a title, saving will create a default title from your text.
Some edited text

Then click on ‘study’ and Word-Box will analyse your text:
Analysed text

The green words are the ones Word-Box has recognised. ‘pampeliska’ is mis-spelt, so appears red — like the other words which are not recognised.

Currently: your text is saved in local storage, so should be accessable when you return to the page. (But not all browsers allow this). You can see your catalogue on the ‘My Texts’ tab.

My Words tab

You can search for words here by looking through the alphabetical list or typing in the search box. If you want to see the translation of a word: click on it in the list. Verbs are conjugated, and all gender forms of adjectives are given.

If you search for a word that isn’t known by Word-Box, you will get a link to an online dictionary.

Test tab

Word-Box will use its vocab to make up a sentence. (Apologies for any rudeness: None of the words I have put into the vocab are individually rude. But the combinations come up at random and Word-Box knows not the meaning of what it says).

Type your answer where prompted. Each word is compared to the translation Word-Box has in mind. Obviously: there are many ways to say the same thing. But Word-Box is only thinking of one of these. Words get marked according to their position and spelling (case-insensitive). eg:
cold hospital translation

‘nemocnice’ is correctly spelled and should be the second word. And so it is marked green. Why are some words marked red? (hint: what gender is a hospital?)

If you don’t know how to translate the sentence: there is a hack! Click the ‘Translate the other way’ button. This swaps question and answer. You will now be given the same sentence in Czech, and be asked for the English translation. You can copy and paste, but you will learn more slowly if you do! (Teacher voice: ‘You’re only cheating yourself!’). Once you’ve read the answer, click the button again and type in the translation.

Word-Box will toast every correct answer and keep count of your successes, but this count is reset every time you restart.

First we enter a passage of words we will create a frequency list. Only words occuring more than once will be used. So the more words the better!

Different words: 0

Word Count: 0

Update Count

Text Passage

Remove Words

Words above are «common» words that will be removed from the word cloud word list. You may edit this list as you desire for your specific needs.

IMPORTANT: Your word passage has been broken down into the main words, and how many times they occur. These are the words that will make up your puzzle! This list can be edited.
Please notice your highest frequency words: If their numbers are very large, they may be omitted in the resulting word cloud because they are SO LARGE they don’t fit into the confines of the word cloud frame. If this happens, you can reduce their number (here or on the next page).

# Different Words: 0

Word Frequency

Choose up to 3 fonts + Arial (default)

Keep this FREE by Sharing on Facebook!

Make your own word search puzzles with the Word Search Maker! This easy-to-use tool allows you to provide your own word list and create custom word searches in minutes. You can then download and print them instantly, or play online the pre-made puzzles right away. So get creative and have some fun!

How do you create custom Word Search Puzzles?

It’s easy! Just provide your word list and the Word Search Maker will create a puzzle for you.

  • Enter your words into the text box provided. Make sure to add no more than 30 words.
  • Select the theme or topics of your word search.
  • Words should only include letters from a-z – uppercase or lowercase. You can use space and dash but these will be omitted while searching for your word search.
  • Make sure not to use any personal information if you want your puzzles added to our database.
  • When you are ready, click on “Regenerate” and the word search will be generated for you.
  • If you want to download and print your word search puzzle, just click on “Download PDF.” The word search will be downloaded as a PDF file which you can then print.

NOTE: These are randomly generated words so be sure to proofread carefully before using. You can also regenerate the puzzle with new array of words.

Microsoft 365, Microsoft Office for Mac, Microsoft Word, Office 2010, Office 2013, Office 2016, Office 2019, Office 2021 / Office LTSC, Office 365 /

7 January 2023

A Microsoft Word text box can have rounded corners instead of the default square corners. It’s remarkably easy once you know the simple trick.

Word Text Boxes always start with square corners, no matter which default you choose from the gallery.

But once it’s inserted, a Word text box can be transformed many different shapes including Rounded Corners.

It’s the same text box with all the power that text boxes offer, just with a different shaped border.

Change Shape

Insert the text box and resize as usual. Select the box then go to Shape Format | Insert Shapes | Edit Shapes | Change Shape.

Select Rectangle: Rounded Corners

That’s it!  That’s all there is to it.

Put Word text on its side, an angle or a curve

Gradient Effects and Text in Word – in depth

Text Box in Excel, PowerPoint and Word

Set your own Text Box default settings in Office

Changing Text Box backgrounds

Level:

Worksheet Header:

Puzzle Title:

Puzzle Creator: (example: Mrs. Jones)

Level — Intermediate

  • Intermediate-ruled lines
  • Number of words:
  • up to 25 with word box
  • up to 38 w/o word box
  • Small font size
  • Recommended for grades 3 through 6

Word Bank:

Arrange the word bank contents:

Please enter your word list in the boxes below.

1.

2.

3.

4.

5.

6.

7.

8.

9.

10.

11.

12.

13.

14.

15.

16.

17.

18.

19.

20.

21.

22.

23.

24.

25.

26.

27.

28.

29.

30.

31.

32.

33.

34.

35.

36.

37.

38.

STW members are able to save their worksheets. You are not currently logged in and will not be able to save this file.

Понравилась статья? Поделить с друзьями:
  • Make your own sentences using the word combinations below
  • Make your own sentences use the word given
  • Make your own decisions word
  • Make your one word search
  • Make you feel better word