LIFERANK INSTRUCTIONS
1. Answer questions about your life. 2. Repeat & Watch your score change. 3. "Save" your results. 4. Return to work on your life list, create questions, see new questions, & more. |
|
All Questions.....
Increase your ranking by posing questions about unique things which you have done
Note that only registered user's opinions show below while ALL responses go into determining a question's value. Click on a question to get a question's overall value.
| Rank | Question | Total Worth | Points if done | Penalty if not done | Done By | Importance | # of Answers |
Can't find file: './liferank_main/questions.frm' (errno: 13)select questions.questionid, max(questions.question), sum(answer) as sanswer, sum(import) as simport, count(answerid) as ccount,
(1-(sum(answer)/count(answerid)))*sum(import)/count(answerid) as value,
((sum(answer)/count(answerid))*sum(import)/count(answerid))/3 as negvalue,
((1-(sum(answer)/count(answerid)))*sum(import)/count(answerid))+(((sum(answer)/count(answerid))*sum(import)/count(answerid))/3) as totvalue
, (sum(import)/count(answerid)) as avimport from questions, answers
where questions.questionid = answers.questionid
group by questions.questionid
order by totvalue DESC
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/liferank/public_html/liferankfunctions.php on line 402
|