From 6ac9e99453543e6a5533f5ab77c7db3c08cc0cf9 Mon Sep 17 00:00:00 2001
From: prathamesh
Date: Thu, 17 Nov 2016 13:42:13 +0530
Subject: Changes as per suggestions
---
yaksh/templates/yaksh/login.html | 2 +-
yaksh/templates/yaksh/question.html | 49 +++++++++++++++++++++++--------------
2 files changed, 31 insertions(+), 20 deletions(-)
(limited to 'yaksh')
diff --git a/yaksh/templates/yaksh/login.html b/yaksh/templates/yaksh/login.html
index 6de848d..0a6fdc1 100644
--- a/yaksh/templates/yaksh/login.html
+++ b/yaksh/templates/yaksh/login.html
@@ -29,7 +29,7 @@
Define fairly complicated programming problems and have users
solve the problem.
Immediate verification of code solution.
-
Supports pretty much arbitrary coding questions in Python, C, C++ and
+
Supports pretty much arbitrary programming questions in Python, C, C++ and
simple Bash and uses "test cases" to test the implementations of the students.
Supports simple multiple choice questions and File uploads.
Since it runs on your Python, you could technically test any Python based library.