In the result page of a quiz, one of the available variables is %MAXIMUM_POINTS%.
Is it possible for the devs to add a new one : %MINIMUM_POINTS% ?
I guess this could be achieved without effort.
Here is why it could be useful :
Consider the case of a quiz with multiple choice questions. For example, 10 questions and 5 possible answers for each. Among answers some are correct and give 1 pt, the others are invalid and give -1 pt. It the user is free to select OR NOT any answer, his score for each particular answer will be -1, 0 or 1 (and 0 if and only if the answer remains unchecked).
Now, the final score S lies between -I and V where I denotes the number of invalid answers and V denotes the number of valid ones.
If I want to calculate a final mark M, say between 0 and 10, I can use the formula :
M = (S + I) * 10 / (V + I)
Currently I have access to V through the variable %MAXIMUM_POINTS%, and I would like to gain access to -I through a new variable, which could be named %MINIMUM_POINTS%.
I hope that my explanations are clear enough.
Thank you for your time
Adren.
]]>My question to you is, what do I have to do in settings to allow a person to select more than one service before they hit “submit”?
Thank you!
]]>I am looking for a way of using the multiple choice drop down & for it to display one thing as text then attribute a different value
E.g.
if i have a drop down to select country, I want the user to see the text “United Kingdom” but I want the value assigned against that choice to be “uk” – how is this possible?
I am using the add parameters to url bit after and need the value to be different to what the user sees/selects
Please advise?
]]>I’ve just managed to break my website as I was trying to remove the folders from the url https://s498898929.websitehome.co.uk/digitisethis/wordpress/ (so that the website could be found at https://s498898929.websitehome.co.uk/) in the general settings tab.
However – when it didn’t work I undid the changes so that both the site URL and wordpress url are https://s498898929.websitehome.co.uk/digitisethis/wordpress/ but my site is still broken!
Can anyone help please??
Thanks,
Elizabeth
Blog:
https://nelsonimages.co.uk/blog/
Site
https://nelsonimages.co.uk
Any ideas?
Oh and finally, my .htaccess file looks like this: should it?
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
]]>Multiple Choices
The document name you requested (/index.php) could not be found on this server. However, we found documents with names similar to the one you requested.
Available documents:
/index.html (common basename)
Please consider informing the owner of the referring page about the broken link.
here is a link
I think the “index.php” is missing or moved, but not sure where to fix it, thanks!
]]>