Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

Virtual Keyboard for free text question [Solved]
(1 viewing) (1) Guest
ARI Quiz Lite
Go to bottomPage: 12
TOPIC: Virtual Keyboard for free text question [Solved]
#44150
Virtual Keyboard for free text question [Solved] 10 Years, 7 Months ago Karma: 0
Hello,
I need to insert a Virtual Keyboard at the frontend of ARI Quiz, on the page of the Question, for the free text field:
<input id="tbxAnswer" class="ariQuizFreeText" type="text" name="tbxAnswer">


I found a JavaScript Graphical / Virtual Keyboard Interface...
Take a look at this page: www.greywyvern.com/code/javascript/keyboard

Is it possible to use with ARI Quiz Lite?
Could someone help me to configure it?


ARI Quiz Lite ver.1.2.3
Joomla! 2.5.9 Stable
Last Edit: 2013/09/06 01:38 By 191simone.
The administrator has disabled public write access.
 
#44153
Re:a Virtual Keyboard for the answers... 10 Years, 7 Months ago Karma: 747
Hello,

Load the script in site template and add "keyboardInput" CSS class for <input> element. It will look like:

<input id="tbxAnswer" class="ariQuizFreeText" type="text" name="tbxAnswer keyboardInput">

Regards,
ARI Soft
The administrator has disabled public write access.
 
#44158
Re:a Virtual Keyboard for the answers... 10 Years, 7 Months ago Karma: 0
Thank you for reply.

I use ja_t3_blank template.

So I have to modify the index.html file of this tamplate, Right?
I found it in:
www.my-site/templates/ja_t3_blank/index.html
...and I have modify it as follow:


<html>
<head>
<script type="text/javascript" src="keyboard.js" charset="UTF-8"></script>
<link rel="stylesheet" type="text/css" href="keyboard.css">
<input type="text" value="" class="ariQuizFreeText">
</head>
<body bgcolor="#FFFFFF"></body></html>


Nothing happens!
What's wrong?

...and about this 3 files:
- keyboard.js
- keyboard.css
- keyboard.png
Where I have to upload them? In which dir of my site?
The administrator has disabled public write access.
 
#44159
Re:a Virtual Keyboard for the answers... 10 Years, 7 Months ago Karma: 747
At least see index.php file of site template. index.html is a blank HTML file.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#44171
Re:a Virtual Keyboard for the answers... 10 Years, 7 Months ago Karma: 0
Thanks for your help, but I'm not able to make it work with this few suggestions.
I tried to modify the index.php file, but without success.
Unfortunately I am not a programmer.

if it worked, it would be good for all of them who want to create quizzes for the language classes... It would be a good tool to Ari Quiz!

So I hope that someone will succeed to do it and will explain here how to do.
The administrator has disabled public write access.
 
#44172
Re:a Virtual Keyboard for the answers... 10 Years, 7 Months ago Karma: 747
We can help to configure it if you provide a temporary access to your Joomla! backend by email.

Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 12