zip, 395.51 KB
zip, 395.51 KB
Have the name of a random student pop-up on your screen without interrupting your powerpoint presentation and without the need to switch windows to other applications. Just press 'b' on your keyboard!

This is a Random Name Generator that gives you a random name from your list of students with a single key-press. It works in any browser such as Internet Explorer and Mozilla Firefox without the need to be online. Having a random name only one key-press away makes this generator more convenient than other powerpoint or excel generators.

Choosing names at random while teaching is an essential part of overcoming unconscious biases when selecting students.

Instructions:
1) Open the RandomNameGenerator.html using any browser (I have tested it with Mozilla Firefox and Internet Explorer). It has to be in a separate window, not in a tab.
2) Click the button to load a text file with each name in a separate line. (You can use the class1.txt if you would like to copy paste the names of your students there.)
3) Press any button on the keyboard to get the next random name.
4) Run the RNG.exe file. This gives the "one-key" functionality. Pressing 'b' on the keyboard will bring the window up, get a new random name and then minimise the window.
5) (Optional) Adjust the size of the window so that only the name is visible. Adjust the position of the window to your preference.

-----------------------------------------------------------------
WARNING: Be very careful when downloading .exe files from the internet as they might contain viruses. RNG.exe is an open source script file that is safe to use. For security, make sure you download the files directly from TES and recommend other people who want to use the program to download it directly from TES themselves as well.
-----------------------------------------------------------------
RNG.exe was written using AutoHotkey (https://autohotkey.com/). For those interested, the full source code is below:

#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
#SingleInstance force ; Determines whether a script is allowed to run again when it is already running.

b::
winactivate, RNG
WinWaitActive, RNG
send, {Enter}
Sleep, 1000
send, #{down}
Return
Creative Commons "Sharealike"

Reviews

3

Something went wrong, please try again later.

jayrasmussen24

a month ago
5

Diolch. Very useful.

trquuhdl

7 years ago
1

Followed the instructions but it still does not work.

Report this resourceto let us know if it violates our terms and conditions.
Our customer service team will review your report and will be in touch.