This will be a list of resources your fellow students
thought might be helpful, but it is empty currently.
If you find useful resources, either on edx.org or
elsewhere, please add it.
% for elem in resources:
<%
if elem['id'] in endorsed_recommendation_ids:
endorse_mode = 'recommender_endorsed'
endorsed_index = endorsed_recommendation_ids.index(elem['id'])
endorsed_reason = endorsed_recommendation_reasons[endorsed_index]
else:
endorse_mode = ''
endorsed_reason = ''
if elem['id'] in downvoted_ids:
vote_mode = "recommender_downvoting"
elif elem['id'] in upvoted_ids:
vote_mode = 'recommender_upvoting'
else:
vote_mode = ''
if elem['id'] in flagged_ids:
flag_mode = 'recommender_problematic'
reason = flagged_reasons[flagged_ids.index(elem['id'])]
else:
flag_mode = ''
reason = ''
%>
<%include file="resourcebox.html" args="id=elem['id'],title=elem['title'],votes=elem['votes'],url=elem['url'],description=elem['description'],descriptionText=elem['descriptionText'],isProblematic=flag_mode,problematicReason=reason,voteMode=vote_mode,endorseMode=endorse_mode,endorsedReason=endorsed_reason" />
% endfor
This is a list of resources your fellow students
thought might be helpful. If you find another useful
resource, either on edx.org or elsewhere, please add
it. If you can improve the description or preview of a
resource, please do so as well. If you find a resource
helpful, upvote it. If it’s not so helpful, downvote
it. If it has issues (illegal material, incorrect, etc.),
please flag it and let us know the reason.