5 projects tagged "online"
Skype status is a JavaScript object that can show and update the online status of a Skype user on Web pages. It can generate HTML to display an image that reflects the online status of a given Skype user. The image appears inside a given page element. The class can update the image regularly to reflect changes of the Skype user's online status. The image may be associated with a link, so when the user clicks on it, the browser triggers a given Skype action like call, chat, add to contacts, show profile, or send voice mail or a file.
pySimpleQuiz lets you define a simple online quiz just by writing a very simple plain text file. The file consist of questions, answer choices, and some strings you can translate for the quiz to speak your language. A quiz consists of multiple questions each having multiple selections, from which the user has to pick the right one. After the answers are given, a score and correct answers are provided for the user. The score and the person who did the quiz are logged and one user can take the quiz only once. It does not require installation, XML, a database, a Web server, or any HTML skills.